Joshen Lim
bb9a3787bc
Fix build errors
2022-07-22 16:22:11 +08:00
Joshen Lim
fed82591c3
Refactor org general settings to use new form component
2022-07-22 15:46:22 +08:00
Joshen Lim
3e7b110b5c
Type things properly, fetch roles as hook, refactor settings page a bit more
2022-07-21 16:36:36 +08:00
Joshen Lim
216d62bc9d
Refactor org settings page into smaller components
2022-07-21 13:19:21 +08:00
Joshen Lim
6ad6c85a1c
Pull master and resolve conflicts
2022-07-20 15:14:02 +08:00
Jonathan Summers-Muir
7a58e3e804
init: started adding in permissions into store, adding in dummy UI for selecting different roles in user table
2022-07-20 13:16:06 +08:00
Joshen Lim
2f15159fca
Revert "Revert "chore: remove global loading spinner""
...
This reverts commit c5be38e52a .
2022-07-18 20:34:37 +08:00
Beng Eu
c5be38e52a
Revert "chore: remove global loading spinner"
2022-07-18 16:57:38 +08:00
Alaister Young
51178535b0
fix initial loading
2022-07-14 20:55:48 +10:00
Alaister Young
a23ed5fdba
fix: api.getUser return type
2022-07-12 17:09:29 +10:00
Alaister Young
4f11057198
Merge branch 'master' into chore/remove-global-spinner
2022-07-11 17:10:59 +10:00
Joshen Lim
bfa5a986e3
Make error toasts not auto dismiss by default
2022-06-21 10:40:38 +08:00
Alaister Young
4a3f6368c0
chore: remove global loading spinner
2022-06-15 16:17:55 +10:00
Alaister Young
a6b51f0d72
feat: adds saving state indicator
2022-06-14 15:54:28 +10:00
Alaister Young
2bc5b3b842
Merge branch 'master' into feat/sql-editor-optimistic-create
2022-06-14 11:32:42 +10:00
Joshen Lim
5dc1d1a16b
Update useNotification to return undefined if swr faces an error
2022-06-07 16:44:18 +08:00
Joshen Lim
f86e425e6e
Fix error handling logic in use Notification hook
2022-06-07 16:44:18 +08:00
Joshen Lim
6f0ba94467
Initial implementation for each notification message for each type of notification
2022-06-03 15:39:47 +08:00
Joshen Lim
4aa364bd4b
Implement UI for project notifications
2022-06-03 15:39:47 +08:00
Alaister Young
0fef26aaae
chore: fix createSqlSnippetSkeleton spelling
2022-05-24 18:30:47 +10:00
Alaister Young
b1b2cf9133
feat: sql editor optimistic create
2022-05-16 22:40:15 +10:00
Alaister Young
72e3566489
Merge pull request #6650 from supabase/chore/getlayout-refactor-2
...
chore: implement getLayout in ProjectLayout & DatabaseLayout
2022-05-03 09:46:03 +10:00
Alaister Young
16a8686eef
chore: implement getLayout in ProjectLayout & DatabaseLayout
2022-05-02 19:53:15 +10:00
TzeYiing
fdb923d4fe
added timestamp filter checking for query range
2022-04-29 16:41:07 +02:00
TzeYiing
8992cf1127
added project subscription hook
2022-04-29 16:41:07 +02:00
Joshen Lim
f254b2dd8c
Fix toast duration
2022-04-27 16:16:22 +07:00
Joshen Lim
30324ab1cb
Show toast for downgrading to free involving compute size change a little longer
2022-04-27 16:16:22 +07:00
phamhieu
a1e3a2b7b1
chore: clean up
2022-04-18 17:16:55 +07:00
phamhieu
1254c60b52
Revert "chore: clean up withAuth"
...
This reverts commit c915520784 .
2022-04-18 17:15:43 +07:00
phamhieu
c915520784
chore: clean up withAuth
2022-04-18 16:32:27 +07:00
Jonathan Summers-Muir
3d157a056e
Update useStore.tsx
2022-03-26 12:12:37 +01:00
Jonathan Summers-Muir
fb95b0d053
fix: check if addEventListener() is available before listening to media changes
2022-03-26 11:21:14 +01:00
phamhieu
d6861e04d7
feat: use new organizations and projects api to improve loading performance
2022-02-25 11:54:20 +07:00
phamhieu
163e78a3c3
fix: default redirectTo
2022-01-14 15:42:16 +07:00
phamhieu
a831f8242b
fix: checkRedirectTo compare pathname value instead of asPath to ignore url params
2022-01-07 11:07:15 +07:00
Harsh Karande
cf1074c139
refactor: move reused source to ui-store
2022-01-03 10:26:25 +08:00
Harsh Karande
39a3239eed
refactor: remove type system from set-theme
2022-01-03 10:26:25 +08:00
Harsh Karande
64e5116fe6
feat: listen for system theme change
2022-01-03 10:26:25 +08:00
Joshen Lim
850b085bc3
Implement progress bar for loading toasts
2021-12-13 18:20:47 +07:00
Joshen Lim
649d46ffe3
Add dismiss button for all types of toast message except loading
2021-12-13 18:20:47 +07:00
Joshen Lim
44475b6da1
Update a bunch of components to trigger toast from uiStore and fix empty state for function hooks side panel when there are no tables created yet
2021-12-07 08:04:12 +07:00
Copple
55b82433e9
Adds a docker build ( #4121 )
...
* Adds a docker build
* Adds the correct tags
* Sets up the studio port
* Adds quotes around false
* hide local env
* make sure we cover all env files
* only run sentry & analyzer on platform
* Update withAuth
* fixing multi-stage
* fix usage commands
* adds some fake service and anon keys
* Small fix
Co-authored-by: Joshen Lim <joshenlimek@gmail.com >
2021-11-29 17:19:39 +08:00
Joshen Lim
d94a77d7ea
Port over changes on updates to calling the profile endpoint
2021-11-26 13:51:15 +05:30
Joshen Lim
9373f69220
Studio 🎙
2021-11-26 11:15:00 +05:30