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

Syncing Master with the Feature Brnach of Swapfree #8056

Commits on Mar 21, 2023

  1. thisyahlen/chore: new account verification modal for purchase authent…

    …ication (binary-com#7936)
    
    * chore: new account verification modal for purchase authentication
    
    * fix: height and width
    
    * fix: modal footer css
    
    * fix: css mobile title
    thisyahlen-deriv committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    1b6bb62 View commit details
    Browse the repository at this point in the history
  2. thisyahlen/fix: remove financial mt5 for norway and japan (binary-com…

    …#7846)
    
    * fix: remove financial mt5 for norway and japan
    
    * fix: resolved comments
    
    * fix: rename restricetd countries
    
    * fix: compare accounts table
    
    * fix: fix compare accounts table for norway/japan
    
    * fix: remove synthetic bvi for norway and japan
    thisyahlen-deriv committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    19b3dc8 View commit details
    Browse the repository at this point in the history
  3. Jim/88166/delay in real account creation flow after clicking add acco…

    …unt button in the account creation popup (binary-com#7926)
    
    * chore: remove duplicate get_settings api request
    
    * chore: set account_settings in client-store if undefined
    
    * chore: remove unnecessary else block
    
    * refactor: convert if expression to ternary
    
    * chore: set account_settings in client store instead of creating a local variable
    jim-deriv committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8bb1351 View commit details
    Browse the repository at this point in the history
  4. fix: ✨ allows users to enter accented name characters (binary-com#7832)

    * fix: ✨ allows users to enter accented name characters
    
    * chore: 🗑️ removes unused 'letter_symbol' variable
    
    * fix: 🐛 allows accented characters in name for existing users
    
    * docs: ✏️ comment on the regex used for name validation
    
    * resused regex function
    
    Co-authored-by: Yashim Wong <yashim@regentmarkets.com>
    
    * fix: 📝 imported reused regex function
    
    * fix: 📝 comment on regex function used
    
    ---------
    
    Co-authored-by: Yashim Wong <yashim@regentmarkets.com>
    shaheer-deriv and yashim-deriv committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    3ff9daa View commit details
    Browse the repository at this point in the history
  5. Evgeniy / 89431 / no error message for idv duplicated document numbers (

    binary-com#7743)
    
    * fix: no error message for idv duplicated document numbers
    
    * feat: idv testing document whitelist
    
    * refactor: function rename, code and test fix
    
    * refactor: code style change, review fixes
    
    ---------
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    yauheni-deriv and “yauheni-kryzhyk-deriv” committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    466cc3e View commit details
    Browse the repository at this point in the history
  6. Hamid/90702/account switchers to wrong deriv account when performing …

    …deposit via bank wire (binary-com#7933)
    
    * chore: icon changes after build
    
    * fix: redirect user to non-eu account instead eu after cashier deposit switch account
    hamid-deriv committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    8a4f36a View commit details
    Browse the repository at this point in the history
  7. Ameerul /Task 89855 Add a checkbox to select/deselect a payment metho…

    …d when creating or updating a sell ad and making a sell order (binary-com#7824)
    
    * chore: added checkbox to payment method card
    
    * fix: added logic to disable checkbox and show checkbox in certain tabs only
    ameerul-deriv committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    3ce03d5 View commit details
    Browse the repository at this point in the history
  8. Maryia/80948/fix: avoid rate limit error by storing counter after sen…

    …ding verification email in Withdrawal (binary-com#7218)
    
    * fix: instantiating useVerifyEmail object once for each email verification case to avoid settimeout leak in useCountdown
    
    * chore: store verify_email_sent_count in store instead of locally
    
    * test: fix test for email-verification-empty-state.tsx
    
    * fix: avoid counter reset by storing and using the time an email was last sent
    
    * chore: a workaround for VerifyEmailRequest type declared with an extra required field in api-types
    
    * chore: remove api-types workaround
    
    * build: update @deriv/api-types to 1.0.85
    
    * revert: api-types version upgrade
    
    * revert: package-lock
    
    * revert: modal-manager.jsx
    
    * revert: modal-manager.jsx
    maryia-deriv committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    cc0065d View commit details
    Browse the repository at this point in the history
  9. thisyahlen/fix: error when switch to mf (binary-com#7778)

    * fix: error when switch to mf
    
    * fix: addressed comments
    
    * fix: addressed comments v2
    thisyahlen-deriv committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    088e49b View commit details
    Browse the repository at this point in the history
  10. chore: fix tooltip language not updating on change language (binary-c…

    …om#7871)
    
    * chore: fix tooltip language not updating on change language
    
    * fix: added checks for currency in trade store
    
    * fix: added delete amount validation rules in reaction
    
    * fix: remove delete rule in reaction
    
    * fix: remove mistake
    
    * fix: typo
    aizad-deriv committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    aa40d55 View commit details
    Browse the repository at this point in the history
  11. Aizad/89113/sidebar platform fix (binary-com#7697)

    * chore: fix mobile sidebar platform for eu
    
    * fix: codecov error
    
    * fix: codecov error
    
    * chore: update packages
    aizad-deriv committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    ce96993 View commit details
    Browse the repository at this point in the history
  12. Nada/88951/change chat url (binary-com#7798)

    * fix: get chat url from p2p_order_create instead of p2p_chat_create
    
    * fix: fixed issue with order details page
    
    * fix: chat channel url empty issue fixed for p2p_order_create response
    
    * fix: function added to store
    
    * fix: added timeout for setting chat_channel in order details
    
    * fix: pr comments fixed
    
    * fix: increased time out
    
    * fix: removed delay for going to details page from list
    nada-deriv committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    4e7bd37 View commit details
    Browse the repository at this point in the history
  13. thisyahlen/fix: top up mt5 demo (binary-com#7665)

    * fix: top up demo
    
    * fix: deriv x as well
    
    * redeploy: a
    thisyahlen-deriv committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    033ad0d View commit details
    Browse the repository at this point in the history
  14. 1 Configuration menu
    Copy the full SHA
    636b0fe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ccbc68e View commit details
    Browse the repository at this point in the history
  16. 1 Configuration menu
    Copy the full SHA
    330a53b View commit details
    Browse the repository at this point in the history
  17. Aizad/89700/onboarding btn fix (binary-com#7813)

    * chore: disable cursor on account switcher button onboarding
    
    * fix: Add the same behavior for Options and Multipliers section Trade Button
    
    * fix: added default class and refactor scss
    aizad-deriv committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    a800746 View commit details
    Browse the repository at this point in the history
  18. Nada/89550/remove validation ad amount (binary-com#7753)

    * fix: removed error validation for amount greater than user's balance
    
    * fix: added popup for creating ad greater than balance
    
    * fix: pr comments fixed
    
    * fix: reuse common modal for visibility errors
    nada-deriv committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    be43adf View commit details
    Browse the repository at this point in the history
  19. Aizad/88786/mt5 redirection modal fix (binary-com#7663)

    * chore: fix mt5 redirection modal closing on trade
    
    * fix: modal and dialog close seperately after clicking outside
    
    * fix: re-add dialog_status condition back to redirect-notice-modal
    
    * fix: reverted the previous changes
    
    * fix: remove useclickoutside for page overlay
    
    * fix: update deriv/api package to latest version
    
    * fix: updated package version to match with master
    
    * Merge branch 'develop' of github.com:binary-com/deriv-app into aizad/88786/mt5-redirection-modal-fix
    
    * fix: codecov and circleci
    
    * fix: upgrade package
    aizad-deriv committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    7966d0d View commit details
    Browse the repository at this point in the history
  20. 1 Configuration menu
    Copy the full SHA
    33eeb08 View commit details
    Browse the repository at this point in the history
  21. translations: 📚 sync translations with crowdin (binary-com#7989)

    Co-authored-by: DerivFE <80095553+DerivFE@users.noreply.github.com>
    github-actions[bot] and DerivFE committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    a081a81 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. 1 Configuration menu
    Copy the full SHA
    b4139fc View commit details
    Browse the repository at this point in the history
  2. chore: remove trading experience incomplete (binary-com#8005)

    * chore: remove trading experience incomplete
    
    * fix: remove is cfd score available
    aizad-deriv committed Mar 23, 2023
    1 Configuration menu
    Copy the full SHA
    63e8bb5 View commit details
    Browse the repository at this point in the history
  3. thisyahlen/hotfix: wrong restriction message for austria (binary-com#…

    …8006)
    
    * hotfix: wrong restriction message for austria
    
    * fix: Empty-Commit
    thisyahlen-deriv committed Mar 23, 2023
    1 Configuration menu
    Copy the full SHA
    56baec7 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. 1 Configuration menu
    Copy the full SHA
    892ea66 View commit details
    Browse the repository at this point in the history
  2. Revert "Jim/88166/delay in real account creation flow after clicking …

    …add account button in the account creation popup (binary-com#7926)" (binary-com#8016)
    
    This reverts commit 8bb1351.
    jim-deriv committed Mar 24, 2023
    1 Configuration menu
    Copy the full SHA
    5f5f791 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    ff497c1 View commit details
    Browse the repository at this point in the history
  4. Revert "Maryia/80948/fix: avoid rate limit error by storing counter a… (

    binary-com#8020)
    
    * Revert "Maryia/80948/fix: avoid rate limit error by storing counter after sending verification email in Withdrawal (binary-com#7218)"
    
    This reverts commit cc0065d.
    
    * revert: reverted setIsCFDScoreAvailable from client.store
    vinu-deriv committed Mar 24, 2023
    1 Configuration menu
    Copy the full SHA
    8f55ecb View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    6073091 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Adrienne / Prefetched email verification modal (binary-com#8027)

    * chore: prefetched email verification modal
    
    * chore: added settimoeut
    
    * chore: used eager mode
    
    * chore: import model directly
    
    * chore: reverted direct imports
    
    * chore: added settimeout
    adrienne-deriv committed Mar 27, 2023
    1 Configuration menu
    Copy the full SHA
    96579c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. translations: 📚 sync translations with crowdin (binary-com#8031)

    Co-authored-by: DerivFE <80095553+DerivFE@users.noreply.github.com>
    github-actions[bot] and DerivFE committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    67d3ee8 View commit details
    Browse the repository at this point in the history
  2. translations: 📚 sync translations with crowdin (binary-com#8040)

    Co-authored-by: DerivFE <80095553+DerivFE@users.noreply.github.com>
    Co-authored-by: yashim-deriv <yashim@deriv.com>
    3 people committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    36f9eee View commit details
    Browse the repository at this point in the history
  3. Maryia/67492/task_add_accumulators (binary-com#6406)

    * Merge '67492_accumulators_purchase' into 'maryia/67492/task_add_accumulators'
    
    * Maryia/75617/add_accu_to_trade_params (#3)
    
    * initialized ACCU trade params for responsive
    
    * added LabeledQuantityInputMobile & improved AccumulatorsAmountMobile
    
    * feat: added Accumulator radio group for growth_rate
    
    * feat: finalized Accumulator growth_rates radio group for mobile
    
    * feat: responsive- added Take profit to trade params & aligned purchase button icon
    
    * feat: improved mobile trade params for ACCU
    
    * feat: finalized trade params for ACCU
    
    * maryia/72761/task_add_recent_positions_drawer (#4)
    
    * feat: initialized ACCU contract card in recent positions
    
    * feat: initialized ProgressSliderSolidLine for ACCU
    
    * feat: updated recent positions card for ACCU for open/lost/won states
    
    * chore: improvements for ACCU card in responsive recent positions
    
    * chore: added TickCounterProgressBar component
    
    * feat: added TickCounterBar and reverted ProgressSlider & ProgressSliderMobile
    
    * chore: reverted original Recent positions drawer width
    
    * chore: improved TickCounterBar styling
    
    * maryia/76528/task_implement_contract_details_drawer (binary-com#5)
    
    * chore: updated Details in contract card for ACCU + styling
    
    * feat: implemented ACCU contract card in contract details + improved recent positions
    
    * chore: updated icons for ACCU trade type & contract category
    
    * maryia/72769/add_ticks_history_stats_widget (binary-com#6)
    
    * feat: init version of TicksHistoryStatsWidget for ACCU
    
    * chore: TicksHistoryStats
    
    * chore: improved tick history styling
    
    * chore: added more styles & animated progress dots under latest counter
    
    * feat: finalized desktop ticks history stats for dtrader page
    
    * feat: added ticks history to contract details page
    
    * improved ticks history stats for desktop & initialized it for responsive
    
    * made responsive stats non-expandable
    
    * maryia/77261/task_manual_for_history_widget (binary-com#8)
    
    * chore: discarded getUpdatedTicksHistoryStats as BE will send 15 exact values instead of 100+latest
    
    * feat: added AccumulatorsStatsManualModal
    
    * feat: finalized AccumulatorsStatsManualModal for desktop & responsive
    
    * chore: added getUpdatedTicksHistoryStats to process arrays of counters with epochs expected from BE
    
    * feat: added expanded AccumulatorsStats dialog for responsive
    
    * chore: contract card styling improvements + using ACCU tick_count as max_ticks_number
    
    * chore: improved AccumulatorsStats to load after tick counters have loaded
    
    * maryia/75621/task_add_tests_and_restyle_contract_card (binary-com#9)
    
    * chore: improved ACCU contract type icon & label styling in contract card
    
    * chore: added tests for accumulator.js helper function
    
    * chore: added tests for Accumulator.jsx
    
    * maryia/75621/part_2_task_accu_barriers (binary-com#10)
    
    * chore: updated dummy data
    
    * chore: fixed history stats styles & added tests for AccumulatorsStats
    
    * chore: improved AccumulatorsStats and its tests
    
    * chore: updated contract card & open positions
    
    * maryia/75621/add barriers for stay in contract on trader page (binary-com#12)
    
    * chore: test out passing trade data to all-markers for drawing barriers without contract + improvements
    
    * feat: added barriers for accumulators without open contract
    
    * feat: added markers and barriers for stay in contract on trader page
    
    * chore: adjusted open contract profit label (binary-com#13)
    
    * yauheni/77994/trader add break out contract type (binary-com#14)
    
    * yauheni/77994/trader add break out contract type
    
    * regexp fix
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * yauheni/78429/update styles of tick history widget (binary-com#15)
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * chore: prepared data for connecting API (binary-com#16)
    
    * Maryia/78473/part 2 prepare for api + improvements (binary-com#18)
    
    * chore: improved barriers without contract and open contract label
    
    * chore: prepared data for api connection
    
    * chore: added price tags for barriers in contract details (binary-com#19)
    
    * feat: initialized AccumulatorsProfitLossTooltip (binary-com#20)
    
    * yauheni/78477/update params with buttons for responsive (binary-com#17)
    
    * yauheni/78477/update params with buttons for responsive
    
    * fix styles accordingly to design
    
    * buttons gap fix
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * yauheni/resolve build errors (binary-com#21)
    
    * yauheni/resolve build errors
    
    * optional property for is_checkbox_hidden
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * Yauheni/78633/update styles for tick history widget (binary-com#22)
    
    * yauheni/resolve build errors
    
    * yauheni/78633/update styles for tick history widget
    
    * yauheni/78633/update styles for tick history widget responsive
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * maryia/78839/complete_sold_labels (binary-com#23)
    
    * chore: added tolltips for all sold positions & won/lost coloring
    
    * feat: finalized AccumulatorsProfitLossTooltip
    
    * maryia/improvements for stats and tooltip (binary-com#24)
    
    * chore: accumulators stats improvements
    
    * improvements
    
    * maryia/improvements for sold contract label
    
    * maryia/78574/add_barriers_to_contract_details
    
    * maryia/79085/remove_break_out_history_from_stats_widget (binary-com#26)
    
    * maryia/79085/remove_break_out_history_from_stats
    
    * chore: made purchaseButtonsOverlay flexible
    
    * chore: added tests for PurchaseButtonsOverlay
    
    * Yauheni/77995/update trade params for stayin breakout (binary-com#25)
    
    * yauheni/77995/update trade params for stayin breakout
    
    * take profit alimngment
    
    * buttons styles, take profit alingment
    
    * maryia/78574/add_barriers_to_contract_details
    
    * stake font and icon fix, go_tp_reports button styles
    
    * update contract store from parent
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    Co-authored-by: maryia-binary <maryia@binary.com>
    
    * maryia/fix: styles & fonts for responsive trade types
    
    * Maryia/79549/part 1: update tick markers for ACCU in contract details + improvements (binary-com#27)
    
    * maryia/79549/add_tick_markers_contract_details
    
    * chore: improvements for styles in responsive trade types desc
    
    * yauheni/79530/remove breakout contract (binary-com#28)
    
    * yauheni/79530/remove breakout contract
    
    * proposal data fields fix
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * maryia/styling improvements
    
    * maryia/fix: forcing Div100vh to re-render when height_offset for responsive has changed
    
    * maryia/fix: observables + markers
    
    * maryia/chore: prevented barriers, labels and markers from going outside axes (binary-com#30)
    
    * maryia/79969/set_default_chart_type_and_interval_to_Area_and_1_tick
    
    * maryia/chore: changed trade type name to Accumulators
    
    * maryia/80163/set growth rate based on default value from BE contracts_for response
    
    * yauheni/80091/hide chart mode icon for accumulators (binary-com#33)
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * maryia/80166/connect_to_available_API (binary-com#34)
    
    * chore: connected api without contracts_for for now
    
    * chore: updated proposal
    
    * chore: updated tests for new proposal
    
    * maryia/80163/add-growth-rate-to-purchase-button
    
    * maryia/refactored purchase button growth_rate text
    
    * maryia/chore: removed unused code for outside barriers
    
    * maryia/fix: barrier shade color for ongoing contract
    
    * feat: restore chart mode set for non accumulators contract after switching (binary-com#37)
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * yauheni/80158/update ui according to latest design (design flow 1-2) (binary-com#36)
    
    * icon accumulator change
    
    * purchase btn, stats fix
    
    * fix styles, flow 1
    
    * accumulator design flow 2
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * Maryia/80686/feat: profit text animation for ongoing contract (binary-com#39)
    
    * fix: showing profit text next to current spot for open contract
    
    * chore: animated profit text
    
    * feat: added animated profit text for ongoing contract
    
    * test: fixed a test
    
    * chore: removed unused variable
    
    * fix: maryia/80686/profit text color
    
    * fix: maryia/using default growth rate only if no stored growth rate
    
    * feat: allow accumulators only for demo account (binary-com#40)
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * Yauheni/80158/update UI according to latest design part 2  (binary-com#38)
    
    * accu design chart position fix
    
    * accu page for reports rendering
    
    * reports card design fix
    
    * reports card design fix2
    
    * updated design fix
    
    * pseudoelement colon fix
    
    * emphasizing value fix
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * maryia/80687/ticks_contract_details (binary-com#41)
    
    * fix: tick markers in contract details & take profit logics
    
    * feat: showing only 10 last ticks for accumulators ongoing contract
    
    * chore: display all trade types when list is not empty
    
    * style: typo
    
    * chore: maryia/added opacity to profit text + connected contracts_for + refactoring
    
    * chore: improved tick stream for ACCU in contract details + stats alignment
    
    * chore: maryia/handled undefined profit & updated opacity animation timing
    
    * chore: temporary dummy api connection
    
    * fix: maryia/hide profit if undefined, display if number
    
    * revert: dummi api
    
    * feat: implement last design part 1 (binary-com#43)
    
    * feat: implement last design part 1
    
    * fix: test text fix
    
    * refactor: stats style for mobile fix
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * Maryia/82425/task highlight crossing tick (binary-com#42)
    
    * feat: hightlighting crossing tick
    
    * feat: sync highlighting of crossing tick based on ticks_history_stats
    
    * Maryia/83069/task: replace image with video manual (binary-com#44)
    
    * feat: replaced manual image with video + responsive stats improvement
    
    * test: fixed a test
    
    * fix: entry tick marker in dtrader
    
    * style: removed extra margin-bottom
    
    * feat: implement last design part 2 (binary-com#45)
    
    * feat: implement last design part 2
    
    * fix: initial growth_rate added
    
    * refactor: growth_rate from contract_for delete
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * refactor: accu sold contract tooltip animation change (binary-com#49)
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * Maryia/82257/Contract Details tick markers + AccumulatorsProfitLossText refactoring (binary-com#48)
    
    * chore: saving canvas context before accu barriers are drawn and restoring when finished drawing
    
    * fix: endtime, avoid fetching history in replay, avoid 0 profit animation
    
    * chore: forcing chart reload when start_epoch changes to earlier epoch + refactored profit-text
    
    * refactor: accumulators-profit-loss-text
    
    * refactor: tooltip style and tests (binary-com#51)
    
    * refactor: tooltip style and tests
    
    * refactor: accumulator info text
    
    * refactor: profit tooltip text test add
    
    * refactor: radiogroupwithinfomobile test added
    
    * refactor: tickhistorycounter tests added
    
    * refactor: tickcounterbar test added
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * Maryia/83311/Refactoring, tests, TS migration (binary-com#50)
    
    * refactor: purchase-buttons-overlay.spec.js from enzyme to jest
    
    * style: removed extra variable
    
    * refactor: from accumulator.js with chai to accumulator.spec.js with jest
    
    * refactor: removed unused dummy data
    
    * test: added tests for accumulators-stats-manual-modal.jsx
    
    * chore: improved accumulators-stats-manual-modal
    
    * refactor: incapsulated AccumulatorsChartElements in trade.jsx
    
    * fix: maryia/circleci eslint error
    
    * feat: maryia/added dark theme video manual for stats + fix for circleci
    
    * test: maryia/added tests for AccumulatorsInfoDisplay & LabeledQuantityInputMobile
    
    * chore: maryia/ address review comments + updated videos
    
    * fix: maryia/open positions: auto-select Accumulators if has open ACCU contracts
    
    * refactor: accumulatorschartelements test added (binary-com#52)
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * style: maryia/apply review suggestions
    
    * style: maryia/apply review suggestions
    
    * refactor: maryia/refactoring + small improvements & adjustments
    
    * chore: add built icons file
    
    * fix: circleci tests + improvements
    
    * chore: refactoring + added loader before video manual first loads
    
    * refactor: improvements + addressed review comments
    
    * yauheni/qa checks refactoring 1 (binary-com#53)
    
    * refactor: open recent position after buying contract for mobile
    
    * fix: accu card curent stake name field
    
    * fix: popover accumulator radio group text and alignment
    
    * fix: open position accumulate column name
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * fix: last truncated counter in responsive (binary-com#54)
    
    * Maryia/83807/stake validation (part 1) (binary-com#55)
    
    * fix: set growth_rate based on accumulator_range_list (growth_rate_range) received in contracts_for
    
    * fix: app crash caused by proposal error
    
    * chore: removed unused classname
    
    * fix: growth rate title alignment (binary-com#56)
    
    * fix: growht rate title alignment
    
    * refactor: category wrapper odd style
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * maryia/83807/fix: stake validation for ACCU broken because of barriers being set (binary-com#57)
    
    * fix: stake validation for ACCU broken because of barriers being set
    
    * fix: prevent app crash in profit table for unknown contracts
    
    * fix: check if selected growth_rate is available on symbol change (binary-com#58)
    
    * fix: able to buy multiply contract / growth rate fix BO change (binary-com#59)
    
    * fix: able to buy multiply contract / growth rate fix BO change
    
    * refactor: last contract check delete
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * revert: maryia/revert change of last_contract computed
    
    * fix: accumulator is shown for real account (binary-com#60)
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * feat: make cursor not allowd for overlay (binary-com#61)
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * chore: built icons.js
    
    * revert: maryia/ unnecessary bot file change
    
    * refactor: contract categories in contract-type-widget.jsx
    
    * refactor: according to pr review comments
    
    * refactor: open positions + add keys to fix console warning
    
    * fix: disable accu for real account, disable button having bought one contract (binary-com#62)
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * refactor: purchase.jsx
    
    * refactor: according to pr reviews
    
    * refactor: able to buy contract per every available underlying (binary-com#63)
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * Trigger Build
    
    * yauheni/85032/ fix chart issue with dots and circles
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * fix: exit spot styles
    
    * refactor: make barrier values string as on BE
    
    * fix: unable accumulators for real
    
    * maryia/refactor_accu_branch (binary-com#66)
    
    * refactor: remove unused file
    
    * refactor: refactor createTickMarkers
    
    * refactor: introduce a local variable
    
    * fix: 86705/ticks are not displayed correctly on chart in contract details
    
    * maryia/86953/build: bump up deriv-charts version to 1.1.0 + improvement (binary-com#68)
    
    * build: bump up deriv-charts version
    
    * chore: show profit only when barriers are received
    
    * test: updated mocked props
    
    * build: maryia/removed extra package-lock.jsons
    
    * evgeniy /87215/87226/ info description / glitch while switching account (binary-com#70)
    
    * fix: description
    
    * fix: disable trade params while switching account
    
    ---------
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * henry/87329/fix: FE not showing error message when accu trading is suspended (binary-com#72)
    
    * fix: FE not showing error message when accu trading is suspended
    
    * test: empty commit
    
    ---------
    
    Co-authored-by: HENRY <henry@regentmarkets.com>
    
    * refactor: glitching fix and deleted odd css (binary-com#73)
    
    * refactor: glitching fix and deleted odd css
    
    * fix: code refactor
    
    ---------
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * Maryia/86616/feat: calculating accu barriers based on ticks from ticks_history (binary-com#71)
    
    * feat: calculating accu barriers based on ticks from ticks_history
    
    * chore: rounded & refactored accu barriers
    
    * refactor: added getAccumulatorBarriers for barrier calculation + fixed a test
    
    * chore: improved barriers calculations
    
    * refactor: getAccumulatorBarriers docs
    
    * refactor: getAccumulatorBarriers
    
    * fix: showing barriers only when having have barriers & always showing barrier lines in C.Details
    
    * build: updated package-lock & icons + fixed conflicts + linting
    
    * fix: max stake validation is missing (binary-com#81)
    
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    
    * fix: maryia/87948/chart empty issue + profit text effects clean-up
    
    * henry/87958/feat: Add Dropdown for rates in Accumulator (binary-com#86)
    
    * feat: Add Dropdown for rates in Accumulator
    
    * chore: code cleanup
    
    * Update packages/reports/src/Containers/open-positions.jsx
    
    Co-authored-by: Maryia <103177211+maryia-deriv@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: HENRY <henry@regentmarkets.com>
    Co-authored-by: Maryia <103177211+maryia-deriv@users.noreply.github.com>
    
    * Maryia/86616/make 2 last ticks bold + refactoring (binary-com#84)
    
    * chore: make prelast & last tick bold
    
    * chore: adjust styles for previous and last markers in c.details
    
    * refactor: getSupportedContracts & getContractTypeDisplay in configs
    
    * refactor: open-positions
    
    * refactor: chart-markers slyles
    
    * style: updated All rates casing
    
    * build: update package-lock
    
    * Henry/87958/feat add all rates dropdown accumulator (binary-com#89)
    
    * feat: Add Dropdown for rates in Accumulator
    
    * chore: code cleanup
    
    * Update packages/reports/src/Containers/open-positions.jsx
    
    Co-authored-by: Maryia <103177211+maryia-deriv@users.noreply.github.com>
    
    * chore: remove console log
    
    * fix: Change Open positions total for multiplier and accumulator to flex
    
    ---------
    
    Co-authored-by: Maryia <103177211+maryia-deriv@users.noreply.github.com>
    
    * refactor: open-positions
    
    * fix: remove unused eslint disable
    
    * revert: package-lock
    
    * fix: sell button disappearing in mobile accumulators (binary-com#92)
    
    * Henry/89489/fix sell button missing accumulator (binary-com#95)
    
    * fix: sell button disappearing in mobile accumulators
    
    * fix: fix cut off buy button issue
    
    * fix: remove commented out code
    
    * maryia/89432/fix: show barriers for current symbol correctly (binary-com#94)
    
    * fix: show barriers for current symbol
    
    * refactor: show barriers for current symbol only
    
    * Maryia/test: added tests for getAccumulatorBarriers function (binary-com#99)
    
    * test: added tests for getAccumulatorBarriers function
    
    * test: added tests for getAccumulatorBarriers function
    
    * test: renamed test cases for getAccumulatorBarriers function
    
    * Maryia/89927_2/fix: ticks_history not forgotten because of chart mode & granularity change (binary-com#101)
    
    * fix: logics for changing chart mode & granularity caused ticks_history streaming for previous symbol
    
    * fix: update chart mode just once when switching contract type
    
    * fix: maryia/fixed logics for chart mode switching
    
    * refactor: maryia/address review comments
    
    * Merge branch master of github.com:binary-com/deriv-app into maryia/67492/task_add_accumulators
    
    * Update vanilla-options-card-body.jsx
    
    * fix: vanillas + accumulators adjustments
    
    * fix: maryia/restore overriden accu change
    
    * fix: maryia/vanillas+accumulators adjustment
    
    * fix: maryia/ improvements + refactoring to  address review comments
    
    * fix: maryia/ update c.details chart when end_epoch is defined
    
    * fix: reset accu barriers data on every contract type change
    
    * fix: revert ui-store to master
    
    * fix: chart mode change when switching to symbol without accu
    
    * fix: purchase button styling for accumulators (binary-com#109)
    
    Co-authored-by: Henry Hein <henryhein@Henry-Heins-MacBook-Pro-T90XTJ00Q4.local>
    
    ---------
    
    Co-authored-by: Maryia <103177211+maryia-binary@users.noreply.github.com>
    Co-authored-by: yauheni-kryzhyk-deriv <103182683+yauheni-kryzhyk-deriv@users.noreply.github.com>
    Co-authored-by: “yauheni-kryzhyk-deriv” <“yauheni@deriv.me”>
    Co-authored-by: yauheni-deriv <103182683+yauheni-deriv@users.noreply.github.com>
    Co-authored-by: henry-deriv <118344354+henry-deriv@users.noreply.github.com>
    Co-authored-by: HENRY <henry@regentmarkets.com>
    Co-authored-by: Matin shafiei <matin@deriv.com>
    Co-authored-by: Henry Hein <henryhein@Henry-Heins-MacBook-Pro-T90XTJ00Q4.local>
    Co-authored-by: hirad-deriv <hirad@re-work.dev>
    10 people committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    447e91a View commit details
    Browse the repository at this point in the history
  4. Amina /77701_make signup form fields immutable if they are immutable …

    …from BE (binary-com#7544)
    
    * adding validation
    
    * changeablle fields from client store
    
    * mutate address fields
    
    * fix: test case
    
    * fix: test case
    
    * fix: spec_file
    
    * fix: making employment status immutable
    
    * fix: trading assessment
    
    * fix: trading assessment
    
    * fix: trading assessment
    
    * fix: test case after merge conflict
    
    * fix: hide idv section when client is age verified
    
    * fix: remove idv_disallowed check
    
    * chore: merge master
    
    * fix: add new status
    
    ---------
    
    Co-authored-by: hirad-deriv <hirad@re-work.dev>
    amina-deriv and hirad-deriv committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    bd82288 View commit details
    Browse the repository at this point in the history
  5. translations: 📚 sync translations with crowdin (binary-com#8048)

    Co-authored-by: DerivFE <80095553+DerivFE@users.noreply.github.com>
    github-actions[bot] and DerivFE committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    add610d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. translations: 📚 sync translations with crowdin (binary-com#8049)

    Co-authored-by: yashim-deriv <yashim@deriv.com>
    Co-authored-by: DerivFE <80095553+DerivFE@users.noreply.github.com>
    3 people committed Mar 29, 2023
    1 Configuration menu
    Copy the full SHA
    698e139 View commit details
    Browse the repository at this point in the history
  2. translations: 📚 sync translations with crowdin (binary-com#8050)

    Co-authored-by: DerivFE <80095553+DerivFE@users.noreply.github.com>
    github-actions[bot] and DerivFE committed Mar 29, 2023
    1 Configuration menu
    Copy the full SHA
    f1b063c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ab6f89 View commit details
    Browse the repository at this point in the history