feat(frontend): Add Supabase resource (#1107)

* feat(frontend): Add Supabase resource

* feat(frontend): Added an image
This commit is contained in:
Faton Ramadani
2023-01-16 16:54:06 +01:00
committed by GitHub
parent b4908392d0
commit 2e14012cf8
2 changed files with 5 additions and 0 deletions
@@ -30,6 +30,10 @@
'Create an API key',
'Copy your key'
]
},
supabase: {
img: '/supabase_connect.png',
instructions: ['Go to the API Settings of your app to find the project URL and key']
}
}
</script>
@@ -126,6 +130,7 @@
const availableRts = await ResourceService.listResourceTypeNames({
workspace: $workspaceStore!
})
connectsManual = availableRts
.filter((x) => !Object.keys(connects ?? {}).includes(x))
.map((x) => [
Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB