-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sandeep/bot 398/quick strategy refactor 2 #10615
Sandeep/bot 398/quick strategy refactor 2 #10615
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
A production App ID was automatically generated for this PR. (log)
Click here to copy & paste above information.
|
🚨 Lighthouse report for the changes in this PR:
Lighthouse ran with https://deriv-app-git-fork-sandeep-deriv-sandeep-bot-398quick-st-f7b764.binary.sx/ |
|
GitGuardian id | Secret | Commit | Filename | |
---|---|---|---|---|
- | Generic High Entropy Secret | e54aaa5 | nx.json | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Our GitHub checks need improvements? Share your feedbacks!
SonarCloud Quality Gate failed. 1 Bug No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
…uick-strategy-refacotor-2
…on mobile responsive
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
packages/bot-web-ui/src/components/quick-strategy/form-wrappers/mobile-form-wrapper.tsx
Show resolved
Hide resolved
* refactor: 🔥 quick strategy refactor -- working on the desktop dialog design * refactor: working on quick strategy redesign * refactor: working on quick strategy dynamic form * refactor: working on QS dynamic form * refactor: quick strategy finalizing * refactor: adding missing test coverage and fixed minor issues * refactor: updated names in the store with the params in the quick strategy * refactor: adding test cases for the newly added quick strategy components * chore: reverted changes to the unrelated component * refactor: working on quick strategy component test coverage * chore: added back the reverted change * chore: added back the reverted change * refactor: added remaining test case for quick strategy * refactor: added interface for quick-strategy-store-1 * refactor: removed duplicate import statement * refactor: quick strategy, updated breaking test suits * refactor: quick strategy fallback to first symbol if default symbol is not available * refactor: quick strategy - wrapped qs-input-label with store observer * refactor: quick-strategy - initialize trade_type and duration_value error on change of symbol * refactor: quick-strategy - is_strategy_modal_open is replaced with is_open * refactor: quick-strategy - linked setFormVisibility with dashboard tile * refactor: quick-strategy cleanup the old store and components * refactor: quick-strategy updated test cases * refactor: quick-strategy fixing minor ui issues * refactor: quick-strategy - updated tooltip messages for unit * refactor: quick-strategy - fixed minor ui bugs and round off * refactor: quick-strategy alignment and reset form fix * refactor: quick-strategy fixed run/edit issue and test update * refactor: quick-strategy - form field should be required * refactor: quick-strategy updated qs description * refactor: quick-strategy - added input mode to stop showing keyboard on mobile responsive * refactor: quick-strategy - fixed edit button disable issue
Refactor Quick-Strategy (Including Mobile Responsive)
Screenshots:
Mobile Responsive:
With error message:
Desktop
With error message: