PromucFlow_constructor/app/client/src
Arsalan Yaldram 46b3627bac
feat: implemented slider widgets (#15712)
* feat: implemented slider widget from mantine ui

* fix: remove widget from widgetName

* fix: memoize marks, use primitives for rangeslider value

* fix: use theme accentColor, remove xs and xl size

* fix: renamed slider widget, added searchTags, parity properties

* feat: added labels to the slider widgets.

* fix: Rename SingleSlider components to Slider

* feat: added basic disabled state

* feat: added category slider widget, handled label callback function

* fix: Renamed slider widgets fixed imports and bindings.

* feat: widget redesign, added hover, focus, disabled states.

* feat: added isDirty meta property to the slider widgets.

* feat: Added onChange action triggers to the slider widgets.

* feat: added show marks label property for category widget.

* fix: fixed initial feedback on designs, issues.

* feat: added the new tabbed property pane improvements.

* feat: changes to the slider property panes.

* fix: removed show label on hover and add tooltip always on property.

* fix: slider sizes changed inline with the designs

* feat: added initial logos.

* fix: slider size subtext.

* feat: added show marks to number and range sliders.

* fix: Label will show one decimal point if step Size is in decimal.

* feat: added validations for the slider widgets.

* fix: remove mark dots when show marks is off, change icons.

* fix: addressed validations feedback.

* fix: added stepsize validation number widget & fixed top label aligning.

* fix: Long label styles.

* fix: wrapping removed for long labels, handled focus state.

* fix: remove overflow hidden.

* fix: added pointerEvents none to Marks.

* fix: added default value in the Number Slider widget.

* fix: refactor marks remove un-necessary function calls.

* fix: Review changes done.

* fix: remove transformstyles outside component.

* fix: remove old proprty pane config.

* fix: remove any type from widget files.

* fix: small code refactor validations category slider.

* fix: removed throttle, fixed slider setting to zero issue.

* fix: Added validation for stepSize RangeSlider. Added clamp for nextValue in getChangeValue.

* fix: number and category slider fire events only if value has changed.

* fix: added 0 as default for the min value, range and number sliders.

* fix: remove tooltip always on from category slider.

* fix: minRange validation accept only numbers.

* fix: added old property pane method.
2022-09-22 21:26:50 +05:30
..
actions feat: fork templates inside an existing app (#14514) 2022-09-22 09:19:18 +05:30
api feat: fork templates inside an existing app (#14514) 2022-09-22 09:19:18 +05:30
assets feat: fork templates inside an existing app (#14514) 2022-09-22 09:19:18 +05:30
ce fix: cancelled execution causing multiple on page load execution failures (#16137) 2022-09-22 12:09:27 +05:30
components fix: updated message changes for auth tab, capital texts (#16832) 2022-09-21 15:48:43 +05:30
constants feat: fork templates inside an existing app (#14514) 2022-09-22 09:19:18 +05:30
ee feat: Refactor invite modal for handling RBAC updates (#16405) 2022-09-02 22:45:08 +05:30
enterprise
entities feat: grouping in console logs (#16698) 2022-09-19 06:29:04 +00:00
globalStyles refactor: deprecate commenting and notifications (#15484) 2022-08-03 12:32:49 +05:30
icons feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
mockComponentProps feat: adding slug names in urls (#10957) 2022-03-25 16:13:26 +05:30
mockResponses feat: RBAC framework (#14823) 2022-08-22 23:27:07 +05:30
mocks chore: integrate msw to browser to mock api requests (#15965) 2022-08-17 12:01:55 +05:30
normalizers
pages feat: fork templates inside an existing app (#14514) 2022-09-22 09:19:18 +05:30
polyfills
reducers feat: fork templates inside an existing app (#14514) 2022-09-22 09:19:18 +05:30
reflow Reflow overlapping fix on canvas edges (#12745) 2022-04-20 12:56:35 +05:30
resizable perf: Widget re-rendering refactor (#14485) 2022-08-19 15:40:36 +05:30
sagas fix: cancelled execution causing multiple on page load execution failures (#16137) 2022-09-22 12:09:27 +05:30
selectors feat: fork templates inside an existing app (#14514) 2022-09-22 09:19:18 +05:30
templates
theme feat: Image Widget Reskinning (#16787) 2022-09-21 15:11:04 +05:30
transformers fix: Fix Api url path issue (#16628) 2022-09-13 05:02:59 +00:00
utils feat: implemented slider widgets (#15712) 2022-09-22 21:26:50 +05:30
widgets feat: implemented slider widgets (#15712) 2022-09-22 21:26:50 +05:30
workers feat: grouping in console logs (#16698) 2022-09-19 06:29:04 +00:00
.gitignore
App.css
AppErrorBoundry.tsx add analytics log on app crash (#14575) 2022-06-22 16:00:33 +05:30
AppRouter.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
index.css fix: Reskinning Radio + Toggle + Checkbox (#15329) 2022-08-05 10:16:42 +05:30
index.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
LandingScreen.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
react-app-env.d.ts
RouteBuilder.ts feat: fork templates inside an existing app (#14514) 2022-09-22 09:19:18 +05:30
RouteParamsMiddleware.ts chore: code changes to support clean urls v2 (#14757) 2022-07-11 09:36:29 +05:30
serviceWorker.js chore: Delete service worker cache (#16668) 2022-09-13 10:38:45 +05:30
store.ts chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
wdyr.ts fix: revert #8121 (#11502) 2022-02-28 19:44:56 +05:30