Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
9ebaacb4
Unverified
Commit
9ebaacb4
authored
Nov 08, 2023
by
tom goriunov
Committed by
GitHub
Nov 08, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Address doesn't fit in a column on Transaction details 'State' tab (#1326)
Fixes #1322
parent
49f9aa3a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
TokenTransferTableItem.tsx
ui/shared/TokenTransfer/TokenTransferTableItem.tsx
+1
-1
TokenTransferTable.pw.tsx_default_with-tx-info-1.png
...ts__/TokenTransferTable.pw.tsx_default_with-tx-info-1.png
+0
-0
TxState.pw.tsx_default_base-view-mobile-1.png
...reenshots__/TxState.pw.tsx_default_base-view-mobile-1.png
+0
-0
TxStateTable.tsx
ui/tx/state/TxStateTable.tsx
+1
-1
No files found.
ui/shared/TokenTransfer/TokenTransferTableItem.tsx
View file @
9ebaacb4
...
...
@@ -111,7 +111,7 @@ const TokenTransferTableItem = ({
/>
</
Td
>
<
Td
isNumeric
verticalAlign=
"top"
>
<
Skeleton
isLoaded=
{
!
isLoading
}
display=
"inline-block"
my=
"7px"
>
<
Skeleton
isLoaded=
{
!
isLoading
}
display=
"inline-block"
my=
"7px"
wordBreak=
"break-all"
>
{
'
value
'
in
total
&&
BigNumber
(
total
.
value
).
div
(
BigNumber
(
10
**
Number
(
total
.
decimals
))).
dp
(
8
).
toFormat
()
}
</
Skeleton
>
</
Td
>
...
...
ui/shared/TokenTransfer/__screenshots__/TokenTransferTable.pw.tsx_default_with-tx-info-1.png
View replaced file @
49f9aa3a
View file @
9ebaacb4
96.8 KB
|
W:
|
H:
97.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ui/tx/__screenshots__/TxState.pw.tsx_default_base-view-mobile-1.png
View replaced file @
49f9aa3a
View file @
9ebaacb4
54.5 KB
|
W:
|
H:
55.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ui/tx/state/TxStateTable.tsx
View file @
9ebaacb4
...
...
@@ -23,7 +23,7 @@ const TxStateTable = ({ data, isLoading, top }: Props) => {
<
Thead
top=
{
top
}
>
<
Tr
>
<
Th
width=
"140px"
>
Type
</
Th
>
<
Th
width=
"1
46
px"
>
Address
</
Th
>
<
Th
width=
"1
60
px"
>
Address
</
Th
>
<
Th
width=
"33%"
isNumeric
>
Before
</
Th
>
<
Th
width=
"33%"
isNumeric
>
After
</
Th
>
<
Th
width=
"33%"
isNumeric
>
Change
</
Th
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment