1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-25 12:52:33 +02:00
metamask-extension/ui/app/pages/first-time-flow
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
..
create-password I5849 incremental account security (#6874) 2019-08-02 01:27:26 -02:30
end-of-flow Using translated string for end of flow messaging (#7021) 2019-08-15 15:43:08 -03:00
first-time-flow-switch Remove unused seedPhrase prop (#6913) 2019-07-25 10:59:40 -03:00
metametrics-opt-in Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
seed-phrase Right-to-left CSS (using module for conversion) (#7072) 2019-09-03 14:47:54 -03:00
select-action Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
welcome Update buttons & colors to match design system (#6446) 2019-04-16 17:05:22 -02:30
first-time-flow.component.js Show seed phrase challenge in browser (#6961) 2019-08-06 00:54:19 -02:30
first-time-flow.container.js Show seed phrase challenge in browser (#6961) 2019-08-06 00:54:19 -02:30
first-time-flow.selectors.js Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
index.js Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
index.scss Right-to-left CSS (using module for conversion) (#7072) 2019-09-03 14:47:54 -03:00