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

[DTRA] Henry/wall 2135/wallets account switcher #606

Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
00e8738
fix: setup new header for wallets
henry-deriv Feb 6, 2024
b1e4d56
fix: populated accounts and balance
henry-deriv Feb 8, 2024
c3447f2
Merge branch 'master' into henry/wall-2135/wallets-account-switcher
henry-deriv Feb 8, 2024
76f6207
fix: attach click event handlers to wallet switcher dropdown, close o…
henry-deriv Feb 9, 2024
febc40a
fix: extract notification component to a separate file. Add combined …
henry-deriv Feb 13, 2024
45293b3
fix: switch platform switcher logos
henry-deriv Feb 14, 2024
0fb57f5
fix: remove need for sudo access to run the project
henry-deriv Feb 14, 2024
4eabdfc
fix: final touch up on desktop view
henry-deriv Feb 14, 2024
28351c4
fix: dynamically switch location of notification and style mobile men…
henry-deriv Feb 14, 2024
ce64f97
fix: remove unused code
henry-deriv Feb 14, 2024
95b77e0
fix: implement wallet account swicher in dropdown
henry-deriv Feb 15, 2024
61bce68
fix: clean up minor issues
henry-deriv Feb 15, 2024
81280f5
fix: fix mobile platform switcher when user is logged out
henry-deriv Feb 15, 2024
a7518bf
fix: handle the case where account is low risk and user selects mf ac…
henry-deriv Feb 16, 2024
a98023a
fix: remove red CTA when client is logged in
henry-deriv Feb 16, 2024
25dcc16
fix: set cta link to traders hub when not logged in
henry-deriv Feb 16, 2024
37787ab
fix: hide wallet related logos before login
henry-deriv Feb 16, 2024
156039f
fix: handle undefined edge case
henry-deriv Feb 16, 2024
c65b092
fix: remove unused code
henry-deriv Feb 16, 2024
202ed55
fix: resolve comments
henry-deriv Feb 16, 2024
3ed0653
fix: spelling mistake
henry-deriv Feb 16, 2024
b7320c1
fix: remove typo
henry-deriv Feb 16, 2024
70bd99b
fix: change variable name
henry-deriv Feb 16, 2024
d7bd27c
fix: make mobile menu reusable
henry-deriv Feb 16, 2024
77eb13e
fix: resolve comments
henry-deriv Feb 16, 2024
3a59457
empty commit
henry-deriv Feb 16, 2024
5a04bfe
Merge branch 'master' into henry/wall-2135/wallets-account-switcher
henry-deriv Feb 19, 2024
8a3d249
fix: change logo size based on media query instead of forcing with im…
henry-deriv Feb 19, 2024
617c1b0
fix: notification issue
henry-deriv Feb 19, 2024
5031a07
fix: rename svgs
henry-deriv Mar 5, 2024
5d44eef
fix: close dropdown when clicking on active acount in dropdown
henry-deriv Mar 7, 2024
b2ad871
fix: clean up platform switcher styling and icon size
henry-deriv Mar 7, 2024
8854663
fix: change currency string
henry-deriv Mar 8, 2024
35d47a3
fix: change account switcher height
henry-deriv Mar 11, 2024
4542ea2
fix: move manage funds button into footer
henry-deriv Mar 11, 2024
8496a6d
fix: classname
henry-deriv Mar 11, 2024
9b94e1e
fix: make button flex
henry-deriv Mar 11, 2024
8c62de6
fix: add css style
henry-deriv Mar 11, 2024
e27c6ac
fix: disable scroll when wallet switcher is open
henry-deriv Mar 11, 2024
7541bdd
fix: undo commit
henry-deriv Mar 11, 2024
ed278d2
fix: change height
henry-deriv Mar 11, 2024
a374305
fix: change scroll container size
henry-deriv Mar 11, 2024
45646ff
fix: icons not showing up in mobile
henry-deriv Mar 11, 2024
ca2d08e
fix: missing icon
henry-deriv Mar 11, 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
4 changes: 2 additions & 2 deletions build/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ module.exports = function (grunt) {
livereload: {
options: {
hostname : '0.0.0.0',
port : 443,
port : 8090,
protocol : 'https',
base : 'dist',
open : {
appName: {
app: 'Google\ Chrome'
},
target : 'https://localhost',
target : 'https://localhost:8090',
},
middleware: (connect, options) => {
const middlewares = [
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Deriv SmartTrader static content",
"scripts": {
"test": "grunt test",
"livereload": "sudo -p 'enter password for sudo:' grunt livereload",
"serve": "sudo -p 'enter password for sudo:' grunt serve",
"start": "sudo -p 'enter password for sudo:' grunt start",
"livereload": "grunt livereload",
"serve": "grunt serve",
"start": "grunt start",
"eslint": "eslint --fix \"src/**/*.jsx\" src/"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/images/pages/header/ic-brand-binarybot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/images/pages/header/ic-brand-dbot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading