-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DDW-922] Change the "Delete Wallet" Button Layout (#1612)
* [DDW-922] Adds Delete Wallet BorderedBox where new layout will exist * [DDW-922] Styles content and button according to mockup * [DDW-922] Fixes ESLint error * [DDW-922] Adds flat button class, uses react-polymorph Button component * [DDW-922] Cleans up code in DeleteWalletButton.js * [DDW-922] Adds Japanese translations and new English messages * [DDW-922] Adds intl message rendering to WalletSettings.js for deleting a wallet * [DDW-922] Updates line numbers in defaultMessages.json * [DDW-922] Updates CHANGELOG * [DDW-922] Deletes commented out export wallet code and styles * [DDW-922] Improves CHANGELOG entry * [DDW-922] Deletes all export wallet related files * [DDW-922] Removes export wallet from actions * [DDW-922] Removes export wallet api method and types * [DDW-922] Removes export wallet from WalletSettings store * [DDW-922] Removes export wallet imports and data from Wallet Settings container and component * [DDW-922] Removes export wallet imports and data from Wallet Settings container and component * [DDW-922] Removes export wallet story and related data in storybook * [DDW-922] Updates translations
- Loading branch information
1 parent
a9103ad
commit 7cd680e
Showing
25 changed files
with
119 additions
and
638 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
source/renderer/app/api/wallets/requests/exportWalletAsJSON.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 8 additions & 7 deletions
15
source/renderer/app/components/wallet/settings/DeleteWalletButton.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
.button { | ||
color: var(--theme-button-attention-background-color); | ||
font-family: var(--font-medium); | ||
font-size: 16px; | ||
&:hover { | ||
cursor: pointer; | ||
} | ||
.root { | ||
color: var(--theme-color-error) !important; | ||
font-weight: 500 !important; | ||
height: 36px !important; | ||
line-height: 1.36 !important; | ||
margin-left: 20px; | ||
min-width: 160px !important; | ||
width: 160px !important; | ||
} |
216 changes: 0 additions & 216 deletions
216
source/renderer/app/components/wallet/settings/ExportWalletToFileDialog.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.