1751 Commits

Author SHA1 Message Date
Sidney Alcantara
9fbbb805a5 Merge branch 'develop' into feat/webhooks
* develop:
  ConnectServiceSelect: fix list edge styles on dark theme
  remove duplicate ConnectServiceSelect code
  setup: remove insecure rule insecure rule that allows anyone to access any part of your database
  Test page: fix small switch spacing
  SideDrawer: add option to show hidden fields
  fix Switch with label spacing
  fix hidden fields & filters not working with multiple table views
  column settings: add basic validation on blur & change
  ConfirmationDialog: add hideCancel prop
  remove monaco diff editor validation for firestore rules
  connect service config
  fix action SchemaPath ref
  NavDrawer: use material icon for closing drawer
  add DiffEditor to setup rules step
  add DiffEditor
2021-11-01 17:09:33 +11:00
Sidney Alcantara
7cc74dba9b ConnectServiceSelect: fix list edge styles on dark theme 2021-11-01 17:00:31 +11:00
Sidney Alcantara
b4c154e6c0 remove duplicate ConnectServiceSelect code 2021-11-01 17:00:13 +11:00
Sidney Alcantara
b0d403478f setup: remove insecure rule insecure rule that allows anyone to access any part of your database 2021-11-01 16:51:31 +11:00
Sidney Alcantara
de4d698591 Test page: fix small switch spacing 2021-11-01 16:20:33 +11:00
Sidney Alcantara
32572b6b54 SideDrawer: add option to show hidden fields 2021-11-01 16:19:27 +11:00
Sidney Alcantara
7840b416ad fix Switch with label spacing 2021-11-01 16:19:18 +11:00
Sidney Alcantara
cfea4fde32 fix hidden fields & filters not working with multiple table views 2021-11-01 15:50:27 +11:00
Sidney Alcantara
ae0adb8bfe column settings: add basic validation on blur & change 2021-11-01 13:18:32 +11:00
Sidney Alcantara
0f6cfc3abf ConfirmationDialog: add hideCancel prop 2021-11-01 13:18:21 +11:00
Sidney Alcantara
a6032ee9ba Merge branch 'develop' of https://github.com/rowyio/rowy into develop 2021-11-01 12:24:51 +11:00
Sidney Alcantara
f3faed1cad remove monaco diff editor validation for firestore rules 2021-11-01 12:24:48 +11:00
shamsmosowi
58ecfedad2 connect service config 2021-10-31 16:27:05 +11:00
shamsmosowi
f2d630ea1e fix action SchemaPath ref 2021-10-31 15:07:30 +11:00
Sidney Alcantara
01c94b5b39 NavDrawer: use material icon for closing drawer 2021-10-29 18:10:02 +11:00
Sidney Alcantara
97e3f85f66 add DiffEditor to setup rules step 2021-10-29 18:09:49 +11:00
Sidney Alcantara
bdd7d2aaa2 add DiffEditor 2021-10-29 18:09:37 +11:00
Sidney Alcantara
d645db9cbf standardize imports to use "@src/ 2021-10-29 11:52:13 +11:00
Sidney Alcantara
bb9165eaf5 Merge branch 'develop' into feat/webhooks
* develop:
  standardize imports to use "@src/
  add code helper to action script
  fix nested ref values causing side drawer crash (#565)
2021-10-29 11:49:04 +11:00
Sidney Alcantara
ed3bce3a43 standardize imports to use "@src/ 2021-10-29 11:47:12 +11:00
shamsmosowi
ab9b3e8727 add code helper to action script 2021-10-28 23:11:07 +11:00
Sidney Alcantara
265dd60f49 fix nested ref values causing side drawer crash (#565) 2021-10-28 22:37:56 +11:00
Sidney Alcantara
47535ed369 Merge branch 'develop' into feat/webhooks
* develop: (21 commits)
  generateBiggerId: remove console.log
  fix generateSmallerId algorithm (#567)
  fix merge
  fix inline cell of connect-service
  Fixes issue where the title field name is shown rather than the value
  Update reload screen copy (#530)
  Derivatives: don't list current field in listener field options
  potentially fix side drawer randomly scrolling
  JSON field: improve tree editor dark mode
  JSON: fix array support
  CodeEditor: use text field background color
  added a temp skip button for rules setting step
  JSON editor: add code editor mode (#509)
  CodeEditor: use TextField box-shadows & fix RichTextEditor box-shadows
  CodeEditor: fix onChange not being passed as prop
  consolidate CodeEditor to components/CodeEditor, allow resize, use github themes
  add CircularProgressOptical
  Import CSV: prevent import to ID field
  Import CSV: fix crash
  User Settings: move darker dark mode to theme
  ...
2021-10-28 19:14:55 +11:00
Sidney Alcantara
b1c546cf6b generateBiggerId: remove console.log 2021-10-28 17:49:47 +11:00
Sidney Alcantara
dceabe3616 fix generateSmallerId algorithm (#567) 2021-10-28 17:39:21 +11:00
Sidney Alcantara
7429b4a9cc Merge branch 'develop' of https://github.com/rowyio/rowy into develop 2021-10-28 10:59:15 +11:00
shamsmosowi
cfaded7864 fix merge 2021-10-28 01:40:16 +11:00
Shams
e99873dad7 Merge branch 'develop' into issue/569 2021-10-28 01:36:52 +11:00
shamsmosowi
a64c531583 fix inline cell of connect-service 2021-10-28 01:34:43 +11:00
Tyler La Fronz
82628d460a Fixes issue where the title field name is shown rather than the value 2021-10-27 09:20:54 -04:00
shamsmosowi
e10d5976f1 fns log 2021-10-27 23:59:29 +11:00
shamsmosowi
7afd409141 basic logs 2021-10-25 13:34:51 +11:00
Sidney Alcantara
fd425b9ff0 Update reload screen copy (#530) 2021-10-22 17:07:04 +11:00
Sidney Alcantara
b122443e91 Derivatives: don't list current field in listener field options 2021-10-22 17:00:24 +11:00
Sidney Alcantara
24e5353990 potentially fix side drawer randomly scrolling 2021-10-22 16:15:34 +11:00
Sidney Alcantara
37e435c99e JSON field: improve tree editor dark mode 2021-10-22 16:15:12 +11:00
Sidney Alcantara
cbcbc2e2f5 JSON: fix array support 2021-10-22 16:14:54 +11:00
Sidney Alcantara
e4c4f0c7ea CodeEditor: use text field background color 2021-10-22 16:14:18 +11:00
shamsmosowi
e4dd6c0aa6 added a temp skip button for rules setting step 2021-10-22 08:27:34 +11:00
Sidney Alcantara
18bd483a41 JSON editor: add code editor mode (#509) 2021-10-21 16:14:14 +11:00
Sidney Alcantara
1378573237 CodeEditor: use TextField box-shadows & fix RichTextEditor box-shadows 2021-10-21 15:52:27 +11:00
Sidney Alcantara
16b93bd48f CodeEditor: fix onChange not being passed as prop 2021-10-21 15:51:42 +11:00
Sidney Alcantara
fe82b159c5 consolidate CodeEditor to components/CodeEditor, allow resize, use github themes 2021-10-20 17:15:49 +11:00
Sidney Alcantara
fdb1a5178a add CircularProgressOptical 2021-10-20 15:36:48 +11:00
shamsmosowi
32a57e4398 typeform template 2021-10-20 10:10:54 +11:00
shamsmosowi
ac52141bbd removed endpoint step 2021-10-20 10:10:19 +11:00
Sidney Alcantara
e7f2253e4b Import CSV: prevent import to ID field 2021-10-18 17:53:56 +11:00
Sidney Alcantara
cfc27a96aa Import CSV: fix crash 2021-10-18 17:52:53 +11:00
Sidney Alcantara
d4d16d164b User Settings: move darker dark mode to theme 2021-10-18 17:34:14 +11:00
Sidney Alcantara
1dac3c889b UserMenu: show project ID 2021-10-18 17:34:00 +11:00