ryanml
68ad9c619f
Adding copy icon to home screen account address ( #11460 )
...
* Adding copy icon to home screen account address
Fixes MetaMask/metamask-extension#10145
* Using margin-inline-start
3 years ago
ryanml
2bfc3a093f
Using values from shared/constants/time to represent timing values ( #11241 )
4 years ago
Brad Decker
29742b9519
remove the ui/app and ui/lib folders ( #10911 )
4 years ago
ryanml
947cf9eb1f
Updating util import paths for master
4 years ago
Brad Decker
03961715f7
use safer toChecksum utility ( #11117 )
4 years ago
Brad Decker
09d81ac5f2
remove the ui/app and ui/lib folders ( #10911 )
4 years ago
Erik Marks
76a2a9bb8b
@metamask/eslint config@5.0.0 ( #10358 )
...
* @metamask/eslint-config@5.0.0
* Update eslintrc and prettierrc
* yarn lint:fix
4 years ago
David Walsh
cfbcc12398
Make all UI tabs accessible via keyboard ( #9518 )
4 years ago
Brad Decker
2ebf8756a4
[RFC] add prettier to eslint ( #8595 )
4 years ago
David Walsh
25a599c6cd
Prevent memory leak from selected account copy tooltip
4 years ago
Brad Decker
d5a539e0e5
remove old tooltip component and styles ( #9250 )
...
The old tooltip component was only used in two places. Removing those usages
was simple and straight forward. So, instead of colocating the old tooltip
styles with the deprecated tooltip component, I removed all old styles and
made tooltip-v2 now simply 'tooltip' and removed the deprecated component.
4 years ago
Whymarrh Whitby
9b78d3ab07
Fix import/extensions issues ( #9217 )
...
See [`import/extensions`](https://eslint.org/docs/rules/import/extensions ) for more information.
This change enables `import/extensions` and fixes the issues raised by the rule.
4 years ago
Erik Marks
266d6e67fe
Rename addressSlicer function to shortenAddress ( #8408 )
5 years ago
Whymarrh Whitby
09450fe765
Remove selectedAddress from SelectedAccount component ( #8285 )
5 years ago
Whymarrh Whitby
4229892fca
Refactor Menubar and AccountDetailsDropdown styles ( #8278 )
5 years ago
Whymarrh Whitby
e32417d51f
Remove unused 2nd argument to checksumAddress ( #8282 )
5 years ago
Whymarrh Whitby
92971d3c87
Migrate codebase to use ESM ( #7730 )
...
* Update eslint-plugin-import version
* Convert JS files to use ESM
* Update ESLint rules to check imports
* Fix test:unit:global command env
* Cleanup mock-dev script
5 years ago
Chi Kei Chan
31175625b4
Folder restructure ( #6304 )
...
* Remove ui/app/keychains/
* Remove ui/app/img/ (unused images)
* Move conversion-util to helpers/utils/
* Move token-util to helpers/utils/
* Move /helpers/*.js inside /helpers/utils/
* Move util tests inside /helpers/utils/
* Renameand move confirm-transaction/util.js to helpers/utils/
* Move higher-order-components to helpers/higher-order-components/
* Move infura-conversion.json to helpers/constants/
* Move all utility functions to helpers/utils/
* Move pages directory to top-level
* Move all constants to helpers/constants/
* Move metametrics inside helpers/
* Move app and root inside pages/
* Move routes inside helpers/
* Re-organize ducks/
* Move reducers to ducks/
* Move selectors inside selectors/
* Move test out of test folder
* Move action, reducer, store inside store/
* Move ui components inside ui/
* Move UI components inside ui/
* Move connected components inside components/app/
* Move i18n-helper inside helpers/
* Fix unit tests
* Fix unit test
* Move pages components
* Rename routes component
* Move reducers to ducks/index
* Fix bad path in unit test
6 years ago
Jonathan Smirnoff
8dddf48904
Fixed issue #5838 ( #6001 )
...
Update changelog file
6 years ago
Chad Grimaldi
2f14f978e3
compute and display checksummed hash in selected-account component ( #5255 )
6 years ago
Whymarrh Whitby
db241e6b91
Rewrite Tooltip component as ES6
6 years ago
Alexander Tseung
469a79f97f
Add fallback options for displaying recipient name in the Confirm screen
6 years ago
Whymarrh Whitby
45faf3d558
Show first four characters of account after 0x in tx list
6 years ago
Alexander Tseung
5a2771dd47
Indicate the current selected account on the popup account view ( #4445 )
7 years ago