Skip to content
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

[BOT][Accumulators]maryia/bot-1980/feat: Adapt QS form as per new design #17016

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1aeed07
feat: Adapt QS form as per new design
maryia-matskevich-deriv Sep 30, 2024
4d24db2
Merge branch 'master' of github.com:binary-com/deriv-app into maryia/…
maryia-matskevich-deriv Sep 30, 2024
5276acb
refactor: desktop form wrapper component
maryia-matskevich-deriv Oct 3, 2024
f451e5a
refactor: desktop form wrapper component(2)
maryia-matskevich-deriv Oct 3, 2024
c18117d
fix: btn back on the desktop
maryia-matskevich-deriv Oct 3, 2024
bdd0592
refactor: add useCallback for renderContent
maryia-matskevich-deriv Oct 4, 2024
c41700a
refactor: strategy list component
maryia-matskevich-deriv Oct 4, 2024
802225f
fix: test cases of quick strategy
maryia-matskevich-deriv Oct 4, 2024
b449606
refactor: change logic as per new configuration of QS
maryia-matskevich-deriv Oct 9, 2024
33140e3
add Stepper component from Quill, install quill libraries, update the…
maryia-matskevich-deriv Oct 10, 2024
492c5fd
chore: add temp stepper.scss
maryia-matskevich-deriv Oct 10, 2024
cc9966f
chore: merge master, resolve conflicts(part1)
maryia-matskevich-deriv Oct 14, 2024
8770e05
chore: merge master, resolve conflicts(part2)
maryia-matskevich-deriv Oct 14, 2024
f1ea90b
fix: UI Bugs while creating a quick strategy
maryia-matskevich-deriv Oct 15, 2024
e98df01
Merge branch 'master' into maryia/BOT-1980
maryia-matskevich-deriv Oct 15, 2024
ea35e13
chore: update package-lock file
maryia-matskevich-deriv Oct 15, 2024
ae193cb
fix: eslint issues
maryia-matskevich-deriv Oct 15, 2024
bcd1414
Merge remote-tracking branch 'upstream/master' into maryia/BOT-1980
maryia-matskevich-deriv Oct 15, 2024
4c3cb80
style: fix margin strategy-template-picker
maryia-matskevich-deriv Oct 16, 2024
e56b173
Merge branch 'master' into maryia/BOT-1980
sandeep-deriv Oct 16, 2024
21b62a1
fix: tablet version bugs and rtl
maryia-matskevich-deriv Oct 16, 2024
23df5f1
fix: search option and change the color
maryia-matskevich-deriv Oct 17, 2024
818f1ae
fix: tooltip text
maryia-matskevich-deriv Oct 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@deriv-com/utils": "^0.0.36",
"@deriv-com/ui": "1.36.4",
"@deriv/api": "^1.0.0",
"@deriv-com/quill-ui": "1.16.20",
"@deriv-com/quill-ui": "1.16.23",
"@deriv/components": "^1.0.0",
"@deriv/hooks": "^1.0.0",
"@deriv/quill-icons": "1.23.3",
Expand Down
Loading
Loading