PromucFlow_constructor/app/client/src/utils
Paul Li f62c8a62a4
fix: checkbox group feedback (#6959)
* FIX-6783 : Checkbox group widget - Feedback

-- Add default border for a checkbox icon and color for a label
-- Align the option to the center if its options count is one or inline
-- Set isInline to true by default in widget config

* FIX-6783 : Checkbox Group Widget Feedback

-- Add a migration for isInline property

* Feat: Checkbox Groupd Widget Feedback

-- Add vertical margin between options

* Fix: Checkbox Group Widget

-- Increase default rows value to 1.5 in widget configuration

* Fix: Checkbox Group Widget

-- Change the migration version number

* Fix: Checkbox Group Widget

-- Change migration version number

* Fix: Checkbox Groupd Widget Feedback

-- Delete redundant WidgetConfigResponse file

* Fix: Checkbox Group Widget Feedback

-- Change the config values of rows, columns
-- Refactor migration file

* Fix: Checkbox Group Widget

-- Refactor migration file

* fix: Checkbox Group Widget Feedback

-- Fix on the wrong dsl version

* fix: Checkbox Group Widget Feedback

-- Remove a unnecessary comment
-- Update the version of the widget in its config and migration

* fix: checkbox group feedback

-- Rewrite a migration for isInline property

* fix: checkbox group feedback

-- Follow the figma design on disabled state

* fix: Checkbox Group Widget feedback

-- Apply appropriate migration

* fix: Checkbox group widget - Feedback

-- Apply theme changes

* fix: Checkbox Group Widget - Feedback

-- Change the border color of an unchecked checkbox to DARK_GRAY

* fix: Checkbox Group Widget - Feedback

-- Remove inset box shadow from the checkbox indicators

Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-12-16 22:24:23 +08:00
..
autocomplete fix: removed -1 and 2d array population error in the selectedRowIndices (#9606) 2021-12-15 17:44:50 +05:30
hooks feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
migrations fix: checkbox group feedback (#6959) 2021-12-16 22:24:23 +08:00
validation fix: table icon selector js mode toggle issue (#9396) 2021-12-09 11:45:59 +05:30
AnalyticsUtil.tsx fix: git sync updates (#9623) 2021-12-15 00:30:59 +08:00
ApiPaneUtils.test.ts Bug/api editor datasources (#4780) 2021-06-03 10:28:18 +05:30
ApiPaneUtils.tsx Bug/api editor datasources (#4780) 2021-06-03 10:28:18 +05:30
AppsmithConsole.ts feat: show lint errors in code editor (#6265) 2021-08-26 10:15:17 +05:30
AppsmithUtils.test.ts feat: Switch Group widget (#7590) 2021-12-09 20:02:47 +08:00
AppsmithUtils.tsx feat: Switch Group widget (#7590) 2021-12-09 20:02:47 +08:00
canvasStructureHelpers.test.ts Introduce different evaluation types for different binding fields (#3834) 2021-04-26 11:11:32 +05:30
canvasStructureHelpers.ts refactor: Widget Development API (#6405) 2021-09-09 20:40:22 +05:30
DSLMigrations.ts fix: checkbox group feedback (#6959) 2021-12-16 22:24:23 +08:00
DynamicBindingUtils.test.ts fix: correctly update dynamic binding pathlist (#8981) 2021-11-16 10:38:43 +01:00
DynamicBindingUtils.ts feat: Action undo redo (#9045) 2021-12-07 09:45:18 +00:00
EditorUtils.ts refactor: Widget Development API (#6405) 2021-09-09 20:40:22 +05:30
featureFlags.ts Use feature flag api to enable/disable comments (#6322) 2021-08-05 11:40:19 +05:30
FormControlFactory.tsx feat: JSON view for query & datasource form components (#7534) 2021-09-17 12:14:04 +00:00
FormControlRegistry.tsx feat: UQI Pagination Component implementation (#9446) 2021-12-14 09:02:06 +01:00
formhelpers.test.ts Make prettier changes (#2337) 2020-12-24 10:02:25 +05:30
formhelpers.ts Improvement: Add limit on password length in user signup (#6312) 2021-08-04 15:33:33 +06:00
GenerateCrudUtil.ts [Feature] Generate template page from datasource (#5513) 2021-07-29 13:43:10 +05:30
generators.tsx [Feature] Widget grouping - Allow Drag and Drop of multiple widgets. (#5389) 2021-08-12 11:15:38 +05:30
getPathAndValueFromActionDiffObject.ts fix: fixing missing where key (#9215) 2021-11-25 18:48:40 +05:30
helpers.test.ts fix: New table widget migration to sanitize primaryColumn, columnOrder and binding paths (#7037) 2021-09-13 17:33:39 +05:30
helpers.tsx feat: Action undo redo (#9045) 2021-12-07 09:45:18 +00:00
history.ts Fixes for the API Editor #109 #112 #111 #116 2019-10-25 05:35:20 +00:00
JSPaneUtils.tsx fix: changed conditions for variables as variables were undefined (#9748) 2021-12-14 13:01:40 +05:30
localStorage.test.ts Check if localstorage is supported (#3974) 2021-04-26 14:48:39 +05:30
localStorage.tsx chore: Config changes (#8564) 2021-11-05 11:19:19 +05:30
PerformanceTracker.ts - Remove the is_array check 2021-06-16 23:22:10 +05:30
PropertyControlFactory.tsx Show JS eval errors in evaluated value pane and debugger (#4463) 2021-05-26 18:02:43 +05:30
PropertyControlRegistry.tsx DRY property control creation. Generate ids for property pane config on the client. Add Multi switch control. Add Icon Widget (WIP). Enable blueprint based actions. 2020-04-14 05:35:16 +00:00
replayHelpers.test.js chore: Removing re-declared variables (#8050) 2021-10-14 09:47:26 +05:30
replayHelpers.tsx feat: Action undo redo (#9045) 2021-12-07 09:45:18 +00:00
storage.ts fix: paste before copy resulted in value being undefined (#8954) 2021-11-05 15:08:46 +05:30
treeUtils.ts Make prettier changes (#2337) 2020-12-24 10:02:25 +05:30
TypeHelpers.ts Filepicker v2 - Don't store large files in the dataStore (#6692) 2021-08-24 09:08:57 +05:30
WidgetFactory.tsx chore: Config changes (#8564) 2021-11-05 11:19:19 +05:30
WidgetPropsUtils.test.tsx feat: Updates widget default state (#8562) 2021-11-02 09:47:49 +05:30
WidgetPropsUtils.tsx feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
WidgetRegisterHelpers.tsx fix: copy paste new widget key generation (#7464) 2021-09-15 19:34:27 +05:30
WidgetRegistry.tsx feat: Switch Group widget (#7590) 2021-12-09 20:02:47 +08:00
WorkerUtil.test.ts Cleanup cancelled requests (#2387) 2020-12-30 18:56:44 +05:30
WorkerUtil.ts Cleanup cancelled requests (#2387) 2020-12-30 18:56:44 +05:30