PromucFlow_constructor/app/client/src
Sangeeth Sivan dbf461430d
chore: redirect to pricing page on upgrade hooks (#20064)
## Description

Upgrade button now takes the user to pricing page with source and
instanceId in params.
Feature is behind the usage and billing feature flag


Fixes [#180](https://github.com/appsmithorg/cloud-services/issues/180)


## Type of change

> Please delete options that are not relevant.

- New feature (non-breaking change which adds functionality)



## How Has This Been Tested?

- 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
- [ ] 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
- [x] 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-01-26 16:50:34 +05:30
..
actions feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
api feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
assets chore: code split usage and billing files (#19436) 2023-01-10 11:09:15 +05:30
ce fix: Fix Appsmith logo in emails (#20030) 2023-01-26 14:13:24 +05:30
components feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
constants feat: multi-line input and auto-resize textarea (#19141) 2023-01-17 18:46:35 +05:30
ee chore: Refactor for JSFunction execution auditLogs (#19671) 2023-01-16 17:26:18 +05:30
enterprise
entities fix: secret saved indicator on ui for datasource forms (#18531) 2023-01-20 19:33:42 +05:30
globalStyles feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
icons
mockComponentProps
mockResponses feat: adding new api for release items (#18966) 2023-01-11 11:08:20 +05:30
mocks
navigation fix: set soft focus for property pane inputs (#19009) 2022-12-16 22:52:47 +05:30
normalizers
pages fix: viewing forkable apps routing to login for non signed in users (#19966) 2023-01-23 15:28:45 +05:30
polyfills
reducers fix: show library diffs in git modal (#19675) 2023-01-16 10:14:18 +05:30
reflow feat: drag n drop and Container jump enhancements (#19047) 2023-01-06 22:27:40 +05:30
resizable feat: drag n drop and Container jump enhancements (#19047) 2023-01-06 22:27:40 +05:30
sagas feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
selectors fix: Show JS Function data in autocompletion hints (#19811) 2023-01-17 08:12:16 +01:00
templates
theme fix: Table reskinning (#17228) 2022-10-14 10:23:31 +05:30
transformers fix: secret saved indicator on ui for datasource forms (#18531) 2023-01-20 19:33:42 +05:30
usagePulse chore: update Styled components to latest version and related cleanup (#19284) 2023-01-13 16:35:59 +05:30
utils chore: redirect to pricing page on upgrade hooks (#20064) 2023-01-26 16:50:34 +05:30
widgets feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
workers feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +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
index.css feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
index.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
LandingScreen.tsx feat: Branding (#18717) 2022-12-09 20:13:47 +05:30
react-app-env.d.ts
RouteBuilder.ts chore: Use rolling window in the usage pulse call and send segment anonymous id for anonymous users (#19552) 2023-01-10 17:39:33 +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