PromucFlow_constructor/app/client/src
Bhavin K e8219284ea
feat:allow local decimal sep. curr. & input widget (#16380)
* feat:allow local decimal sep. curr. & input widget

* test: fix the test for input widget

* refactor: code refinement

* refactor: rename the suggestion key

* fix: changed the regex to replaceAll function

* fix: address review callouts

* refactor: new default and min max validation

* fix: directly converting default value to current locale

* fix: converting value to locale directly inside onStep

* fix: add fraction during formatting

* revert: input widget locale changes

* fix: restrict getting of current locale for currency widget

* fix: introduced shouldUseLocale prop

Co-authored-by: balajisoundar <balaji@appsmith.com>
Co-authored-by: keyurparalkar <keyur@appsmith.com>
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-11-02 16:02:45 +05:30
..
actions fix: show empty canvas CTA's only on the first page while creating an app (#17869) 2022-11-02 14:39:59 +05:30
api refactor: Code splitting of some files for invite modal on EE (#17847) 2022-10-26 15:30:55 +05:30
assets fix: upgrade page for audit logs with correct data (#17697) 2022-10-21 10:42:59 +05:30
ce fix: show empty canvas CTA's only on the first page while creating an app (#17869) 2022-11-02 14:39:59 +05:30
components fix: abstracted the empty onHeightUpdate function from AutoHeightContainer… (#18033) 2022-11-02 02:41:57 +00:00
constants fix: Number validation passthrough behaviour on 0 (#18001) 2022-11-01 18:17:07 +05:30
ee refactor: Code splitting of some files for invite modal on EE (#17847) 2022-10-26 15:30:55 +05:30
enterprise
entities chore: update upgrade page (#17988) 2022-11-01 22:23:27 +05:30
globalStyles chore: import common variables from design system (#17600) 2022-10-31 06:54:47 +05:30
icons feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
mockComponentProps
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
navigation feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
normalizers
pages fix: show empty canvas CTA's only on the first page while creating an app (#17869) 2022-11-02 14:39:59 +05:30
polyfills
reducers refactor: Code splitting of some files for invite modal on EE (#17847) 2022-10-26 15:30:55 +05:30
reflow
resizable perf: Widget re-rendering refactor (#14485) 2022-08-19 15:40:36 +05:30
sagas fix: show empty canvas CTA's only on the first page while creating an app (#17869) 2022-11-02 14:39:59 +05:30
selectors fix: show empty canvas CTA's only on the first page while creating an app (#17869) 2022-11-02 14:39:59 +05:30
templates
theme fix: Table reskinning (#17228) 2022-10-14 10:23:31 +05:30
transformers fix: Fix Api url path issue (#16628) 2022-09-13 05:02:59 +00:00
utils feat:allow local decimal sep. curr. & input widget (#16380) 2022-11-02 16:02:45 +05:30
widgets feat:allow local decimal sep. curr. & input widget (#16380) 2022-11-02 16:02:45 +05:30
workers fix: Number validation passthrough behaviour on 0 (#18001) 2022-11-01 18:17:07 +05:30
.gitignore
App.css
AppErrorBoundry.tsx add analytics log on app crash (#14575) 2022-06-22 16:00:33 +05:30
AppRouter.tsx feat: Integrating with tenant API on the client to fetch tenant configurations from the server (#17577) 2022-10-15 20:21:25 +05:30
index.css fix: RTE + Form + JSONForm reskinning (#16956) 2022-09-28 17:28:40 +00:00
index.tsx chore: migrate toast (#17208) 2022-10-14 01:43:44 +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 (#17184) 2022-09-30 19:11:04 +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