Commit Graph

72 Commits

Author SHA1 Message Date
Terry Sutton
56ab5eea82 Chore/enable rls by default (#9690)
Enable RLS by default, adjust label
2022-10-21 16:00:43 +02: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
Terry Sutton
2ea7b891ef Change div to button so you can tab to it 2022-09-30 14:50:55 -02:30
Joshen Lim
3413bfa782 Fix ts lint 2022-09-30 17:47:30 +08:00
Joshen Lim
73b60a1199 Update learn more about data types in column management 2022-09-30 17:42:40 +08:00
Terry Sutton
bdda1e970e Merge branch 'master' into feat/improve-column-creating-experience 2022-09-26 11:25:15 -02:30
Isaiah Hamilton
b885bc12e3 chore: update key prop 2022-09-26 18:28:39 +08: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
bVNyDUKE
4353b900d1 Fix/studio file upload validation (#6639)
* add extra file extension validation

* change accepted file types to allow csv
2022-09-06 12:14:09 -03:00
Francisco Mazzoni
3ab75f90e4 fix spreasheet import styles and provide small table preview for user (#8720)
* fix spreasheet import styles and provide small table preview for user

* preview for text, fix dynamicParse
2022-09-06 11:37:11 -03:00
Terry Sutton
0d30def709 Merge pull request #8667 from supabase/fix/papaparse-wrong-chunk-size
Fix/papaparse wrong chunk size
2022-09-01 16:25:27 -02:30
Joshen Lim
5641fad66d Deprecate usage of Typography and remove all unused deprecated files 2022-08-30 13:54:58 +08:00
Terry Sutton
e3eb379dd5 Turn off papa parse dynamic typing, fix tests for timestamptz 2022-08-29 16:25:06 -02:30
Terry Sutton
f138634750 Fixes misnamed type 2022-08-26 14:41:54 -02:30
Terry Sutton
f78ef97583 Merge pull request #8163 from supabase/fix-toast-event-bubbling
add outside interaction control to radix dialog based ui
2022-08-09 16:24:24 -02:30
Terry Sutton
1f8efad295 Merge pull request #7812 from Hallidayo/studio-editor-long-column-name
feature: editor long column name and hover
2022-08-09 13:47:28 -02:30
Ollie Halliday
d71203191e placeholer for input added 2022-08-09 17:12:28 +01:00
Francisco Mazzoni
5db6220dc9 add outside interaction control to radix dialog based ui 2022-08-09 10:23:44 -03:00
Joshen Lim
3d4b9a492c Fix check in SpreadsheetImport utils 2022-07-26 21:48:32 +08:00
Ollie Halliday
689fcf84f2 icon now seperate and on hover has column name 2022-07-20 13:55:04 +01:00
Joshen Lim
6e3892a478 Add more details to RLS description in table editor 2022-07-05 18:55:10 +08:00
Ollie Halliday
2c107b68f3 grammar change on description for composite primary key 2022-07-03 11:10:20 +01:00
Joshen Lim
74c33be50f Lock schemas that are owned by supabase_admin, in studio 2022-06-24 21:09:59 +08:00
Joshen Lim
035085bd98 TableEditor support managing tables outside of public schema 2022-06-24 21:09:59 +08:00
Joshen Lim
24928cc50c Update logic 2022-06-21 17:27:08 +08:00
Joshen Lim
287926d802 Add fix for spreadsheet import utils when infering boolean type column 2022-06-21 17:27:08 +08:00
Joshen Lim
8fccf1c18c Fix type errors and update type file for uuid 2022-06-21 12:07:25 +08:00
Joshen Lim
069379d053 Add option to toggle realtime for a table in table editor side panel 2022-06-21 12:07:25 +08:00
Joshen Lim
bfa5a986e3 Make error toasts not auto dismiss by default 2022-06-21 10:40:38 +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
b184f15471 Add placeholder for column name input 2022-06-06 08:55:37 -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
afe35bc3d3 adjust logic on setting default value to null when its an empty string 2022-05-31 17:52:00 +08:00
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
ffaed9888a Fix ForeignKeySelector not showing updated foreign key config after initial round of saving 2022-05-20 17:05:11 +08:00
Joshen Lim
e1e8d1dc6c fix: table creation not updated table name when adding foreign key 2022-05-11 21:37:25 +08:00
Joshen Lim
6f39a2284b Fix drag drop for spreadsheet import 2022-04-28 16:29:04 +07:00
Joshen Lim
be3134b1ac Resolve https://sentry.io/organizations/supabase/issues/2956926689conflicts 2022-04-28 11:31:59 +07:00
Joshen Lim
d889b46ebf Implement enum types store and hide system enum types from table editor 2022-04-19 16:19:00 +08:00