Commit Graph

66 Commits

Author SHA1 Message Date
Ruggero Tomaselli
af28a42fd6 Add type to import to be more explicit 2023-01-27 14:56:54 +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
Terry Sutton
86c5221cac Merge pull request #9404 from supabase/fix/firefox-string-values
Don't replace dashes in date string
2022-10-11 10:49:45 -02:30
Joshen Lim
2d9ff657c7 Clean up 2022-10-11 15:25:27 +08:00
Joshen Lim
59b4e849f8 Dont autopopulate date time fields if they have default value, show the default values as comments instead 2022-10-11 15:25:27 +08:00
Joshen Lim
ae49a0db76 fix 2022-10-10 14:23:21 +08:00
Terry Sutton
3abbc70e76 Don't replace dashes in date string 2022-10-07 18:55:55 -02:30
Joshen Lim
069e7b366f Cast enum arrays as text arrays when fetching page in table editor 2022-10-07 14:16:43 +08:00
Joshen Lim
d972cb8c57 Remove MultiSelectEditor, try to improve array editing in table editor 2022-10-06 13:00:35 +08:00
Joshen Lim
597e66d8e3 Pull master and resolve conflicts 2022-10-06 11:58:09 +08:00
Terry Sutton
e36fabde3e Merge branch 'master' into feat/migrate-supabase-ui 2022-10-05 10:09:23 -02:30
Joshen Lim
c0d059e45a remove console log 2022-10-04 17:09:09 +08:00
Joshen Lim
cc966ac86c Fix row editor not showing values 2022-10-04 17:09:09 +08:00
Joshen Lim
5e070914ad 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
cf18386cf1 Pull master and resolve conflicts 2022-10-03 15:54:03 +08:00
Alaister Young
d616375e99 fix nullable field value in RowEditor utils 2022-10-02 21:28:05 +11:00
Alaister Young
dcc78b5454 fix: allow null in RowField value 2022-10-02 21:18:37 +11:00
Joshen Lim
465d1c752e Remove hardcoded stuff 2022-09-29 14:58:55 +08:00
Joshen Lim
ee7754fbdc Update MultiSelect component to support selecting duplicate value 2022-09-29 14:42:14 +08:00
Joshen Lim
54e0c5781a Add small validation for FK field in row editor view data button 2022-09-27 15:02:12 +08:00
Joshen Lim
2a7b48bfff Remove client side validation for non null columns in row editor 2022-09-27 15:02:12 +08:00
Jonathan Summers-Muir
0c0162acf8 Merge branch 'master' into feat/migrate-supabase-ui 2022-09-22 19:24:04 +02:00
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
Terry Sutton
a895896155 Fix case where date is null 2022-09-14 10:36:20 -02:30
Terry Sutton
6ea4bd4a64 Remove console logs 2022-09-09 17:46:05 -02:30
Terry Sutton
d35456a033 Replace dashes with slashes for Safari 2022-09-09 17:45:09 -02:30
Terry Sutton
2664865c30 Debugging 2022-09-09 15:15:19 -02:30
Terry Sutton
5b16471c7a Fix clear button on datetime input 2022-09-09 14:33:17 +08: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
37343f1de7 Clean console logs 2022-08-01 14:38:40 +08:00
Joshen Lim
db5f5a6d23 Fix JSON side panel crashing when value is a number 2022-07-20 14:41:43 +08:00
Joshen Lim
c6019bbc8b Fix DateTimeEditor in Grid 2022-07-01 12:31:28 +08:00
Joshen Lim
f74d40cb87 Leave numerical values as string in RowEditor when formatting query to work around js integer range limits 2022-06-21 11:57:25 +08:00
Joshen Lim
bfa5a986e3 Make error toasts not auto dismiss by default 2022-06-21 10:40:38 +08:00
Joshen Lim
31f9014330 Fix row editor treating 0 as empty value and hence throws error when column is not nullable, midway writing tests 2022-06-08 10:39:34 +08:00
Jonathan Summers-Muir
7185112fdd Merge branch 'master' into chore/move-grid-into-main-repo 2022-05-30 21:35:13 +08:00
Joshen Lim
d0786d84a2 Fix small wrong logic in ActionBar 2022-05-30 17:20:32 +08:00
Joshen Lim
3f9509401f Small style fix 2022-05-30 17:20:32 +08:00
Joshen Lim
5b6ad90212 fix: view data button closes foreign key side panel 2022-05-30 17:20:32 +08:00
Terry Sutton
639214f13e Move grid files 2022-05-25 16:50:33 -02:30
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
cd3d124e23 Assign HTML type to input field button 2022-05-20 17:47:07 +08:00
phamhieu
f5c3eee5f2 refactor: extend dayjs once on _app
https://github.com/iamkun/dayjs/issues/931#issuecomment-644584535
2022-05-18 20:14:20 +07:00
Joshen Lim
082eeb1835 fix: rendering and saving issues for RowEditor pertaining to time and timestamp fields 2022-05-17 13:02:34 +07:00
Joshen Lim
e41246ef0b Fix invalid date issue if seconds are set to 0 in html input datetime 2022-05-13 15:19:15 +08:00