-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added pages for llm-whisperer * added app selector * select product integration * added switcher and refactored router * code refactor * router code refactor * removed logs * added payment successful page * hided onboard component * sonar fixes * code refactor * code refactor * fixed hook conditionally call * fixed select product in router * sonar and platform dropdown fix * added gtm and recapcha package back * moved assets to cloud * removed unused props * removed mrq related options in llm-whisperer * removed cloud related files in public * Frictionless-Onboarding-Improvements * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * adapter call fix * typo fix on file name select-product-store.js * added arg REACT_APP_STRIPE_PUBLISHABLE_KEY in frontend docker build * fixed manual review router * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * added optional chaning on app deployment * reverted chages related to frontend env * fixed login glitch * fixed login glitch * fixed product redirect issue * atomic transactions related changes reverted back in v1 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * reverted atomic related change in account urls * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: jagadeeswaran-zipstack <[email protected]> Co-authored-by: Ritwik G <[email protected]> Co-authored-by: Jaseem Jas <[email protected]> Co-authored-by: Athul <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jaseem <[email protected]> Co-authored-by: Athul <[email protected]>
- Loading branch information
1 parent
7faa562
commit 0902291
Showing
16 changed files
with
489 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,3 +70,8 @@ | |
font-weight: 600; | ||
margin-left: 10px; | ||
} | ||
|
||
.platform-switch-container { | ||
display: flex; | ||
align-items: center; | ||
} |
Oops, something went wrong.