Chi Kei Chan
ec712d5d8f
Set max-width on network dropdown and ellipsis long network name ( #6494 )
6 years ago
Chi Kei Chan
3519e90ffd
Make height consistent on all row in send-content ( #6480 )
...
* Update all send-content row to 54px height
* Remove header subtitle
* Remove tests that check for send screen subheader
6 years ago
Chi Kei Chan
931aaeb700
Add token selection to the send screen ( #6445 )
...
* Move send to pages/
* Fix unit tests
* Finish UI
* Integrate asset dropdown to send actions
* Remove console.log
* Hide asset change during edit
* Enable switch from send token to seand eth
* Enable switching from token to eth when editing
* Fix linter
* Fixing test
* Fix unit tests
* Fix linter
* Fix react warning; remove console.log
* fix flat test
* Add metrics
* Address code review comments
* Consistent spacing between send screen form rows.
* Reduce height of gas buttons on send screen.
* Make send screen gas button height dependent on size of contents.
6 years ago
Paul Bouchon
0db0a187c8
feature: add Goerli support ( #6459 )
6 years ago
Chi Kei Chan
597c490928
Fix switcher height when Custom RPC is selected or when network is loading
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
Dan J Miller
961ad267df
New settings page rebased ( #6333 )
...
* New setting tab
* Add InfoTab
* Add Advanced tab
* Add Security Tab
* Finish mobile view
* Make new setting page responsive
* Fix linter
* Fix y scrolling
* Update link in network dropdown
* Fix e2e tests
* Remove duplicate translation key
* Resolve merge conflict
* Only change settings header in popup view.
* Place mobile-sync button in advanced-tab of settings
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
Dan J Miller
38b91f63a2
Add togglable advanced gas controls on send and confirm screens ( #6112 )
...
* Extract advanced gas input controls to their own component
* Add advanced inline gas toggle to settings
* Add optional advanced inline gas to send send screen
* Adds optional advanced gas inputs to the confirm screen
* Add info modals for advanced gas inputs.
* Fix translation of advance gas toggle description.
* Lint and unit test fixes for inline-advanced-gas-inputs
* Increase margin above advanced options button on send screen
* Move methods from constructor to property syntax in advanced-gas-inputs.component
6 years ago
Dan J Miller
02bdbbbc3e
Add visual indicator when displaying a cached balance ( #5854 )
6 years ago
Esteban Miño
2d7c9b3dac
Prevent send to token warning ( #6058 )
6 years ago
Alexander Tseung
fba17d77de
Refactor first time flow, remove seed phrase from state ( #5994 )
...
* Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state
* Fix linting and tests
* Fix translations, initialization notice routing
* Fix drizzle tests
* Fix e2e tests
* Fix integration tests
* Fix styling
* Fix migration naming from 030 to 031
* Open extension in browser when user has not completed onboarding
6 years ago
Alexander Tseung
0b4469b842
Add scrolling button to account list
6 years ago
Dan Miller
f4dc64960d
Improve styling of loading retry / error screen
6 years ago
Dan Miller
20dbebae9f
Adds network loading retry / error screen.
6 years ago
Whymarrh Whitby
6a0993a45e
Replace height: 100% rule with workaround for flexbox quirks
6 years ago
Dan Miller
8194309a9a
Fix styling of send screen in extension view when hex data on.
6 years ago
Dan Miller
d5411e772d
Make gas customization modal responsive.
6 years ago
Dan Miller
b567c78bca
Integrate gas buttons with the send screen.
6 years ago
Dan Miller
112d18e316
Adds basic tab content to gas customizer, with styled button group (static, for now).
6 years ago
Dan Miller
342dc95410
Adds the content of the advanced tab - w/o chart or dynamic content - to gas customize modal.
6 years ago
Dan Miller
f9aa5a70de
Adds new gas customization modal container (without content)
6 years ago
Whymarrh Whitby
1403b8286d
Show disabled cursor in .network-disabled state ( #5829 )
6 years ago
Alexander Tseung
a7b3750a3e
Fix button styling for Create Account Connect ( #5787 )
6 years ago
Alexander Tseung
4c87c05a02
Fix rounding issue when sending max tokens ( #5695 )
...
* Fix rounding issue when sending max tokens
* Ensure amount row shows exact amount of max tokens on send screen (#2 )
* Fix tests
* Change stored redux value from BigNumber to hex string. Fix TokenInput default value
6 years ago
bitpshr
c76c9ca2c8
EIP-1102: updated implementation
6 years ago
Alexander Tseung
eaca9a0e8a
Fix raised button min-height ( #5613 )
6 years ago
Alexander Tseung
55c66b0d98
Fix button styling for overflowing text ( #5602 )
6 years ago
Alexander Tseung
688ef2ed01
Fix signature request styling issues ( #5574 )
6 years ago
Alexander Tseung
614995c0e9
Fix account display width for large currency values
6 years ago
Whymarrh Whitby
42fa54678f
Extract Add Token button into its own component
6 years ago
Santiago Gonzalez Toral
f88373237b
Added account options on home screen
6 years ago
Sean
b5169340ab
Improvement: Reposition customize gas error ( #5265 )
6 years ago
HackyMiner
13a1d46720
support editable customRPC ( #5267 )
...
* support editable customRPC #5246
* remove rpcList size restriction
6 years ago
Alexander Tseung
b579ee9619
Refactor settings page to use JSX and follow component file folder structure
6 years ago
Whymarrh Whitby
3987f9860f
Move main-container wrapper div into its own class
6 years ago
Whymarrh Whitby
fbf14cd130
Prevent loading screen from overlaying the app bar
...
Refs #4417
This change is functional copy of 3893469
that solves the problem in a way
that doesn't depend on the height of the app bar since the app bar isn't a
fixed height in the smaller views.
6 years ago
Whymarrh Whitby
4c37669557
Make the LoadingScreen component 100% as tall as its container
6 years ago
Whymarrh Whitby
b1b5968e5e
Remove unused loading-overlay--full-screen CSS styles
...
Refs #4417
6 years ago
Sean
cd28dbb1d5
Improvement: Increase click area for arrows ( #5264 )
6 years ago
chadmg
055ddd5f1e
follow up style fix to #5242
6 years ago
bitpshr
36dd0354e7
Implement latest EIP-712 protocol
6 years ago
Chad Grimaldi
014240b066
increase z-index of send-to input to allow for right-click ( #5242 )
6 years ago
Alexander Tseung
31089778ba
Add raised type buttons to Button component. Refactor all buttons within app to Button components
6 years ago
Dan Miller
40e0d92f57
Adds sidebar component and refactors slide in wallet view sidebar to use it.
6 years ago
Alexander Tseung
c9ec5ed38d
Fix e2e tests
6 years ago
Alexander Tseung
e104744d3b
Fix shapeshift transactions. Delete unused files
6 years ago
Alexander Tseung
5ee40675b9
Refactor transactions list views. Add redesign components
6 years ago
Alexander Tseung
cec87a5b2c
Update logo wordmark
6 years ago
brunobar79
285814646f
ui ready
6 years ago