oasis-wallet-web
oasis-wallet-web copied to clipboard
Update TransactionPreview modal
Minor updates to transaction preview to make it more readable in extension
- split content into sections: to/from, amounts, hash
- modal title takes responsibility of "type row"
- hash takes 100% width
current ext
updated
π¦ MegaLinter status: β SUCCESS
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
β EDITORCONFIG | editorconfig-checker | 6 | 0 | 0.02s | |
β JSON | eslint-plugin-jsonc | 1 | 0 | 0 | 1.46s |
β JSON | jsonlint | 1 | 0 | 0.31s | |
β JSON | prettier | 1 | 0 | 0 | 0.74s |
β JSON | v8r | 1 | 0 | 2.44s | |
β REPOSITORY | checkov | yes | no | 17.15s | |
β REPOSITORY | git_diff | yes | no | 0.0s | |
β TSX | eslint | 4 | 0 | 0 | 6.58s |
See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff
Codecov Report
Merging #1029 (26bad14) into master (c32d951) will decrease coverage by
0.03%
. The diff coverage is90.00%
.
@@ Coverage Diff @@
## master #1029 +/- ##
==========================================
- Coverage 83.68% 83.64% -0.04%
==========================================
Files 121 120 -1
Lines 2249 2250 +1
Branches 539 544 +5
==========================================
Hits 1882 1882
- Misses 367 368 +1
Flag | Coverage Ξ | |
---|---|---|
cypress | 51.78% <90.00%> (-0.03%) |
:arrow_down: |
jest | 76.89% <30.00%> (+0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Ξ | |
---|---|---|
src/app/components/TransactionPreview/index.tsx | 81.25% <75.00%> (-2.09%) |
:arrow_down: |
src/app/components/ResponsiveGridRow/index.tsx | 100.00% <100.00%> (ΓΈ) |
|
src/app/components/TransactionModal/index.tsx | 92.00% <100.00%> (+0.33%) |
:arrow_up: |