PromucFlow_constructor/app/client
Rishabh Rathod f7b2c17136
fix: storeValue functionality & handle multiple action completion (#14658)
Instead of waiting for the specific `storeValue` action completion, earlier we were waiting for any storeValue action to complete. It means when running multiple storeValue, completion of 1st action will resolve promise for all the storeValue triggered. 

Now, we track completion of each storeValue action separately.
2022-06-20 13:35:14 +05:30
..
cypress fix: storeValue functionality & handle multiple action completion (#14658) 2022-06-20 13:35:14 +05:30
docker
generators
patches
perf feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
public
src fix: storeValue functionality & handle multiple action completion (#14658) 2022-06-20 13:35:14 +05:30
test feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
typings
.babelrc
.dockerignore
.editorconfig
.eslintrc.json
.flowconfig
.gitignore
.huskyrc
.lintstagedrc
.nvmrc chore: Update node version to 16.15.0 LTS (#14094) 2022-05-26 16:05:02 +05:30
.prettierignore
.prettierrc
.sentryclirc
build.sh
craco.build.config.js
craco.common.config.js chore: remove minifying in dev to ease debugging (#12940) 2022-04-18 13:51:36 +05:30
craco.dev.config.js chore: remove minifying in dev to ease debugging (#12940) 2022-04-18 13:51:36 +05:30
cypress_fat.json
cypress.env.json feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
cypress.json Updating Mongo DB name to match Mongo TED database name (#14389) 2022-06-09 12:21:46 +05:30
Dockerfile Added healthcheck for editor with https (#13947) 2022-05-27 17:05:21 +05:30
gitbook-algolia-lambda.js chore: replace deprecated String.prototype.substr() (#11928) 2022-04-13 12:30:38 +05:30
index.tsx
jest.config.js fix: update jest env and testtimeout (#14178) 2022-05-30 17:52:54 +05:30
netlify.toml
package.json feat: Rich Text Editor enable browser spellcheck (#13886) 2022-06-08 14:35:35 +05:30
README.md chore: Removing jest test coverage because of node version mismatch (#14230) 2022-06-01 17:43:03 +05:30
README.old.md
start-https.sh Fix error with start-https.sh on directory with space in it (#12566) 2022-04-05 20:09:05 +05:30
stats.json
tailwind.config.js feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
tsconfig.json
tsconfig.path.json
vercel.json
yarn.lock feat: Rich Text Editor enable browser spellcheck (#13886) 2022-06-08 14:35:35 +05:30

Appsmith Client

This project was bootstrapped with Create React App.

For details on setting up your development machine, please refer to the Setup Guide