Alexander Tseung
df38b0f307
Fix scrolling in Deposit Ether modal ( #4336 )
7 years ago
Alexander Tseung
4f6b53c1aa
Update designs for Add Token screen
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
Alexander Tseung
2381c0e0f4
Add new unlock screen design
7 years ago
Alexander Tseung
fff7f52074
Change font weight from 300 to 400
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
Alexander Tseung
3c1248c816
Update confirm transaction screen
7 years ago
Alexander Tseung
4af1003b0e
Fix Account Names being cropped ( #3626 )
7 years ago
Alexander Tseung
6f749e5576
Update Confirm Contract screen ( #3597 )
7 years ago
Alexander Tseung
08542c18e1
Update deposit ether styling ( #3510 )
7 years ago
Dan J Miller
e4c83466be
Send screen style updates. ( #3234 )
7 years ago
Alexander Tseung
9db0a32dac
Update modal header design on send screen ( #3196 )
7 years ago
Nick Doiron
abfa74f09a
complete i18n across new UI
7 years ago
Chi Kei Chan
57179d2b05
Various styling fixes
7 years ago
Chi Kei Chan
35d8671843
Add responsive UI to send ether modal
7 years ago
sdtsui
2eadf72fb7
Lint and cleanup all scss
7 years ago
sdtsui
966b25573b
Move remaining debug, fonts, reset, and transitions into inverted triangle
7 years ago
sdtsui
d46a79df25
Organize app components scss
7 years ago
sdtsui
a0a956d646
Move generic button components and body styles to components and generic, respectively
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