George Marshall
cdc0fed828
Update media query instances ( #15068 )
2 years ago
George Marshall
5592687df1
Updating design tokens package and shadow values with new tokens ( #15264 )
...
* Updating design tokens v1.8 and shadows
* Adding missing stories
* Some fixes and updates to css and stories
* removing unneeded story
* Fixing story order
2 years ago
George Marshall
6688117c7e
Dark mode: Updating lock icon decrypt message ( #14198 )
3 years ago
David Walsh
0ee7b0412b
Dark Mode: Encrypt / Decrypt ( #14081 )
3 years ago
David Walsh
10dc686505
Dark Mode Part 1: Switch to Using CSS Variables ( #13147 )
3 years ago
Brad Decker
29742b9519
remove the ui/app and ui/lib folders ( #10911 )
4 years ago
Brad Decker
09d81ac5f2
remove the ui/app and ui/lib folders ( #10911 )
4 years ago
Brad Decker
14161e37da
normalize page font styles ( #9697 )
4 years ago
Brad Decker
8b0a308449
colocate confirm-decrypt-message page styles ( #9252 )
...
Follows the previously set pattern of colocating styles along side the
consuming components. This one was really straight forward and just a
reorganization of files and imports. No code changes occurred.
4 years ago
Brad Decker
46ba1ef100
Update font family globally ( #9073 )
4 years ago
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
Thomas Huang
85c81a5cfe
Align copy tooltip text and icon ( #8861 )
...
Add style prop to ReactTippy to override the inline display to flex display and align items to center
4 years ago
Konstantin
6f47fece56
Implementation encrypt/decrypt feature ( #7831 )
...
Implement `eth_decrypt` and `eth_getEncryptionPublicKey`. This allows decryption backed by the user's private key. The message decryption uses a confirmation flow similar to the messaging signing flow, where the message to be decrypted is also able to be decrypted inline for the user to read directly before confirming.
5 years ago
Mark Stacey
adac1de822
Remove `AccountDropdownMini` component ( #6906 )
...
The `AccountDropdownMini` component featured the ability to switch
accounts using a dropdown, but this functionality was disabled in #6024 .
It has been acting as a restyled `AccountListItem` since then.
The component has been removed, and the style changes moved to the sole
parent component (`RequestSignature`).
5 years ago
Alexander Tseung
688ef2ed01
Fix signature request styling issues ( #5574 )
6 years ago
bitpshr
36dd0354e7
Implement latest EIP-712 protocol
6 years ago
trejgun
bbd1b8360a
fix white spaces in signature
7 years ago
Bobby Dresser
4196b16f06
add help link to eth_sign warning
7 years ago
Alexander Tseung
646545551c
Fix signature request header text
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
Alexander Tseung
fff7f52074
Change font weight from 300 to 400
7 years ago
Alexander Tseung
cfa2592d78
Update button styles
7 years ago
Dan
07f4839600
Signed type data notification handles long messages.
7 years ago
Dan
f9fc6cec3b
eth_sign warning color
7 years ago
Chi Kei Chan
fa95303e1e
Sign Typed Request styling fixes
7 years ago
Dan
ddf11011c9
Signature request fixes.
7 years ago
Dan
78836b0ead
Signature Request
7 years ago