* fix(codemirror-autocomplete): show selection background on hover for options This fix if merged shows the selection background by hovering on autocomplete options. Ref: #946 * added code to not identify anonymous users * minor fix * added alias for users so that segment works with mixpanel * removed alias since we enabled identity merge for mixpanel * added fix to not send anonymous user * Add first_login event for analytics (#1184) * Don't send full object to analytics (#1186) * fix for removing the extra padding in input field * Revert "Merge branch 'master' of https://github.com/appsmithorg/appsmith into fix/fix-input-size" This reverts commit 05a97588f8187c5a9f3146214ef523c30d1370d9, reversing changes made to 4f70eb61e43c1a9270cb6bd05689820351a5b6e0. * set scrollbarstyle to null in compact mode Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com> Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com> |
||
|---|---|---|
| .. | ||
| .storybook | ||
| cypress | ||
| docker | ||
| public | ||
| src | ||
| test/__mocks__ | ||
| typings | ||
| .dockerignore | ||
| .editorconfig | ||
| .eslintrc.js | ||
| .flowconfig | ||
| .gitignore | ||
| .huskyrc | ||
| .lintstagedrc | ||
| .nvmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| build.sh | ||
| craco.build.config.js | ||
| craco.common.config.js | ||
| craco.dev.config.js | ||
| cypress.json | ||
| Dockerfile | ||
| Dockerfile-cypress-test | ||
| gitbook-algolia-lambda.js | ||
| jest.config.js | ||
| netlify.toml | ||
| package.json | ||
| README.md | ||
| README.old.md | ||
| start-https.sh | ||
| tsconfig.json | ||
| tsconfig.path.json | ||
| yarn.lock | ||
Dev Dependencies
yarnnvm
Dev Setup
This project was bootstrapped with Create React App.
For details on setting up your development machine, please refer to the Setup Guide