Commit Graph

4117 Commits

Author SHA1 Message Date
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
shamsmosowi
9218d68c15 basic webhooks 2021-10-18 10:26:25 +11:00
Sidney Alcantara
88f72abfc4 Merge pull request #561 from rowyio/rc
v2.1.0
v2.1.0
2021-10-15 18:07:39 +11:00
Sidney Alcantara
2534618bc4 Merge branch 'develop' into rc
* develop:
  bump version number
2021-10-15 17:43:49 +11:00
Sidney Alcantara
c0a810ebd2 bump version number 2021-10-15 17:43:35 +11:00
Sidney Alcantara
382a238e10 Merge branch 'develop' into rc
* develop:
  add audit fields
  fix SuggestedRules causing horizontal scroll
  add ellipsis to multiselect add new button to signify additional user input is required
2021-10-15 17:41:16 +11:00
Sidney Alcantara
0fd3d884e3 add audit fields 2021-10-15 17:38:59 +11:00
Sidney Alcantara
15d0fd804d fix SuggestedRules causing horizontal scroll 2021-10-15 17:38:37 +11:00
Sidney Alcantara
faa82262b5 add ellipsis to multiselect add new button to signify additional user input is required 2021-10-15 15:28:34 +11:00
Sidney Alcantara
9c0690a812 Merge branch 'develop' into rc
* develop: (27 commits)
  Allow users to add custom options in Single and Multi Select fields
  add extensionsDocSync WIKI_LINK
  add new step-based extensions UI
  Side Drawer: scroll to selected cell and focus if available
  update missing rowy run url error copy
  fix last frozen row not showing selection outline
  error copy
  show error when rowyrun is called without a url
  useTableData: fix connect table becoming unclearable
  Color: remove unused code in side drawer field
  fix Side Drawer not loading the correct row’s values for some fields after clicking the navigation buttons
  Connect Table: support single selection without arrays (#504)
  PopoverCell: fix double causing cell to appear blank
  table onSnapshot: fix rows with missingRequiredFields already in the database being displayed
  Table settings: Show collection name in Copy columns from existing table dropdown
  add initial columns option to create table
  fix status operator
  Long Text field: support in-cell editing
  CellValidation: fix console error
  fix add row not adding to the top after deleting
  ...
2021-10-15 11:04:03 +11:00
Sidney Alcantara
cd9798c636 Allow users to add custom options in Single and Multi Select fields 2021-10-15 00:00:21 +11:00
Sidney Alcantara
f7d0be64f7 add extensionsDocSync WIKI_LINK 2021-10-14 23:51:37 +11:00
Sidney Alcantara
0a09d6bbed add new step-based extensions UI 2021-10-14 23:50:00 +11:00
Sidney Alcantara
713ebe6e89 Side Drawer: scroll to selected cell and focus if available 2021-10-14 20:01:24 +11:00
Sidney Alcantara
bb65f98d23 update missing rowy run url error copy 2021-10-14 19:58:15 +11:00
Sidney Alcantara
4b17afd3dd Merge branch 'develop' of https://github.com/rowyio/rowy into develop 2021-10-14 19:55:05 +11:00
Sidney Alcantara
37f1c5394e fix last frozen row not showing selection outline 2021-10-14 19:54:24 +11:00
shamsmosowi
44b0314329 error copy 2021-10-14 18:57:09 +11:00
shamsmosowi
2be55242be show error when rowyrun is called without a url 2021-10-14 18:55:52 +11:00
Sidney Alcantara
4879eda1f0 useTableData: fix connect table becoming unclearable 2021-10-14 18:16:56 +11:00
Sidney Alcantara
87b8cec89b Color: remove unused code in side drawer field 2021-10-14 18:01:42 +11:00
Sidney Alcantara
055286aab4 fix Side Drawer not loading the correct row’s values for some fields after clicking the navigation buttons 2021-10-14 17:43:10 +11:00
Sidney Alcantara
d5f514e70a Connect Table: support single selection without arrays (#504) 2021-10-14 17:42:43 +11:00
Sidney Alcantara
83f1451684 PopoverCell: fix double causing cell to appear blank 2021-10-14 16:47:18 +11:00
Sidney Alcantara
ca4402a8d4 table onSnapshot: fix rows with missingRequiredFields already in the database being displayed 2021-10-14 16:34:03 +11:00
Sidney Alcantara
f0a25f1c0e Table settings: Show collection name in Copy columns from existing table dropdown 2021-10-14 13:47:17 +11:00
Sidney Alcantara
1e48d5fb31 Merge branch 'develop' of https://github.com/rowyio/rowy into develop 2021-10-13 16:43:53 +11:00
Sidney Alcantara
363d380301 add initial columns option to create table 2021-10-13 16:43:47 +11:00
shamsmosowi
8e4bfb8b87 fix status operator 2021-10-13 14:10:40 +11:00
Sidney Alcantara
2c59c7e3fc Long Text field: support in-cell editing 2021-10-12 22:52:29 +11:00
Sidney Alcantara
64bee1eded CellValidation: fix console error 2021-10-12 22:39:44 +11:00
Sidney Alcantara
47b00b24ef fix add row not adding to the top after deleting 2021-10-12 22:38:26 +11:00
Sidney Alcantara
df6e53d162 LoadedRowsStatus: show hard cap 2021-10-12 16:49:35 +11:00