Skip to content

Commit

Permalink
Merge pull request #553 from syscoin/feat/connect-trezor-redesign
Browse files Browse the repository at this point in the history
feat(HardWallet): new layout
  • Loading branch information
lucasgabrielgsp authored Mar 5, 2024
2 parents db50ee4 + 65fa449 commit c3f7ddd
Show file tree
Hide file tree
Showing 8 changed files with 140 additions and 175 deletions.
5 changes: 0 additions & 5 deletions palette.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ module.exports = {
whiteAlpha300: 'rgba(255, 255, 255, 0.16)',
},

alpha: {
whiteAlpha300: 'rgba(255, 255, 255, 0.16)',
whiteAlpha200: 'rgba(255, 255, 255, 0.08)',
},

extraColors: {
red: '#D70000',
},
Expand Down
3 changes: 3 additions & 0 deletions source/assets/icons/hardwallet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions source/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,14 @@
"permissions": "Permissions",
"viewTheAddresses": "View the addresses of your permitted accounts",
"errorCreatingHardWallet": "Error creating hardware wallet.",
"hardwareWallet": "HARDWARE WALLET",
"selectTheHardware": "Select the hardware wallet you'd like",
"hardwareWallet": "CONNECT HARDWALLET",
"selectTheHardware": "SELECT HARDWALLET:",
"toConnect": "to connect",
"toAddAccount": "to add account",
"toPali": "to Pali",
"dontHaveWallet": "Don't have a hardware wallet?",
"connectYourWalletAndClick": "CONNECT YOUR {{hardwalletName}} AND CLICK TO CONNECT!",
"youCanUseAny": "You can use any {{hardwalletName}} device.",
"orderTrezor": "Order a Trezor wallet and keep your funds in cold storage.",
"orderLedger": "Order a Ledger wallet and keep your funds in cold storage.",
"buyNow": "Buy now",
Expand Down
6 changes: 4 additions & 2 deletions source/assets/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,14 @@
"addNewChain": "Agregar Nueva Cadena",
"viewTheAddresses": "Ver las direcciones de tus cuentas permitidas",
"errorCreatingHardWallet": "Error al crear monedero hardware.",
"hardwareWallet": "MONEDERO HARDWARE",
"selectTheHardware": "Selecciona el monedero hardware que desees",
"hardwareWallet": "CONECTAR HARDWALLET",
"selectTheHardware": "SELECCIONAR HARDWALLET:",
"toConnect": "conectar",
"toAddAccount": "para agregar una cuenta",
"toPali": "a Pali",
"dontHaveWallet": "¿No tienes un monedero hardware?",
"connectYourWalletAndClick": "CONECTA TU MONEDERO {{hardwalletName}} Y HAZ CLIC PARA CONECTAR",
"youCanUseAny": "Puedes usar cualquier dispositivo {{hardwalletName}}.",
"orderTrezor": "Ordena un monedero Trezor y guarda tus fondos en almacenamiento en frío.",
"orderLedger": "Ordena un monedero Ledger y guarda tus fondos en almacenamiento en frío.",
"buyNow": "Comprar ahora",
Expand Down
4 changes: 3 additions & 1 deletion source/assets/locales/pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,9 @@
"allYourSettings": "All your settings, like custom tokens and imported accounts, will get lost, however, your funds it’s saved!",
"setAutoLockTime": "Configurar tempo de bloqueio automático",
"defaultMinutes": "Padrão: 5 minutos após inatividade.",
"maximumMinutes": "Máximo: 120 minutos."
"maximumMinutes": "Máximo: 120 minutos.",
"connectYourWalletAndClick": "CONECTE SUA {{hardwalletName}} E CLIQUE PARA CONECTAR!",
"youCanUseAny": "Você pode usar qualquer dispositivo {{hardwalletName}}."
},
"start": {
"getStarted": "Get started",
Expand Down
Loading

0 comments on commit c3f7ddd

Please sign in to comment.