PromucFlow_constructor/app/client/src
Vinod 2bd324a5aa
feat: address few bug with linting and improve highlighting (#7287)
* show lint errors as warnings

* add initial code

* adjust editor positions

* update pr comments

* mark jshint errors

* reset changes

* remove unused prop

* fix test errors

* remove unused imports

* dont show warning in the error counter

* show yellow if warning

* remove active error functionality

* update linter to use async functionality

* update linter messages

* update binding positions

* fix evaluate tests

* dont show undefined errors in debugger

* move lint code to separate file

* update testes

* remove unused import

* update tests

* address pr comments

* add comment to explain why

* replace proper regex

* fix undefined message error

* Update styling for warnings

* address position issue in the linter

* Fix failing tests

* Merge 'release' on to  'Feature/linting-errors'

* add console as global object

* address lint issues

* fix requested linting erros for release

* fix breaking issue

* remove unwanted code

* revert unrelated changes

* remove unnecessary file

* add extra libraries to jshint data

* import lodash functions that are used

* update jshint settings

* Fix failing test

* don't show lint errors if there is a parsing issue

* update jshint to latest version
2021-09-17 16:01:45 +05:30
..
actions feat: minor bottom bar UI updates (#7456) 2021-09-15 19:31:32 +05:30
api create js action default with js collection (#7388) 2021-09-15 11:58:25 +05:30
assets feat: Tree Select widget (#6271) 2021-09-17 02:08:35 -07:00
comments fix: Collab feedback fixes (#7298) 2021-09-10 16:17:17 +05:30
components feat: address few bug with linting and improve highlighting (#7287) 2021-09-17 16:01:45 +05:30
configs fix: anonymize user info intercom (#6936) 2021-08-30 20:38:07 +05:30
constants feat: Tree Select widget (#6271) 2021-09-17 02:08:35 -07:00
enterprise
entities feat: minor bottom bar UI updates (#7456) 2021-09-15 19:31:32 +05:30
globalStyles feat: show lint errors in code editor (#6265) 2021-08-26 10:15:17 +05:30
icons feat: Tree Select widget (#6271) 2021-09-17 02:08:35 -07:00
mockComponentProps refactor: Widget Development API (#6405) 2021-09-09 20:40:22 +05:30
mockResponses refactor: Widget Development API (#6405) 2021-09-09 20:40:22 +05:30
normalizers refactor: Widget Development API (#6405) 2021-09-09 20:40:22 +05:30
notifications fix: close notifications list on clicking a list item (#7178) 2021-09-07 18:15:17 +05:30
pages chore: Fix misc minor welcome page issues (#7504) 2021-09-17 15:31:42 +05:30
polyfills
reducers feat: minor bottom bar UI updates (#7456) 2021-09-15 19:31:32 +05:30
resizable [Feature] Widget grouping - Allow Drag and Drop of multiple widgets. (#5389) 2021-08-12 11:15:38 +05:30
sagas feat: address few bug with linting and improve highlighting (#7287) 2021-09-17 16:01:45 +05:30
selectors feat: minor bottom bar UI updates (#7456) 2021-09-15 19:31:32 +05:30
templates
transformers fix: Filter empty key value pairs from form data, headers and query params. (#7019) 2021-09-03 11:43:11 +00:00
utils feat: address few bug with linting and improve highlighting (#7287) 2021-09-17 16:01:45 +05:30
widgets feat: Tree Select widget (#6271) 2021-09-17 02:08:35 -07:00
workers feat: address few bug with linting and improve highlighting (#7287) 2021-09-17 16:01:45 +05:30
.gitignore
App.css
AppErrorBoundry.tsx
AppRouter.tsx fix: Suppress unauthorised error, when user visits welcome page (#7435) 2021-09-14 22:25:29 +05:30
index.css Task/5463 Navigation Bar menu Dropdown (#5575) 2021-07-15 16:26:18 +05:30
index.tsx Onboarding form (#4910) 2021-06-04 13:18:17 +05:30
LandingScreen.tsx
react-app-env.d.ts
serviceWorker.js
store.ts feat: Enable Promises in Appsmith (#6253) 2021-08-27 14:55:28 +05:30
wdyr.ts Add performance tracker for resizable component (#5573) 2021-07-06 14:51:46 +05:30