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
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
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
Alexander Tseung
c9ec5ed38d
Fix e2e tests
6 years ago
Alexander Tseung
4737ea49c7
Increase clickable area and padding of Retry Transaction bar
6 years ago
Dan
49e3ada382
Fix styling regression from master merge.
7 years ago
Alexander Tseung
4af1003b0e
Fix Account Names being cropped ( #3626 )
7 years ago
Dan
e293b6349c
Styling for dropped.
7 years ago
Dan
6cee76b3e7
Add html and css for responsive retry button.
7 years ago
Alexander Tseung
b05d21b1ba
Fix transaction list font sizes, padding
7 years ago
Alexander Tseung
40e58d3132
Fix tx-list, confirmation screen styling
7 years ago
Dan J Miller
7c97b2f37c
Fix padding of a hovered tx-list-item ( #2859 )
7 years ago
Alexander Tseung
208e94d3bf
Update main view styling
7 years ago
Chi Kei Chan
0458643f10
various styling fix on mobile
7 years ago
Chi Kei Chan
57179d2b05
Various styling fixes
7 years ago
Chi Kei Chan
93a1089e08
Show token tx properly
7 years ago
Chi Kei Chan
d722c1045f
Update yarn.lock; Fix tx-list-item overflow; Fix gas exchange rate
7 years ago
Dan J Miller
492507aa94
[NewUI] Color tx-list-item text depending on transaction status. ( #2050 )
...
* Color tx-list-item text depending on transaction status.
* Handle css change of text colour with scss instead on inline styles, add classnames package and helper function.
* Refactored to use classnames with component property className.
7 years ago
Chi Kei Chan
687d2f755d
Fix css merge conflicts
7 years ago
Dan
eabbfb8319
Link user from transaction list to etherscan if they have a transaction hash.
7 years ago
Dan
64f8a4d22b
Improve tx-list item hover scss.
7 years ago
Dan
17b5afb8de
Create tx-list-item component.
7 years ago
Chi Kei Chan
983fa2a117
Add Contract Tx List Item; Update Token Tx on select
7 years ago
Dan
7d6ad48f15
Touch up transaction list item styles, remove main-content scroll bars, align buttons with main-content..
7 years ago
Dan
3cb51e32c9
Capitalizations via text-transform for main screen transactions.
7 years ago
Dan
5d8bf6c86a
Adjust left margin in main container.
7 years ago
sdtsui
2eadf72fb7
Lint and cleanup all scss
7 years ago
sdtsui
9954c95b4a
[WIP] Begin fixing responsive layout with many wallets
7 years ago
sdtsui
58b61eb1fc
Add UI tweaks, including separation of overflow logic for mobile (full-height) vs laptop (tx-view-only)
7 years ago
sdtsui
7a664a7f72
Improve text positioning on mobile view
7 years ago
sdtsui
e31c298288
Implement widescreen layout for tx list
7 years ago
sdtsui
f9432c5982
Move Txs list item styles into classes
7 years ago