PromucFlow_constructor/app/client/src
Ayush Pahwa 0248f8e4a9
fix: replace time based action to event based (#17586)
* fix: replace time based action to event based

- The delete datasource button was getting reset to it's original state after a static time of 2200ms
- Replaced this to reset on completion of deletion instead

* fix: removed unused functions

* fix: updated the condition to show confirm delete icon
2022-10-19 16:04:12 +05:30
..
actions feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
api Fix/16994 refactor common datatype handling (#17429) 2022-10-18 11:02:37 +05:30
assets feat: upgrade hooks | audit logs (#17525) 2022-10-17 18:39:09 +05:30
ce feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
components fix: table does not show data issue fixed (#17459) 2022-10-19 11:30:04 +05:30
constants feat: enabled setTimeout/clearTimeout APIs (#17445) 2022-10-17 22:40:17 +05:30
ee chore: code split tenant API CE (#17596) 2022-10-17 14:14:33 +05:30
enterprise
entities feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
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
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: replace time based action to event based (#17586) 2022-10-19 16:04:12 +05:30
polyfills
reducers feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
reflow
resizable perf: Widget re-rendering refactor (#14485) 2022-08-19 15:40:36 +05:30
sagas Fix/16994 refactor common datatype handling (#17429) 2022-10-18 11:02:37 +05:30
selectors chore: Fixing broken client build (#17634) 2022-10-18 10:53:18 +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: enabled setTimeout/clearTimeout APIs (#17445) 2022-10-17 22:40:17 +05:30
widgets fix: JS option missing for Label Font Style in Input widget (#17631) 2022-10-19 15:38:48 +05:30
workers feat: enabled setTimeout/clearTimeout APIs (#17445) 2022-10-17 22:40:17 +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