ToolJet/frontend/src/Editor/Components/Table
Nakul Nagargade b5974b2b8d
feat: Add light/dark/auto mode theme setting at application level (#9091)
* Add app mode in global settings

* Fix width of app mode toggle

* Resolve code comments

* Fix design comments

* Fix when canvas bg is empty

* Product feedback

* Fix dark theme issue in table

* Code refactor

* Always enable dark mode toggle in editor

* Fix canvas container color

* fix: update currentstate theme on appMode change

* fix: check theme as string from localstorage

* Update frontend/src/Editor/Header/AppModeToggle.jsx

Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>

* Update frontend/src/Editor/Viewer/DesktopHeader.jsx

Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>

* fix: check app theme when switching global theme

* fix: check if appmode is empty and show toggle button in viewer

* fix: set appmode on editor load from appdef

---------

Co-authored-by: Johnson Cherian <johnsonc.dev@gmail.com>
Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>
2024-04-19 12:55:16 +05:30
..
columns Allow custom id for dynamically generated columns (#8525) 2024-02-06 10:40:11 +05:30
AddNewRowComponent.jsx [Hotfix]: Action button event is not getting triggered (#8480) 2024-01-04 11:53:04 +05:30
custom-filter.js Hot fix : custom filters not getting applied in the table (#7026) 2023-07-18 10:32:14 +05:30
CustomSelect.jsx Chore: eslint checkup (#5887) 2023-04-10 11:26:23 +05:30
Datepicker.jsx Using tab to navigate through editable cells on the table (#6665) 2023-07-21 11:21:34 +05:30
Filter.jsx feat: Add light/dark/auto mode theme setting at application level (#9091) 2024-04-19 12:55:16 +05:30
GenerateEachCellValue.jsx Table redsign (#7178) 2023-09-04 10:01:40 +05:30
GlobalFilter.jsx [Hotfix]: Action button event is not getting triggered (#8480) 2024-01-04 11:53:04 +05:30
IndeterminateCheckbox.jsx Fire row click event on checkbox click in table (#8616) 2024-02-06 11:24:38 +05:30
Link.jsx Added horizontal alignment property for each columns in the table to set the horizontal alignment individually (#7106) 2023-08-31 13:38:53 +05:30
load-properties-and-styles.js feat: enable or disable row selection on click of cell using property (#8581) 2024-02-06 14:06:49 +05:30
OverlayTriggerComponent.jsx Table redsign (#7178) 2023-09-04 10:01:40 +05:30
Pagination.jsx Page change event is getting triggered in the table component (#8221) 2023-11-29 16:38:47 +05:30
Radio.jsx Fix linting errors across the app (#785) 2021-09-21 19:18:28 +05:30
reducer.js Added feature to add new rows in the table (#5954) 2023-04-21 15:42:48 +05:30
Table.jsx feat: Add light/dark/auto mode theme setting at application level (#9091) 2024-04-19 12:55:16 +05:30
Tags.jsx Using tab to navigate through editable cells on the table (#6665) 2023-07-21 11:21:34 +05:30
Toggle.jsx Bugfix: toggle should be disabled when a toggle column of table widget is not editable (#2327) 2022-02-23 10:27:55 +05:30