Brad Decker
29742b9519
remove the ui/app and ui/lib folders ( #10911 )
4 years ago
Dan Miller
e3ed26cc24
Revert "Revert "Implement Ledger Live bridge ( #10293 )""
...
This reverts commit 56db48a1c3
.
4 years ago
Dan Miller
56db48a1c3
Revert "Implement Ledger Live bridge ( #10293 )"
...
This reverts commit 397417bf09
.
4 years ago
David Walsh
397417bf09
Implement Ledger Live bridge ( #10293 )
4 years ago
ryanml
4c7b9cc92a
Revert "Revert "Implement Ledger Live bridge ( #10293 )""
...
This reverts commit fdc243e8b6718a541323fd70682ceb216f8b6f66.
4 years ago
Brad Decker
09d81ac5f2
remove the ui/app and ui/lib folders ( #10911 )
4 years ago
David Walsh
15b596ad15
Implement Ledger Live bridge ( #10293 )
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
a05230bba7
Provide alternative text for images where appropriate
4 years ago
Brad Decker
2ebf8756a4
[RFC] add prettier to eslint ( #8595 )
4 years ago
Whymarrh Whitby
b6ccd22d6c
Update ESLint shared config to v3 ( #9274 )
...
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
4 years ago
Erik Marks
22699cb1d9
Fix connect hardware styling ( #8680 )
...
* Connect -> Hardware
* fix connect hardware styling
* rename some components and classes
* make hardware account scrolling sane
5 years ago
Erik Marks
1f49772ca3
Create new tabs instead of windows in most cases ( #8347 )
...
* openExtensionInBrowser: create tab, not window
* open tabs instead of windows in most cases
5 years ago
Whymarrh Whitby
a78cf0ef3a
Enable arrow-parens ESLint rule
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
Mark Stacey
466ece4588
Revert "Merge pull request #7599 from MetaMask/Version-v7.7.0" ( #7648 )
...
This reverts commit 1110287fe1
, reversing
changes made to 72eb233ee9
.
5 years ago
Whymarrh Whitby
274a9ecf53
yarn lint --fix
5 years ago
Whymarrh Whitby
bb4c4189fb
eslint: Enable more react/jsx-* rules ( #7592 )
5 years ago
Whymarrh Whitby
2e69f3233e
eslint: Enable more react/jsx-* rules ( #7592 )
5 years ago
Whymarrh Whitby
80badb10c1
Convert ConnectScreen to use JSX ( #7525 )
5 years ago
Whymarrh Whitby
aa41057628
Update ESLint rules for curly braces style ( #7477 )
...
* eslint: Enable curly and brace-style
* yarn lint --fix
5 years ago
Mark Stacey
48bf2f8731
Remove unused locale messages ( #7190 )
...
* Switch to using string literals for locale keys
Various message keys were being specified with a string template
instead of a string literal. They have been switched to use string
literals so that the script for detecting unused messages can find
them.
* Remove unused locale messages
A number of unused locale messages have been removed - probably
leftover from old UI elements that have since been removed.
The `verify_locale_strings` script has been augmented to search the UI
for string literals, and match those against the locale message keys in
the `en` locale. Any messages without a corresponding string literal
are assumed to be unused.
The script has also been updated with an optional `--fix` parameter,
which will automatically delete any unused messages from locales.
148 unused messages were found in this case, out of a total of about
650 messages. Another 70 messages are _potentially_ unused and require
further investigation, but weren't as easy to rule out because they
were found in string literals.
* Remove additional unused locale messages
The following messages were more difficult to rule out because they
were present as string literals in the UI. They do appear to be
unused as locale keys though.
5 years ago
Whymarrh Whitby
4d88e1cf86
Enable indent linting via ESLint ( #6936 )
...
* Enable indent linting via ESLint
* yarn run lint:fix
5 years ago
Whymarrh Whitby
094e4cf555
Check for unused function arguments ( #6583 )
...
* eslint: Check for unused function arguments
* eslint: Ignore unused '_' in argument list
Also allow any number of '_' e.g., '__' or '___' which is to be used sparingly
* Remove and rename unused arguments
6 years ago
Chi Kei Chan
92c03bdff2
Update buttons & colors to match design system ( #6446 )
...
* Refactoring button styles
* renaming buttons
* Add Link and Button styles
* Update new btn styles and storybook
* Fix tests
* Change font weight; Update storybook
* Fix linter
6 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
Alexander Tseung
a7b3750a3e
Fix button styling for Create Account Connect ( #5787 )
6 years ago
Alexander Tseung
31089778ba
Add raised type buttons to Button component. Refactor all buttons within app to Button components
6 years ago
brunobar79
51e4a6d335
fix ledger affiliate link
6 years ago
brunobar79
2ea05e303d
connect screen ready
6 years ago
brunobar79
c72ced79ae
ui fixes
6 years ago
brunobar79
5ef80495cf
refactor to support multiple hw wallets
6 years ago
brunobar79
514148ffa1
fix support link
6 years ago
brunobar79
a6e0eef8f4
fix unsupported browser view
6 years ago
brunobar79
086ab6e1e1
lint
6 years ago
brunobar79
2bfddc288e
scroll smooth
6 years ago
brunobar79
49d1bdea8a
design done
6 years ago
brunobar79
cbb14f1d5e
fix browser not supported screen
6 years ago
brunobar79
cb97517b26
updated account list based on new designs
6 years ago
brunobar79
5399546388
added affiliate link to trezor
6 years ago
brunobar79
82a93bb287
detect ability to open popup instead of browser
6 years ago
brunobar79
5127601545
copy updated
6 years ago
brunobar79
dddbb4250b
update connect harwdware screen
6 years ago
brunobar79
6b2511f94f
UI refactor
6 years ago
brunobar79
6c2730f243
Refactor UI
6 years ago