PromucFlow_constructor/app/client
Shrikant Sharat Kandula 7558df366e
chore: Remove OAuth env variables from client (#20660)
Client will get supported OAuth list from the tenant API, instead of
from injected env variables like `APPSMITH_OAUTH2_GOOGLE_CLIENT_ID`.

This is a step towards moving OAuth configuration out of env variables
completely, and into the backend database, so their configuration can be
tenant-wide, instead of instance-wide.
2023-04-30 11:52:42 +05:30
..
.husky chore: improve husky and lint-staged checks (#21679) 2023-03-23 17:02:18 +05:30
cypress feat: autocomplete feature for email and password (#22715) 2023-04-28 17:18:29 +05:30
docker chore: Remove OAuth env variables from client (#20660) 2023-04-30 11:52:42 +05:30
generators chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
packages chore: WDS Color bgAccentHover and bgAccentActive (light mode) (#22790) 2023-04-28 14:43:00 +05:30
patches
perf ci: run fat container docker inside perf tests and update setup-perf-test workflow to use localhost for accessing dev environment (#20280) 2023-02-07 15:56:41 +05:30
public chore: Remove OAuth env variables from client (#20660) 2023-04-30 11:52:42 +05:30
src chore: Remove OAuth env variables from client (#20660) 2023-04-30 11:52:42 +05:30
test feat: Add widget responsiveness and conversion algorithm (#21386) 2023-04-07 09:51:35 -04:00
typings feat: peek overlay (#20053) 2023-02-17 21:33:34 +05:30
.babelrc chore: Yarn workspaces + Storybook + WDS (#20776) 2023-03-03 12:17:35 +05:30
.dockerignore
.editorconfig
.eslintrc.json chore: improve husky and lint-staged checks (#21679) 2023-03-23 17:02:18 +05:30
.gitignore feat: put airgap client build in a separate folder (#22413) 2023-04-18 14:10:11 +05:30
.lintstagedrc chore: improve husky and lint-staged checks (#21679) 2023-03-23 17:02:18 +05:30
.nvmrc
.prettierignore ci: Add lint check to the build step (#21442) 2023-03-20 22:50:44 +05:30
.prettierrc chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
.sentryclirc
build.sh chore: increase build process heap size (#22763) 2023-04-27 01:07:22 +05:30
craco.build.config.js feat: put airgap client build in a separate folder (#22413) 2023-04-18 14:10:11 +05:30
craco.common.config.js chore: Yarn workspaces + Storybook + WDS (#20776) 2023-03-03 12:17:35 +05:30
craco.dev.config.js chore: updated dependencies removed unused dependencies. (#19441) 2023-01-06 19:12:03 +05:30
cypress_ci.json test: Cypress Flaky fixes + Mock api update + PgAdminspec fix (#20032) 2023-02-02 13:29:24 +05:30
cypress.json Disable hot reloading of cypress tests (#22560) 2023-04-21 15:08:06 +05:30
Dockerfile
download-assets.js feat: util to serve images locally or via remote url (#22080) 2023-04-10 12:32:31 +05:30
jest.config.js chore: Remove OAuth env variables from client (#20660) 2023-04-30 11:52:42 +05:30
package.json feat: Add support for tab in autocompletion (#22653) 2023-04-28 15:32:40 +05:30
README.md
README.old.md
start-https.sh chore: Remove OAuth env variables from client (#20660) 2023-04-30 11:52:42 +05:30
tailwind.config.js feat: Add widget responsiveness and conversion algorithm (#21386) 2023-04-07 09:51:35 -04:00
tsconfig.json chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
tsconfig.path.json
vercel.json
yarn.lock feat: Add support for tab in autocompletion (#22653) 2023-04-28 15:32:40 +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