PromucFlow_constructor/app/client/src/pages/Editor
Ankit Srivastava c4af0190a1
feat: Added analytics events for telemetry callout (#24505)
Added analytics events for interaction with telemetry notification post
instance setup is complete

#### PR fixes following issue(s)
Fixes # https://github.com/appsmithorg/cloud-services/issues/908

#### Type of change
- New feature (non-breaking change which adds functionality)

Local QA - https://www.loom.com/share/8d0d266f2f2d409fb19c23c967c7d548
DP QA - https://www.loom.com/share/348f8d19fea74994ba581ca750703542
https://www.loom.com/share/b47ba6c2b1f7448084676baad7c47ad8

>
>
>
## Testing
>
#### How Has This Been Tested?
> Please describe the tests that you ran to verify your changes. Also
list any relevant details for your test configuration.
> Delete anything that is not relevant
- [x] Manual
- [ ] Jest
- [ ] Cypress
>
>
#### Test Plan
> Add Testsmith test cases links that relate to this PR
>
>
#### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking
(copy link from comments dropped on this PR)
>
>
>
## Checklist:
#### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] 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:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)
have been covered
- [ ] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [ ] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed
2023-06-19 16:19:25 +05:30
..
__tests__ feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
APIEditor fix: update graphql pagination label cop (#24484) 2023-06-16 11:28:59 +05:30
AppSettingsPane fix: fixed validation error for logo upload (#24006) 2023-06-08 13:38:21 +05:30
CanvasLayoutConversion fix: casing changes (#23515) 2023-06-09 14:22:27 +05:30
CanvasPropertyPane feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
DataSourceEditor chore: Add analytics event to track telemetry is disabled & update properties for INVITE_USER event (#24042) 2023-06-06 02:57:40 +05:30
EditorAppName feat: Adds option to fork an app within the app editor (#23158) 2023-05-30 14:54:38 +05:30
Explorer fix: Fix get structure for Mock datasources (#24464) 2023-06-17 12:06:10 +05:30
FirstTimeUserOnboarding feat: Added analytics events for telemetry callout (#24505) 2023-06-19 16:19:25 +05:30
GeneratePage fix: connect datasource size issue in the generate page form (#24073) 2023-06-07 10:20:50 +05:30
gitSync fix: rebase error message during conflicts (#24414) 2023-06-17 14:25:16 +05:30
GlobalHotKeys fix: Removed duplicate flaky test (#24189) 2023-06-08 10:02:23 +05:30
GuidedTour fix: Modifies Action selector copy in onboarding flow (#24367) 2023-06-12 17:50:29 +05:30
IntegrationEditor feat: Table one click binding for MongoDB and Postgres (#23629) 2023-06-01 22:56:05 +05:30
JSEditor fix: casing changes (#23515) 2023-06-09 14:22:27 +05:30
MultiSelectPropertyPane feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
PropertyPane chore: [one click binding] allow switching between js mode and non js mode on property control (#24355) 2023-06-16 14:46:56 +05:30
QueryEditor feat: query creation dumb templates replaced with smart templates (#24234) 2023-06-19 15:23:34 +05:30
SaaSEditor fix: gsheet file picker background issue fixed (#24049) 2023-06-08 14:58:29 +05:30
ThemePropertyPane fix: casing changes (#23515) 2023-06-09 14:22:27 +05:30
WidgetsEditor chore: Add analytics event to track telemetry is disabled & update properties for INVITE_USER event (#24042) 2023-06-06 02:57:40 +05:30
ActionSettings.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
Canvas.tsx feat: Add widget responsiveness and conversion algorithm (#21386) 2023-04-07 09:51:35 -04:00
EditorHeader.tsx chore: Revert Multi pane scale (#23909) 2023-05-31 18:36:34 +05:30
EditorSaveIndicator.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
EntityNotFoundPane.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
FormConfig.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
FormControl.tsx feat: query creation dumb templates replaced with smart templates (#24234) 2023-06-19 15:23:34 +05:30
HelpButton.tsx feat: intercom consent with ADS 2.0 changes and cypress test cases (#23906) 2023-06-01 19:36:57 +05:30
index.tsx chore: Revert Multi pane scale (#23909) 2023-05-31 18:36:34 +05:30
loader.tsx
MainContainer.test.tsx 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
MainContainer.tsx chore: Switch environment CE BE code split (#23755) 2023-05-26 21:50:59 +05:30
MainContainerLayoutControl.test.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
MainContainerLayoutControl.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
Popper.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
PropertyPaneHelpButton.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
RealtimeAppEditors.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
RequestConfirmationModal.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
routes.tsx chore: Revert Multi pane scale (#23909) 2023-05-31 18:36:34 +05:30
ShareApplicationForm.tsx 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
ToggleModeButton.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
utils.ts feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
WidgetCard.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
WidgetCardsPane.tsx 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
WidgetSidebar.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
WidgetsMultiSelectBox.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30