Mark Stacey
f46dda0195
Uncomment and fix all auto-fixable stylelint rules ( #8989 )
...
All stylelint rules that can be automatically fixed have been uncommented. The rules are:
* `at-rule-empty-line-before`
* `block-closing-brace-empty-line-before`
* `block-closing-brace-newline-before`
* `block-opening-brace-space-before`
* `color-hex-case`
* `color-hex-length`
* `comment-empty-line-before`
* `declaration-block-semicolon-newline-after`
* `declaration-block-semicolon-space-after`
* `declaration-block-trailing-semicolon`
* `declaration-colon-space-after`
* `declaration-empty-line-before`
* `function-comma-space-after`
* `function-comma-space-before`
* `indentation`
* `length-zero-no-unit`
* `no-eol-whitespace`
* `no-missing-end-of-source-newline`
* `number-leading-zero`
* `number-no-trailing-zeros`
* `rule-empty-line-before`
* `selector-list-comma-newline-after`
* `selector-pseudo-element-colon-notation`
4 years ago
Mark Stacey
9a624dd24c
Revert the revert of "LoginPerSite"
...
This reverts commit 466ece4588
, which has
the message:
"Revert "Merge pull request #7599 from MetaMask/Version-v7.7.0" (#7648 )"
This effectively re-introduces the changes from the "LoginPerSite" PR.
5 years ago
Whymarrh Whitby
145edbe99d
Make address display wider in Account Details ( #8665 )
5 years ago
Mark Stacey
bace02ad02
Remove unused ShapeShift components ( #8402 )
...
The `shift-list-item` component for displaying ShapeShift transactions
has been removed, along with three other components that were used
solely by that component (`copyButton`, `eth-balance`, and
`fiat-value`).
This component hasn't been used in some time, as ShapeShift
transactions no longer exist to display. The controller that ShapeShift
transactions originated from was removed in #8118 , and it became
impossible to create new ShapeShift transactions from within MetaMask
in #6746
5 years ago
Thomas Huang
a67ac8dd61
Change fa-refresh to fa-sync ( #8301 )
...
fa-sync has replaces fa-refresh in version 5 of font-awsome
https://fontawesome.com/icons/sync?style=solid
5 years ago
Mark Stacey
466ece4588
Revert "Merge pull request #7599 from MetaMask/Version-v7.7.0" ( #7648 )
...
This reverts commit 1110287fe1
, reversing
changes made to 72eb233ee9
.
5 years ago
Whymarrh Whitby
3203c75ee4
Delete commented-out CSS code ( #7528 )
5 years ago
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`
5 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
e226b10a89
Add react-router to allow use of the browser back button
7 years ago
Chi Kei Chan
57179d2b05
Various styling fixes
7 years ago
Dan
2c474b0d6e
Export private key modal body ui.
7 years ago
sdtsui
d6116aaf57
[WIP] Tweak Send Screen Styles
7 years ago
sdtsui
27b75b67b4
Hook up identicon and buttons to AccountDetailsModal, clean up colors
7 years ago
sdtsui
877faaf096
Integrate old QR component with new modal layout
7 years ago
sdtsui
2eadf72fb7
Lint and cleanup all scss
7 years ago
sdtsui
8a39941d9a
Cleanup SCSS and improve organization of color vars
7 years ago
sdtsui
c9b33da184
Disable debug styles
7 years ago
sdtsui
f73e4dd604
Move debug and colors to itcss
7 years ago
sdtsui
d46a79df25
Organize app components scss
7 years ago
sdtsui
b65dc85b0a
Organize app components
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
bc73cbdbfe
Cleanup css and gulpfile post-migration
7 years ago
sdtsui
3f222854e4
Migrate from css to scss + autoprefixer
7 years ago
sdtsui
086441e41c
Increase size of network dropdown
7 years ago
Kevin Serrano
ce2e9872cf
Remove 100% properties that were messing up sizing.
7 years ago
sdtsui
0171918407
Add rough layout for flat layout tx details, add notes for breakpoints
7 years ago
sdtsui
267d12646c
Implement 'clear buttons' for tx view
7 years ago
sdtsui
c7ac20ff65
Finalize sidebar dimensions
7 years ago
sdtsui
01788376d5
Finalize height for main screens, excluding sidebar
7 years ago
sdtsui
c47f81b2e0
Finalize width of main container for all viewports
7 years ago
sdtsui
b523faba13
Make mobile view flush with header
7 years ago
sdtsui
22b03c62e6
Add burger icon and phone-visible media queries
7 years ago
sdtsui
41c585c796
Make wallet view visible iff vw above 575px
7 years ago
sdtsui
f368f371c2
Simplify btn-green colors
7 years ago
sdtsui
689f60d1ce
Add rounded background to total token, with minor styling tweaks
7 years ago
sdtsui
25259cc2cd
Center action buttons, add minor style adjustments
7 years ago
sdtsui
9709881679
Center send token content; hook up 'Next' and 'Cancel' buttons
7 years ago
sdtsui
4d7295b05f
Add for use in main header
7 years ago
Dan Finlay
8fc0a025f6
Set initial scale for mobile.
7 years ago
Dan Finlay
0ea6749dbc
Lots of flex rearrangement on account detail view
...
Includes removal of ReactCssTransitionGroup for a simpler UI refactor.
7 years ago
Dan Finlay
a22adec66f
Replace ui with responsive-ui
7 years ago
Dan Finlay
86d367957f
Move responsive ui into its own folder for easier merges
7 years ago
Dan Finlay
5eb3d5d485
Make folder for responsive UI
8 years ago
frankiebee
ce03b7db51
Initial redo attempt of the buy view to look like vladt's desighn
8 years ago
Kevin Serrano
cb34eda6c6
Fix potential formatting issues for seed word display.
8 years ago
Dan Finlay
77907038ff
Got basic validations working
8 years ago
Kevin Serrano
0e43606b16
Adjust private key confirmation style and logic.
8 years ago