Commit Graph

49 Commits

Author SHA1 Message Date
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
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
Joshen Lim
27ffd07fd0 Add types to resolve https://sentry.io/organizations/supabase/issues/2893351426 2022-07-26 21:48:32 +08:00
Joshen Lim
95be697ea7 Fix incorrect parsing of column default value when default value is an expression that is a combination of values 2022-07-19 16:58:35 +08:00
Terry Sutton
2f8951af6e Clean up imports 2022-06-16 22:32:16 -02:30
Terry Sutton
56da65fab8 Add data types table to docs site old and new, link to it from the Dashboard 2022-06-16 22:20:54 -02:30
Terry Sutton
1c8e059d7f Format link to docs 2022-06-16 21:44:14 -02:30
Terry Sutton
f60cfd66ee Add data types link to table creation panel 2022-06-06 08:56:00 -02:30
Terry Sutton
b609120dcd Move link to proper panel 2022-06-06 08:55:19 -02:30
Terry Sutton
bc1662338b Merge branch 'master' into feature/rfc-improve-column-creating-experience 2022-06-03 16:42:47 -02:30
Terry Sutton
5deec590d8 Merge branch 'master' into chore/move-grid-into-main-repo 2022-05-31 09:32:50 -02:30
Joshen Lim
d09b5e386b Fix bild error 2022-05-31 17:52:00 +08:00
Joshen Lim
afe35bc3d3 adjust logic on setting default value to null when its an empty string 2022-05-31 17:52:00 +08:00
Terry Sutton
d0b2ab7b4c Convert empty string to null before saving 2022-05-31 17:52:00 +08:00
Terry Sutton
7dbfd69b13 Add link to data types 2022-05-30 09:17:08 -02:30
Terry Sutton
639214f13e Move grid files 2022-05-25 16:50:33 -02:30
Joshen Lim
6a9adfb8d9 Fix wrong default value when updated column in session 2022-05-25 12:05:31 +08:00
Joshen Lim
02de900aa2 Allow users to select between null and empty string as default values for text/varchar columns 2022-05-24 17:51:00 +08:00
Joshen Lim
70f356cced Fix table editor to render empty strings and null values properly, was mixing them up previously 2022-05-24 17:51:00 +08:00
Joshen Lim
68ede5a071 Fix user defined enum types not selecting 2022-05-24 11:05:46 +08:00
Joshen Lim
5d0b0a2eff Hide enum types from excluded schemas in column editor, and dont show user defined enum types in column types if there are none 2022-05-24 11:05:46 +08:00
Joshen Lim
5b88f35540 Fix column type wrong rendering 2022-05-24 11:05:46 +08:00
Joshen Lim
f75b16e721 Remove console log 2022-05-20 17:47:07 +08:00
Joshen Lim
da68f15139 Column editor default value field to be mono if type selected is json 2022-05-20 17:47:07 +08:00
Joshen Lim
bf0a2ccb54 fix: unescape literal util method returning wrongly for functions which are longer than one word, and json + added tests 2022-05-20 17:47:07 +08:00
Joshen Lim
1a793805ea Update logic for isNativeDataType in ColumnType 2022-05-20 17:18:02 +08:00
Joshen Lim
eb171d2043 Add helper text communicating about changingnon native psql data types via studio editor 2022-05-20 17:18:02 +08:00
Joshen Lim
62f3a0a207 fix:minimally show type in column editor if column type is not a native psql type 2022-05-20 17:18:02 +08:00
Joshen Lim
3f9278eacb Update tailwind colors 2022-05-20 17:05:11 +08:00
Joshen Lim
f677f55fe1 Updates as per PR comments 2022-05-20 17:05:11 +08:00
Joshen Lim
5ad9cecbea Add tiny empty state in ColumnEditor for foreign key, if column has no name yet in the form 2022-05-20 17:05:11 +08:00
Joshen Lim
ffaed9888a Fix ForeignKeySelector not showing updated foreign key config after initial round of saving 2022-05-20 17:05:11 +08:00
Joshen Lim
d889b46ebf Implement enum types store and hide system enum types from table editor 2022-04-19 16:19:00 +08:00
Bo Lu
c89795eb84 fix style for long text label 2022-03-28 12:29:32 +11:00
Joshen Lim
f6aa72a2de Adjust colors in table side panel editor 2022-03-02 10:38:06 +08:00
Jonathan Summers-Muir
9b83e31ddd fix: build errors and misc issues 2022-03-01 13:58:55 +08:00
Jonathan Summers-Muir
7d2a8bcee0 chore: updated SidePanels. replaced more text. updated Grid. updated Menus 2022-03-01 13:58:55 +08:00
TzeYiing
cc12c7aaa8 added more InformationBox apis 2022-02-15 16:27:22 +08:00
Joshen Lim
9373f69220 Studio 🎙 2021-11-26 11:15:00 +05:30