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

Vinu/fix: fixed minor code smells in bot-web-ui #9822

Merged

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    11e789d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4092ac0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    faa5125 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Farzin/WALL-1628/Side Note issue on staging environment (binary-com#9820

    )
    
    * fix(cashier): 🐛 fix
    
    * fix(cashier): 🐛 fix
    
    * fix(cashier): 🐛 fix
    
    * fix(cashier): 🐛 fix
    
    * fix(cashier): 🐛 fix
    
    * fix: don't show side note in FIAT withdrawal page
    
    ---------
    
    Co-authored-by: Farzin Mirzaie <farzin@deriv.com>
    Co-authored-by: Nijil Nirmal <nijil@deriv.com>
    3 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    655f2c7 View commit details
    Browse the repository at this point in the history
  2. farhan/feat: add useSettings hook to @deriv/api (binary-com#9805)

    * chore: added useSettings to @deriv/api
    
    * chore: combine get_settings with set_settings
    
    * refactor: change function name
    
    * chore: return all mutation data
    
    * chore: export hook
    
    * refactor: types and mutation function name
    farhan-nurzi-deriv authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    11a5f9b View commit details
    Browse the repository at this point in the history
  3. translations: 📚 sync translations with crowdin (binary-com#9836)

    Co-authored-by: DerivFE <80095553+DerivFE@users.noreply.github.com>
    2 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    141f833 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7154833 View commit details
    Browse the repository at this point in the history
  5. farzin/feat(wallets): 📦 add @deriv/wallets workspace (binary-com#9756)

    * fix(cashier): 🐛 fix unable to access CFD-DerivX transfer
    
    * feat(wallets): 📦 add `@deriv/wallets` workspace
    
    * fix(wallets): 💚 fix CI build
    
    * feat(api): ✨ share a single instance of `QueryClient` in `APIProvider`
    
    * Merge branch 'master' into farzin/next
    
    ---------
    
    Co-authored-by: Farzin Mirzaie <farzin@deriv.com>
    2 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d9fb90f View commit details
    Browse the repository at this point in the history
  6. farhan/WALL-1583/Add useLandingCompany hook to @deriv/api (binary-com…

    …#9785)
    
    * feat: added use-authorize hook taken from sergei pr
    
    Co-authored-by: Sergei Baranovski <120570511+sergei-deriv@users.noreply.github.com>
    
    * chore: sorted imports for use-authorize
    
    Co-authored-by: Sergei Baranovski <120570511+sergei-deriv@users.noreply.github.com>
    
    * chore: moved default empty string in use-authorize
    
    * chore: incorporated code reviews
    
    * chore: added useLandingCompany into api package
    
    * chore: added useSettings to @deriv/api
    
    * chore: get country_code from user settings instead of authorize
    
    * chore: combine get_settings with set_settings
    
    * fix: change request type for landing_company
    
    * chore: combine get_settings with set_settings
    
    * refactor: change function name
    
    * chore: add missing dependencies for useLandingCompany return data
    
    * chore: return all mutation data
    
    * chore: export hook
    
    * refactor: types and mutation function name
    
    * refactor: use-landing-company-hook
    
    * fix: remove dependency
    
    ---------
    
    Co-authored-by: adrienne-rio <adrienne@deriv.com>
    Co-authored-by: Sergei Baranovski <120570511+sergei-deriv@users.noreply.github.com>
    3 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c48cebd View commit details
    Browse the repository at this point in the history
  7. adrienne/feat: added use-get-status-account hook (binary-com#9808)

    * feat: added use-get-status-account hook
    
    * chore: updated comments
    
    * fix: make use-accounts-list dependent on use-get-account-status hook
    
    * chore: incorporated review changes
    
    * fix: fixed typescript issue in wallets
    adrienne-deriv authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    16dfc3e View commit details
    Browse the repository at this point in the history
  8. farzin/feat: add useTradingAccountsList, useActiveTradingAccount,…

    … and `useActiveAccount` hooks (binary-com#9824)
    
    * refactor(api): ♻️ clean-up
    
    * feat(api): ✨ add `useTradingAccountsList`, `useActiveTradingAccount`, and `useActiveAccount` hooks
    
    ---------
    
    Co-authored-by: Farzin Mirzaie <farzin@deriv.com>
    2 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    b514db1 View commit details
    Browse the repository at this point in the history
  9. Shafin/bot 368/feat draggable transaction modal (binary-com#9137)

    * feat: transaction details modal
    
    * feat: complete test cases for TransactionDetails modal
    
    * chore: fix code smells
    
    * chore: fix code smells
    
    * chore: remove code smells
    
    * chore: redeploy
    
    * chore: move transaction details types to types folder
    
    * feat: add draggable modal component
    
    * chore: finish test cases for draggable component
    
    * chore: add header props to draggable
    
    * chore: show enrty and exit tick if available
    
    * fix: transaction scroll css issue fix
    
    * fix: update key with data for divider inside transaction details modal
    
    * fix: update buy price to have decimal value
    
    * fix: css issue on modal height and fixed decimal profit/loss
    
    * fix: fix style for modal getting cut
    
    * fix: modal css issue after build
    
    * fix: decrease the modal height for edge cutting issue
    
    * fix: test case
    
    * Merge branch 'master' into shafin/BOT-368/feat--draggable-transaction-modal
    
    * fix: not closing on responsive view issue
    
    * fix: test case
    
    * fix: reduce preview workspace control z-index
    shafin-deriv authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0b16b3d View commit details
    Browse the repository at this point in the history
  10. farabi/bot-385/embed hotjar attribution (binary-com#9419)

    * fix: added new attributes for hotjar
    
    * refactor: separated hotjar script to a function in utils
    
    * fix: updated attribute
    
    * fix: added optional for client login id
    
    * chore: added comment for attribution code
    farabi-deriv authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    e86aed3 View commit details
    Browse the repository at this point in the history
  11. Arshad/ WALL-833/ show correct platform on trader's hub onboarding (b…

    …inary-com#9680)
    
    * fix: show correct platform on trader's hub onboarding
    
    * test: ✅ added onboarding test for financial restricted countries
    
    * fix: fixed cfd restricted countries
    arshad-rao-deriv authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    591ddea View commit details
    Browse the repository at this point in the history
  12. chore: use sass instead of node-sass (binary-com#8916)

    * chore: use sass instead of node-sass
    
    * docs: remove node-sass from readme file
    
    * docs: fix typo in readme file
    
    * chore: retrigger ci tests
    
    * fix: ci test failed
    
    ---------
    
    Co-authored-by: Ali(Ako) Hosseini <ali.hosseini@deriv.com>
    2 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7187596 View commit details
    Browse the repository at this point in the history
  13. Kate / OPT-347 / Opening the Duration Tab for the first time will sho…

    …w incorrect expiry time (binary-com#9732)
    
    * chore: draft
    
    * feat: expant function and hardcoded date
    
    * refactor: add usage moment library
    
    * chore: remove extra space
    kate-deriv authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    54f3d39 View commit details
    Browse the repository at this point in the history
  14. likhith/fix: sending empty payload to non idv countries (binary-com#9739

    )
    
    * fix: sending empty payload to non idv countries
    
    * fix: sending empty payload to non idv countries
    likhith-deriv authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a36fd9c View commit details
    Browse the repository at this point in the history
  15. Farabi/bot 399/hide bot too risky modal (binary-com#9542)

    * fix: removed bot too risky modal and updated stop icon
    
    * fix: added toast notification when user stops bot
    
    * fix: fixed snack bar for quick strategy run
    
    * fix: added close function on snackbar
    
    * fix: added clear and reset timeout on hovering on toast
    
    * fix: added test case for bot-stop-notification
    
    * fix: stop bot snack bar appearing with no trade again
    farabi-deriv authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0fe8c92 View commit details
    Browse the repository at this point in the history
  16. translations: 📚 sync translations with crowdin (binary-com#9856)

    Co-authored-by: DerivFE <80095553+DerivFE@users.noreply.github.com>
    2 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    feaa31d View commit details
    Browse the repository at this point in the history
  17. FarhanNurzi/feat: WALL-1574/Add useAvailableAccounts hook to @deriv/a…

    …pi (binary-com#9786)
    
    * feat: added use-authorize hook taken from sergei pr
    
    Co-authored-by: Sergei Baranovski <120570511+sergei-deriv@users.noreply.github.com>
    
    * chore: sorted imports for use-authorize
    
    Co-authored-by: Sergei Baranovski <120570511+sergei-deriv@users.noreply.github.com>
    
    * chore: moved default empty string in use-authorize
    
    * chore: incorporated code reviews
    
    * chore: added useLandingCompany into api package
    
    * chore: added useLandingCompany into api package
    
    * chore: added useAvailableAccounts and useAccountTypes hooks into api package
    
    * chore: added useSettings to @deriv/api
    
    * chore: get country_code from user settings instead of authorize
    
    * chore: combine get_settings with set_settings
    
    * fix: change request type for landing_company
    
    * chore: combine get_settings with set_settings
    
    * refactor: change function name
    
    * chore: add landing_company field to each account types
    
    * chore: add missing dependencies for useLandingCompany return data
    
    * chore: return all mutation data
    
    * chore: export hook
    
    * refactor: types and mutation function name
    
    * refactor: use-landing-company-hook
    
    * fix: remove dependency
    
    * fix: remove dependency
    
    * refactor: use-available-accounts hook
    
    * fix: review comments, remove gaming accounts
    
    * refactor: separate accounts usememo
    
    ---------
    
    Co-authored-by: adrienne-rio <adrienne@deriv.com>
    Co-authored-by: Sergei Baranovski <120570511+sergei-deriv@users.noreply.github.com>
    3 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    61ac169 View commit details
    Browse the repository at this point in the history
  18. thisyahlen/chore: add useTradingPlatformAvailableAccounts to deriv api (

    binary-com#9810)
    
    * chore: add useTradingPlatformAvailableAccounts to deriv api
    
    * fix: type repetition annd fallback
    
    * refactor: repetition
    
    * fix: empty commit
    
    * fix: empty commit
    
    * fix: comment
    thisyahlen-deriv authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    79fe755 View commit details
    Browse the repository at this point in the history
  19. thisyahlen/feat: wallet-list-desktop (binary-com#9829)

    * fix(cashier): 🐛 fix unable to access CFD-DerivX transfer
    
    * feat(wallets): 📦 add `@deriv/wallets` workspace
    
    * fix(wallets): 💚 fix CI build
    
    * feat(api): ✨ share a single instance of `QueryClient` in `APIProvider`
    
    * Merge branch 'master' into farzin/next
    
    * chore: add wallet header list data for desktop
    
    ---------
    
    Co-authored-by: Farzin Mirzaie <farzin@deriv.com>
    2 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    cef2671 View commit details
    Browse the repository at this point in the history
  20. farhan/feat: Added Wallet Carousel to @deriv/wallets (binary-com#9847)

    * fix(cashier): 🐛 fix unable to access CFD-DerivX transfer
    
    * feat(wallets): 📦 add `@deriv/wallets` workspace
    
    * fix(wallets): 💚 fix CI build
    
    * feat(api): ✨ share a single instance of `QueryClient` in `APIProvider`
    
    * Merge branch 'master' into farzin/next
    
    * chore: created mobile wallets carousel
    
    Co-authored-by: Sergei Baranovski <120570511+sergei-deriv@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Farzin Mirzaie <farzin@deriv.com>
    Co-authored-by: Sergei Baranovski <120570511+sergei-deriv@users.noreply.github.com>
    3 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    506cd3b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a61cdc9 View commit details
    Browse the repository at this point in the history
  22. farzin/refactor(api): ♻️ clean-up (binary-com#9864)

    Co-authored-by: Farzin Mirzaie <farzin@deriv.com>
    2 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    4f71e18 View commit details
    Browse the repository at this point in the history
  23. adrienne/feat: added svg bundling for wallets (binary-com#9871)

    * feat: added svg bundling for wallets
    
    * chore: removed assets folder in wallets
    adrienne-deriv authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0dc92cf View commit details
    Browse the repository at this point in the history
  24. henry/webrel-1160/hotfix: space issue dropdown (binary-com#9898)

    * fix: space issue dropdown
    
    * fix: resolve comment
    
    * fix: comment
    
    * Update packages/components/src/components/dropdown/dropdown.scss
    
    * fix: empty commit
    
    ---------
    
    Co-authored-by: Maryia <103177211+maryia-deriv@users.noreply.github.com>
    2 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    13c47b6 View commit details
    Browse the repository at this point in the history
  25. fix: overwritten styles (binary-com#9899)

    * fix: overwritten styles
    
    * fix: overwritten styles
    hamid-deriv authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6a81465 View commit details
    Browse the repository at this point in the history
  26. Ameerul /WEBREL-1159 Sort by column alignment in P2P Buy/Sell page is…

    … off (binary-com#9876)
    
    * chore: fixed sort dropdown alignment
    
    * chore: changed styling for dropdown
    ameerul-deriv authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7da5cb6 View commit details
    Browse the repository at this point in the history
  27. george / PRODQA-1316 / Transfer from Tradershub validation (binary-co…

    …m#9908)
    
    * fix: 🚑 fix active container for TH transfer, fix insufficient balance check
    
    * test: 🐛 fix tests
    
    * fix: 🚑 fix 'Insufficient balance' condition
    heorhi-deriv authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2231593 View commit details
    Browse the repository at this point in the history
  28. translations: 📚 sync translations with crowdin (binary-com#9912)

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

    Co-authored-by: DerivFE <80095553+DerivFE@users.noreply.github.com>
    2 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    75cb1d2 View commit details
    Browse the repository at this point in the history
  30. Hirad-Hamza-ShonTzu/Feature revamp compare account re-deployment (bin…

    …ary-com#9611)
    
    * feat: initializing the compare account implementation
    
    * feat: icon reusable component v1.0
    
    * feat: icon reusable component v1.1
    
    * feat: icon reusable component v1.1.1
    
    * feat: initialize compare cfd account page (todo:css)
    
    * feat: blank compare cfd accounts page & navi done
    
    * feat: mobile view
    
    * fix: compare-accounts naming convention
    
    * fix: updated path import
    
    * fix: reverted icons.js changes
    
    * fix: compare-cfds -> compare-accounts
    
    * feat: reusable component v1.2
    
    * feat: reusable component v1.2.1
    
    * feat: icon reusable component added v1.3
    
    * feat: reusable component for Icons
    
    * feat: reusable component for Icons refactor
    
    * feat: reusable component for Icons refactor v1.2
    
    * feat: description div added
    
    * feat: description with title +icon is added
    
    * feat: platform label + icon component padding added
    
    * chore: labuan leverage updated
    
    * chore: css issue fixed for Cards
    
    * feat: carousel added with sorting o f MT5 accounts
    
    * feat: carousel arrow background and container added
    
    * chore: added dxtrade in the card for dynamic rendering with type fixes
    
    * chore: changes in platform label header with respect to props data
    
    * chore: icons updated because of white line issue in icons
    
    * chore: change the components css name and other naming convention tweaks
    
    * refactor: suggestions implemented
    
    * refactor: convert carousel button into one
    
    * feat: initial commit for starting collaboration
    
    * feat: added the button placeholder
    
    * feat: added new banner to cfd cards
    
    * refactor: make the banner smaller
    
    * fix: added condition to show banner for derivez and ctrader only
    
    * refactor: changed the types and applied suggestions
    
    * refactor: removed the invalide shortcode for dxtrade
    
    * refactor: round up patches based on reviews
    
    * fix: round up patch 2 based on review
    
    * Update packages/cfd/src/Containers/cfd-compare-accounts/cfd-compare-accounts.scss
    
    Co-authored-by: Muhammad Hamza <120543468+hamza-deriv@users.noreply.github.com>
    
    * refactor: button width
    
    * refactor: button classname
    
    * chore: fix css of underline
    
    * chore: added redirection to homepage in case of modals
    
    * fix: circle ci failed due to wrong type of client function
    
    * chore: added the disabled property for the Added accounts
    
    * chore: added condition for the dxtrade
    
    * chore: rearrange block scoped variables
    
    * chore: fix css of labuan tooltip with removal of commented code
    
    * chore: responsive view fixes
    
    * feat: demo accounts added for low risk
    
    * feat: demo accounts label added and swap-free account creation fixed
    
    * chore: added derivx account creation flow
    
    * refactor: replace ternary operators with if-else
    
    * chore: remove unused jurisdiction
    
    * feat: demo account compare implemetation tweaks as per design
    
    * feat: rectified the Demo title as per design
    
    * chore: font weigth of instruments as per design
    
    * feat: Eu flow for DIEL
    
    * feat: changes in the icons label and correction in EU flow
    
    * chore: addded translations demo title and rename baskets
    
    * chore: rename icon type
    
    * chore: final changes prop drilling instead of observer EU flow finalized
    
    * fix: hidding deriv ez
    
    * fix: EU flow platform label change
    
    * feat: test case for description added
    
    * feat: platform label test case added
    
    * feat: title icon test case added
    
    * feat: title icon test case added
    
    * chore: fix test case description + instruments icon test added
    
    * refactor: blank spaces removed
    
    * chore: cfd-instruments-label test added
    
    * chore: test file added cfd-instrument-label
    
    * feat: button partial test case added
    
    * chore: added more test case for Button component
    
    * feat: added test case for compare-account-card
    
    * chore: merge conflicts
    
    * chore: test for cfd-compare-accounts added
    
    * feat: derivX demo
    
    * chore: added testcase for dxtrade in button
    
    * fix: dxtrade for australian clients
    
    * fix: swapfree account creation added
    
    * fix: comapre account fixes first round
    
    * fix: remove the css because scroll not working
    
    * fix: renamed variable + icons
    
    * fix: cursor not allowed on instrument icons
    
    * fix: fixed the circle ci issue
    
    * fix: fixed one of our test issues
    
    * refactor: review comments resolved
    
    * fix: changing the text of mf accounts to pass the tests
    
    * fix: made changes according to suggestions
    
    * fix: made changes according to suggestions
    
    * fix: fixed the test case issues
    
    * chore: added s to spread(s)
    
    * chore: fixed capitalization
    
    * chore: line split
    
    * fix: failing test case
    
    * fix: updated markets offerings for MT5 Financial Labuan
    
    * fix: Other CFDs --> Other CFDs Platform
    
    * fix: removed standard/micro from DerivX Forex label
    
    * refactor: optimised code
    
    * fix: icon size inconsistencyn mobile VP
    
    * refactor: css refactoring to reflect figma as much as possible
    
    * refactor: minor css fixes
    
    * fix: fixed
    
    * style: added bottom padding for mobile
    
    * fix: fixed the build issue
    
    * chore: re running the tests
    
    * fix: subtasks
    
    * chore: typo
    
    * style: position the tooltip to be center within the card
    
    * style: resize width for word-wrap
    
    * chore: d and r should be lowercase dispute and resolution
    
    * fix: fixing sonar cloud issues
    
    * fix: making changes to pass the tests
    
    ---------
    
    Co-authored-by: hamza-deriv <hamza.muhammad@regentmarkets.com>
    Co-authored-by: shontzu-deriv <shon.tzu@regentmarkets.com>
    Co-authored-by: shontzu <108507236+shontzu-deriv@users.noreply.github.com>
    Co-authored-by: Muhammad Hamza <120543468+hamza-deriv@users.noreply.github.com>
    5 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ba852f2 View commit details
    Browse the repository at this point in the history
  31. adrienne/chore: added eslint and stylelint for wallets and renamed cs…

    …s variables (binary-com#9877)
    
    * feat: added stylelint for wallets for bem convention
    
    * feat: added stylelint for wallets for bem convention
    
    * chore: added import sorts for wallets and bem convention checking
    
    * chore: removed unused dependencies in wallets
    adrienne-deriv authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f776e85 View commit details
    Browse the repository at this point in the history
  32. Arshad/Matin/WALL-1226/Dynamic leverage for MT5 financial accounts (b…

    …inary-com#9314)
    
    * chore: Dynamic leverage for MT5 financial accounts initial commit
    
    * feat: 🚧 dynamic leverage modal
    
    * test: unit tests
    
    * feat: ✅ added unit tests and refactoring
    
    * feat: ♻️ fixed UI
    
    * feat: ♻️ review changes for dynamic leverage
    
    * chore: item name update
    
    * feat: 🐛 passed string to localize instead of a variable
    
    * test: ♻️
    
    * refactor: ♻️ refactored column header to new component
    
    * refactor: refactored code
    
    * fix: fixed styling and refactored code
    
    * style: formatted code
    
    * test: updated test mock component
    
    * refactor: refactored styling and unit tests
    
    * fix: fixed text content for dynamic leverage
    
    * fix: fixed localize component usage
    
    * refactor: used strong instead of span styling
    
    * fix: jurisdiction card layout
    
    ---------
    
    Co-authored-by: arshad-rao-deriv <muhammad.arshad@deriv.com>
    Co-authored-by: mahdiyeh-deriv <82078941+mahdiyeh-deriv@users.noreply.github.com>
    3 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    3fce0e7 View commit details
    Browse the repository at this point in the history
  33. translations: 📚 sync translations with crowdin (binary-com#9924)

    Co-authored-by: DerivFE <80095553+DerivFE@users.noreply.github.com>
    2 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a7603b7 View commit details
    Browse the repository at this point in the history
  34. translations: 📚 sync translations with crowdin (binary-com#9925)

    Co-authored-by: DerivFE <80095553+DerivFE@users.noreply.github.com>
    2 people authored and vinu-deriv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    76f5fdf View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0bc3cf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    e8138e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    303311b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84a2029 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da6855b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    231f307 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    906b691 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    1599de7 View commit details
    Browse the repository at this point in the history