Tom Kirkpatrick
|
d68f1f3acc
|
refactor: use named exports for UI components
|
6 years ago |
Tom Kirkpatrick
|
514aad81a3
|
refactor(ui): use Dropdown component
Update all places where we display a crypto unit selector to use the
new CryptoSelector component and do away with all the custom
implementations.
|
6 years ago |
Tom Kirkpatrick
|
e595acb0e0
|
fix(styles): clean up and standardize icons
Implement Icon components throughout the app.
|
6 years ago |
Tom Kirkpatrick
|
06b1d27e64
|
fix(styles): clean up and standardize buttons
Implement Button component throughout the app.
Fix #830
|
6 years ago |
Tom Kirkpatrick
|
085f81d346
|
fix(wallet): fix console error in request form
Ensure that the FormattedNumber component gets passed a valid number.
If we don't have a value, the the value to 0.
|
6 years ago |
Tom Kirkpatrick
|
70bfa6cb73
|
feat(i18n): use local currency display rules
Use `intl.formattedNumber` to display currency values to ensure that
currencies are displayed using the formatting rules that match the
user's locale.
|
6 years ago |
Tom Kirkpatrick
|
aedd1ee233
|
feat(i18n): initial multi-language support
|
6 years ago |
Tom Kirkpatrick
|
f51586d3ce
|
refactor(fs): group files by component
Group component related file in a directory named after the component.
|
7 years ago |