PromucFlow_constructor/app/client/src
Ankita Kinger f79b5cdf67
fix: Adding a check for telemetry checkbox unchecked state even though the setting should be on (#21199)
## Description

> Adding a check for telemetry checkbox unchecked state even though the
setting should be on

Fixes [#21191](https://github.com/appsmithorg/appsmith/issues/21191)

## Type of change

- Bug fix (non-breaking change which fixes an issue)


## How Has This Been Tested?
> Tested locally now using the steps indicated in the linked issue.
Works as expected now.

- Manual

## Checklist:
### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
2023-03-06 22:16:32 +05:30
..
actions feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
api feat: Error handling phase 1 (#20629) 2023-02-18 18:25:46 +05:30
assets feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
ce feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
components Fix: revert color change (#21161) 2023-03-06 10:17:47 +00:00
constants Fix: revert color change (#21161) 2023-03-06 10:17:47 +00:00
ee feat: URL Navigation for Widgets (#20202) 2023-02-21 19:08:16 +05:30
enterprise
entities feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
globalStyles chore: Revert "feat: move the widget creation CTA off the Entity explorer (#… (#20335) 2023-02-03 14:47:01 +06:00
icons feat: added column freeze and unfreeze functionality to table widget (#18757) 2023-02-15 17:12:46 +05:30
mockComponentProps
mockResponses feat: adding new api for release items (#18966) 2023-01-11 11:08:20 +05:30
mocks
navigation feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
normalizers
pages fix: Adding a check for telemetry checkbox unchecked state even though the setting should be on (#21199) 2023-03-06 22:16:32 +05:30
polyfills chore: Render below the fold widget components when browser is idle using Intersection Observer (#18747) 2023-02-08 16:53:39 +05:30
reducers feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
reflow feat: drag n drop and Container jump enhancements (#19047) 2023-01-06 22:27:40 +05:30
resizable Fix: revert color change (#21161) 2023-03-06 10:17:47 +00:00
sagas feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
selectors feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
templates
theme
transformers fix: Fixes deletion of rest api body for get requests (#21057) 2023-03-01 14:21:57 +05:30
usagePulse chore: decrease usage pulse trigger interval to 5 minutes (#20394) 2023-02-06 14:37:50 +05:30
utils feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
widgets fix: column dragging and column reordering (#20928) 2023-03-05 19:49:44 +05:30
workers fix: left hand assignment error (#21138) 2023-03-06 17:17:15 +05:30
.gitignore
App.css
AppErrorBoundry.tsx
config.d.ts feat: Add type inference for redux's useSelector hook (#18257) 2022-11-28 08:13:17 +00:00
Globals.d.ts feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
index.css feat: Auto layout appsmith editor and mobile responsiveness (#21151) 2023-03-04 12:55:54 +05:30
index.tsx chore: Yarn workspaces + Storybook + WDS (#20776) 2023-03-03 12:17:35 +05:30
LandingScreen.tsx feat: Branding (#18717) 2022-12-09 20:13:47 +05:30
react-app-env.d.ts
RouteBuilder.ts feat: URL Navigation for Widgets (#20202) 2023-02-21 19:08:16 +05:30
RouteChangeListener.tsx chore: route change listener (#19090) 2022-12-26 07:10:09 +00:00
RouteParamsMiddleware.ts feat: New settings pane (#16361) 2022-12-02 11:19:51 +05:30
serviceWorker.js fix: Log ChunkLoadError on Sentry only after 3rd failure (#18196) 2022-11-18 09:33:23 +00:00
store.ts fix: geolocation api callbacks are not called (#18235) 2022-11-30 16:08:15 +05:30
wdyr.ts