1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-28 05:12:18 +01:00
metamask-extension/ui/app/components/ui
Nick Doiron d589d2dec0 Right-to-left CSS (using module for conversion) (#7072)
* Create RTL stylesheets using `gulp-rtl`

* Handle RTL stylesheet special cases

Certain blocks of Sass  were set to bypass "rtlcss" using ignore
comments. Certain icons had to be flipped 180 degrees.

* Switch stylesheets when locale changes

A second stylesheet has been added to each HTML page for use with
right-to-left locales. It is disabled by default. It is enabled on
startup if a RTL locale is set, and when switching to a RTL locale.
Similarly the LTR stylesheet is disabled when a RTL locale is used.

Unfortunately there is an unpleasant flash of unstyled content when
switching between a LTR and a RTL locale. There is also a slightly
longer page load time when using a RTL locale (<1s difference). We
couldn't think of an easy way to avoid these problems.

* Set `dir="auto"` as default on `TextFields`
2019-09-03 14:47:54 -03:00
..
alert Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
balance
breadcrumbs
button
button-group Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
card
currency-display Right-to-left CSS (using module for conversion) (#7072) 2019-09-03 14:47:54 -03:00
currency-input Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
dialog
error-message
export-text-container
hex-to-decimal
identicon Right-to-left CSS (using module for conversion) (#7072) 2019-09-03 14:47:54 -03:00
jazzicon
loading-screen
lock-icon
metafox-logo
page-container
sender-to-recipient Right-to-left CSS (using module for conversion) (#7072) 2019-09-03 14:47:54 -03:00
spinner
tabs
text-field Right-to-left CSS (using module for conversion) (#7072) 2019-09-03 14:47:54 -03:00
toggle-button
token-balance
token-currency-display
token-input
unit-input Right-to-left CSS (using module for conversion) (#7072) 2019-09-03 14:47:54 -03:00
copyButton.js
editable-label.js Right-to-left CSS (using module for conversion) (#7072) 2019-09-03 14:47:54 -03:00
eth-balance.js
fiat-value.js
mascot.js
qr-code.js
readonly-input.js
tooltip-v2.js
tooltip.js