Chi Kei Chan
9a1a207ffa
MetaMorph - Spacing and Typeface on Extension Main view ( #6584 )
...
* wip
* Style Update: Mobile App Header
* wip
* Style Update: mobile menu-bar
* Style Update: Primary and Secondary balance on mobile main view
* Style Update: Spacing for transaction-list and transaction-list-item
* Address PR Comments
* Fix full-width view
* line-height fixes
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
02bdbbbc3e
Add visual indicator when displaying a cached balance ( #5854 )
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
Alexander Tseung
ea9d51e427
Refactor and redesign confirm transaction views
6 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
Alexander Tseung
3082d2e4ef
Use new design for reveal seed screen. Persist seed words only in first time flow
7 years ago
Alexander Tseung
cfa2592d78
Update button styles
7 years ago
Dan
fa022e0883
Updates Add token screen to latest design.
7 years ago
Dan
6cee76b3e7
Add html and css for responsive retry button.
7 years ago
Dan J Miller
ca047b1ea0
Update network colours for better accessibility. ( #3469 )
7 years ago
Dan J Miller
5c1dcf3e9b
[NewUI-flat] New deposit ether modal UI. ( #2642 )
...
* New deposit ether modal.
* New deposit modal full screen on mobile, and other style fixes.
* Hide shapeshift option from deposit modal for now.
* Add shapeshift form to new deposit modal.
* Store recipient address for shapeshift tx in background.
* Use Simpledropdown to achieve desired styling in coin selector.
* Lint fix
* Fix typos and remove dead code.
* Remove storage of shapeshift receiving address from background.
* Fix typos
7 years ago
Alexander Tseung
376e136572
Update styling for buttons, font weights
7 years ago
Alexander Tseung
208e94d3bf
Update main view styling
7 years ago
Chi Kei Chan
57179d2b05
Various styling fixes
7 years ago
Chi Kei Chan
119c2b2423
Confirm eth v2
7 years ago
Dan
80463072b5
UI for readonly from component. From dropdown opening and closing. Mockdata.
7 years ago
Dan
bbe893a0d8
UI for send screen container without form rows.
7 years ago
Chi Kei Chan
04da22db08
Add Token UI - hover/select state; fetch token address
7 years ago
Chi Kei Chan
35d8671843
Add responsive UI to send ether modal
7 years ago
Dan J Miller
492507aa94
[NewUI] Color tx-list-item text depending on transaction status. ( #2050 )
...
* Color tx-list-item text depending on transaction status.
* Handle css change of text colour with scss instead on inline styles, add classnames package and helper function.
* Refactored to use classnames with component property className.
7 years ago
Dan J Miller
1e83835ba8
[New-UI] Confirm Screen restyle and connect to state ( #2042 )
...
* Adds utility for converting currencies (WIP)
* Implements confirm screen
* Style tweaks.
* Confirm screen total ammount now uses real data.
* Confirm screen total ammount now uses real data.
* Replace content divider with sibling css.
* Replace section divider with scss.
7 years ago
Dan
6a3c59e409
Highlighted circle icons for the network menu.
7 years ago
Dan
61b965fe14
Touch up style of account-details-modal.
7 years ago
Dan
c436b6ffb3
Adjust z-index of header so that it stays in place when scrolling.
7 years ago
Dan
0a44c82458
Styles and behaviour correct
7 years ago
Dan J Miller
4076496c8e
Patch 3 new account modal ( #1962 )
...
* Account details modal styling changes.
* Tweaking styles.
* New account modal re-styling.
* Tweaks to paddings, margins, font sizes, colors and modal dimensions.
* Replace colour codes with variables.
7 years ago
Dan J Miller
5b62f10a5f
Modify buy and send buttons color, border-radius and various size properties. ( #1956 )
7 years ago
sdtsui
c1fd19393f
Remove border and apply background color to gas input
7 years ago
sdtsui
5900cc8522
Tweak z-indicies
7 years ago
sdtsui
d193778958
Adjust zIndex and width for send screen
7 years ago
sdtsui
27b75b67b4
Hook up identicon and buttons to AccountDetailsModal, clean up colors
7 years ago
sdtsui
2eadf72fb7
Lint and cleanup all scss
7 years ago
sdtsui
0fab1b5482
Implement responsive wallet balances
7 years ago
sdtsui
8a39941d9a
Cleanup SCSS and improve organization of color vars
7 years ago
sdtsui
3188cc2ef0
Extract scss breakpoints into variables
7 years ago
sdtsui
e31c298288
Implement widescreen layout for tx list
7 years ago
sdtsui
d53780bcdc
Add new color for txs - dusty-gray
7 years ago
sdtsui
6be6f56ac5
Add z indicies to settings-variables
7 years ago
sdtsui
0f140c5db5
Improve positioning of caret and add reusable color for wallet view
7 years ago
sdtsui
966b25573b
Move remaining debug, fonts, reset, and transitions into inverted triangle
7 years ago
sdtsui
f73e4dd604
Move debug and colors to itcss
7 years ago
sdtsui
a0a956d646
Move generic button components and body styles to components and generic, respectively
7 years ago
sdtsui
04d1d86f30
Move old colors intro settings/variables
7 years ago
sdtsui
f0a219294d
Add inverted triangle css (itcss) folder structure
7 years ago
Dan Finlay
05080d1c50
Fix UI Dev Mode for Tx Approval
...
The state object had been changed, but our mock states for tx approval were using the old keys.
Rather than try to muck about and figure out each and every change, I've re-generated a UI dev state for tx approval, which should help @zanibas on his current project.
We can continue adding new dev states as needed from here. If anyone catches a state that doesn't render correctly, it's worth checking if a new snapshot doesn't solve things.
Debugged by adding new debugging loggers, and I've left them in place for easier future debugging.
8 years ago