Commit Graph

87 Commits

Author SHA1 Message Date
Jonathan Summers-Muir
c81e0c9098 update radix and tailwind to correct versions. update all tooltips with Portal subcomponent 2023-03-24 14:48:01 +08:00
Joshen Lim
dcb8c8aeca Merge branch 'master' into chore/support-setting-to-null-in-table-editor 2023-03-16 09:49:07 +08:00
Joshen Lim
85bf421d31 More minor fixes 2023-03-15 15:24:16 +08:00
Joshen Lim
7d07ae8932 Add set to null action in row side panel editor for text types 2023-03-10 16:51:56 +08:00
Joshen Lim
af53f26134 First round of feedback address 2023-03-09 16:02:45 +08:00
Joshen Lim
8f02734db9 Support all deletion actions instead of only cascade delete 2023-03-09 16:02:45 +08:00
Joshen Lim
4855bfe459 Add tooltips for grid column foreign key 2023-03-09 16:02:45 +08:00
Joshen Lim
5248435753 Add tooltips for foreign keys in table editor side panel 2023-03-09 16:02:45 +08:00
Joshen Lim
10a10a5d7c Invalidate foreign key constraints query after saving column 2023-03-09 16:02:45 +08:00
Joshen Lim
1742c9b2aa Add query to fetch foreign key constraints meta and implement cascade deletes via column editor side panel 2023-03-09 16:02:45 +08:00
Joshen Lim
13d2b866f9 Fix table editor foreign key selector cannot select tables outside of public schema 2023-02-10 17:22:49 +08:00
Joshen Lim
078980accf Fix showing column recommendation breakingin table side panel editor 2023-02-07 12:54:05 +08:00
Joshen Lim
3a7dc79a74 Improve experience for unrecommended data types 2023-02-02 14:00:44 +08:00
Ruggero Tomaselli
af28a42fd6 Add type to import to be more explicit 2023-01-27 14:56:54 +08:00
Terry Sutton
ca225c61fb Update studio/components/interfaces/TableGridEditor/SidePanelEditor/ColumnEditor/ColumnEditor.tsx 2022-12-20 10:45:49 -03:30
Ollie Halliday
3d53962e97 changed column name place holders and added tips 2022-12-20 14:02:39 +00:00
Joshen Lim
9f75e7704c column editor only validate key name if isencrypted 2022-12-13 12:31:21 +07:00
Joshen Lim
cfd6d36207 Vault fixes for TCE 2022-12-13 12:31:21 +07:00
Joshen Lim
b0934f8fe5 Prevent TCE if pgsodium is not installed 2022-11-30 18:21:37 +08:00
Joshen Lim
87f492810d Small fix 2022-11-30 17:30:44 +08:00
Joshen Lim
9e9cb3848e Update vault toggle + show lock icon in table editor for encyrpted columns 2022-11-30 16:55:42 +08:00
Joshen Lim
3d6fd56e56 Column editor enforce that tce can only be done on text type columns 2022-11-30 01:21:56 +08:00
Joshen Lim
40de9a3da0 Shift views to store and improve tce decsription 2022-11-29 17:33:46 +08:00
Joshen Lim
6d23225aeb Hook up TCE 2022-11-29 16:33:43 +08:00
Joshen Lim
849cf1b7b9 Merge branch 'master' of github.com:supabase/supabase into feat/vault 2022-11-28 11:14:12 +08:00
GitStart
d9d67c24a4 chore: fix layout ui for unsupported type (#10455)
fix: layout ui for unsupported type
2022-11-27 19:29:17 +01:00
Joshen Lim
29be94babf Comment on todo 2022-11-18 16:53:47 +08:00
Joshen Lim
29fd09fa8a Tie up column editor and keys 2022-11-18 16:52:57 +08:00
Joshen Lim
a92c37cb3c Tie up secrets management and keys 2022-11-18 16:31:26 +08:00
Joshen Lim
420082ea81 Scaffold enc keys ui 2022-11-16 15:59:41 +08:00
Joshen Lim
1c6495add1 Update ColumnEditor layout + add a new section for encryption 2022-11-14 17:18:19 +08:00
Sara Tavares
80d0624262 fix(typos): add github action to prevent typos + fix typos (#9598)
* feat(ci): fix typos

* [create-pull-request] automated change

* Update index.tsx

* Update README.fr.md

* Create .misspell-fixer.ignore

* Update constant.dart

* [create-pull-request] automated change

* Update database.tsx

* [create-pull-request] automated change

* [create-pull-request] automated change

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-27 23:32:02 -03:00
Bruno Crosier
b4038e831c add target="_blank" rel="noreferrer" to external links 2022-10-08 15:26:04 +00:00
Terry Sutton
e36fabde3e Merge branch 'master' into feat/migrate-supabase-ui 2022-10-05 10:09:23 -02:30
Joshen Lim
e96f6f472e Lint 2022-10-04 12:39:49 +08:00
Joshen Lim
528517e93d Lint 2022-10-04 12:39:49 +08:00
Joshen Lim
7ce1e343d3 Deprecate the use of unescapeLiteral in RowEditor 2022-10-04 12:39:49 +08:00
Joshen Lim
006fe2463d Deprecate the use of unescapeLiteral in ColumnEditor 2022-10-04 12:39:49 +08:00
Joshen Lim
fc94fb22b8 Pull master and resolve conflicts 2022-10-03 15:19:49 +08:00
Joshen Lim
796692c7a6 Add option to make a column a primary key in column editor 2022-09-30 17:40:29 +08:00
Joshen Lim
29bab7de96 Temp fix to treat CURRENT_DATE as expression for column editor 2022-09-29 15:55:47 +08:00
Joshen Lim
df7f056257 Add temp fix in unescapeLiteral for nextval 2022-09-27 15:40:00 +08:00
Terry Sutton
bdda1e970e Merge branch 'master' into feat/improve-column-creating-experience 2022-09-26 11:25:15 -02:30
Jonathan Summers-Muir
55329d540e move to ui package drectory 2022-09-19 14:00:05 +02:00
Jonathan Summers-Muir
a4d37836a5 update all imports 2022-09-19 12:24:59 +02:00
Jonathan Summers-Muir
bc73301b8e revert 2022-09-16 12:57:56 +02:00
Jonathan Summers-Muir
e122dd0983 update import paths 2022-09-14 17:49:53 +02:00
Joshen Lim
5641fad66d Deprecate usage of Typography and remove all unused deprecated files 2022-08-30 13:54:58 +08:00
Francisco Mazzoni
5db6220dc9 add outside interaction control to radix dialog based ui 2022-08-09 10:23:44 -03:00
Joshen Lim
b234d4a2fd Fix updateTable whereby the check against defualt value is wrong 2022-08-03 21:48:46 +08:00