Commit Graph

47 Commits

Author SHA1 Message Date
Han Tuerker
db7b3ebd84 Feat: Percentage field color customization (#692)
* feat(percentage-c11n): convert to table cell

* feat(percentage-c11n): add logic to default configs

* feat(percentage-c11n): add color picker to settings

* feat(percentage-c11n): change default colors

* feat(percentage-c11n): fix button text color

* feat(percentage-c11n): add labels to settings

* feat(percentage-c11n): add preview section

* feat(percentage-c11n): fix cache issues with debouncing

* feat(percentage-c11n): add width responsiveness to color picker

* feat(percentage-c11n): fix responsiveness issues

* feat(percentage-c11n): add checkbox, refactor a little

* feat(percentage-c11n): convert data type to array

* feat(percentage-c11n): refactor config states

* feat(percentage-c11n): fix defaults

* feat(percentage-c11n): add basic cell without bg

* feat(percentage-c11n): remove collapse

* feat(percentage-c11n): refactor checkStates

* feat(percentage-c11n): add grid layout

* feat(percentage-c11n): chore conventions

* feat(percentage-c11n): add default theme color to sidedrawer

* remove redundant fragment

Co-authored-by: Sidney Alcantara <sidney@sidney.me>

* fix text color in preview

Co-authored-by: Sidney Alcantara <sidney@sidney.me>

* fix: change state to derived state

Co-authored-by: Sidney Alcantara <sidney@sidney.me>

* fix: review suggestions

* fix: remove redundant change call

Co-authored-by: Sidney Alcantara <sidney@sidney.me>

* fix(percentage-c11n): remove redundant dependencies

Co-authored-by: Shams <shams.mosowi@gmail.com>
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
2022-07-05 12:50:34 +10:00
Sidney Alcantara
96abb36430 fix rowy run buildFunction endpoint expecting old pathname for tables 2022-06-28 15:55:16 +10:00
Sidney Alcantara
3e791294fe fix out of order fields not appearing & remove _rowy_* fields 2022-06-09 10:59:44 +10:00
Sidney Alcantara
ce12b1e338 fix date and date time filters 2022-06-08 16:53:09 +10:00
Sidney Alcantara
55246469be add bulk import based on firestore batched writes (#607) 2022-06-07 17:06:33 +10:00
Sidney Alcantara
1f56ffcc64 add table wizard ui (not functional) 2022-06-07 12:00:58 +10:00
Sidney Alcantara
9373c8c985 HiddenFields: fix slash color 2022-06-02 12:44:28 +10:00
Sidney Alcantara
8501fe41ee add Extensions & Webhooks 2022-06-02 00:50:18 +10:00
Sidney Alcantara
dd0164b1ef add CloudLogs 2022-06-01 21:52:04 +10:00
Sidney Alcantara
8a313279e8 add ColumnMenu, independent ColumnModals 2022-05-26 19:31:56 +10:00
Sidney Alcantara
3821b229e1 add more complex data types 2022-05-24 20:34:28 +10:00
Sidney Alcantara
6b162beb4e add most field types 2022-05-24 16:17:09 +10:00
Sidney Alcantara
8fb9a47445 add main Table component 2022-05-19 16:37:56 +10:00
Sidney Alcantara
daddc30861 add updateFieldAtom & id decrement 2022-05-17 19:16:31 +10:00
Sidney Alcantara
a94bb2652f write addRow function 2022-05-13 13:08:39 +10:00
Sidney Alcantara
9d79d22b29 Merge branch 'v3' of https://github.com/notsidney/xtable into data-layer-rewrite 2022-05-04 19:10:19 +10:00
shamsmosowi
8f8f66d9ca connect 2022-03-30 22:32:19 +02:00
Shams
dee56366c4 Merge pull request #611 from gibsonliketheguitar/fix-559
fix-bug #559 unpredictable state of tableAction.reorder's function
2022-01-31 16:55:11 +11:00
gibsonliketheguitar
ac6a92dbd1 fix-bug unpredictable state of tableAction.reorder's function 2021-12-28 18:58:04 +07:00
Sidney Alcantara
b1f5e6f4b5 fix auth redirect not including url hash 2021-12-01 18:17:22 +11:00
Sidney Alcantara
5cff6171e4 fix decrementId (#567), CSV new row ID bug (#583), add row with custom ID 2021-11-25 20:55:27 +11:00
shamsmosowi
e185dd67dd Merge branch 'develop' into rc 2021-11-20 15:03:01 +11:00
shamsmosowi
231568c1a9 multiservice rowy run 2021-11-20 13:47:40 +11:00
shamsmosowi
7a9ea45687 revet to generateSmallerId 2021-11-18 21:13:34 +11:00
shamsmosowi
952157c914 addRows function and updated decrementId 2021-11-18 20:42:40 +11:00
Shams
0f44eb727a Revert "fix csv import, items getting the same key" 2021-11-17 20:20:00 +11:00
shamsmosowi
55eb112c45 fix csv import, items getting the same key 2021-11-17 20:15:09 +11:00
Sidney Alcantara
8a9b524126 display build logs in new cloud logs modal 2021-11-10 01:07:26 +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
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
shamsmosowi
9218d68c15 basic webhooks 2021-10-18 10:26:25 +11:00
Sidney Alcantara
4879eda1f0 useTableData: fix connect table becoming unclearable 2021-10-14 18:16:56 +11:00
Sidney Alcantara
e3aa38bc6a add updatedBy, createdBy fields 2021-10-12 16:36:07 +11:00
Sidney Alcantara
869f364e7f remove chroma.js 2021-09-24 16:17:26 +10:00
shamsmosowi
85ad3e22cf functional connect table 2021-09-23 16:49:53 +10:00
Sidney Alcantara
3c852259db add step 3 2021-09-17 11:10:48 +10:00
Sidney Alcantara
9a616924c5 move authToken, userClaims, userRoles to AppContext 2021-09-16 18:41:03 +10:00
Sidney Alcantara
4b6a79dbbf add auth redirect, public 404 page 2021-09-16 13:00:04 +10:00
Sidney Alcantara
80ee7d030e support multiple tables pointing to the same collection 2021-09-09 22:54:27 +10:00
Sidney Alcantara
6f4c94b331 fix file, upload fields 2021-09-08 10:47:08 +10:00
Sidney Alcantara
d09427f1c1 move ProjectSettings to own page, add MigrateToV2 2021-09-02 23:39:53 +10:00
Sidney Alcantara
4674262172 run prettier 2021-09-01 15:59:30 +10:00
Sidney Alcantara
901470675a restructure repo 2021-09-01 15:54:20 +10:00