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
14eb5be3
Commit
14eb5be3
authored
Nov 08, 2022
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
ee04c569
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
TxDetails.tsx
ui/tx/TxDetails.tsx
+1
-1
TxInternalsTableItem.tsx
ui/tx/internals/TxInternalsTableItem.tsx
+3
-3
No files found.
ui/tx/TxDetails.tsx
View file @
14eb5be3
...
@@ -153,7 +153,6 @@ const TxDetails = () => {
...
@@ -153,7 +153,6 @@ const TxDetails = () => {
<
AddressLink
ml=
{
2
}
hash=
{
data
.
to
.
hash
}
/>
<
AddressLink
ml=
{
2
}
hash=
{
data
.
to
.
hash
}
/>
<
CopyToClipboard
text=
{
data
.
to
.
hash
}
/>
<
CopyToClipboard
text=
{
data
.
to
.
hash
}
/>
</
Address
>
</
Address
>
{
data
.
to
.
name
&&
<
Text
>
{
data
.
to
.
name
}
</
Text
>
}
{
data
.
to
.
is_contract
&&
data
.
result
===
'
success
'
&&
(
{
data
.
to
.
is_contract
&&
data
.
result
===
'
success
'
&&
(
<
Tooltip
label=
"Contract execution completed"
>
<
Tooltip
label=
"Contract execution completed"
>
<
chakra
.
span
display=
"inline-flex"
>
<
chakra
.
span
display=
"inline-flex"
>
...
@@ -168,6 +167,7 @@ const TxDetails = () => {
...
@@ -168,6 +167,7 @@ const TxDetails = () => {
</
chakra
.
span
>
</
chakra
.
span
>
</
Tooltip
>
</
Tooltip
>
)
}
)
}
{
data
.
to
.
name
&&
<
Text
>
{
data
.
to
.
name
}
</
Text
>
}
{
addressToTags
.
length
>
0
&&
(
{
addressToTags
.
length
>
0
&&
(
<
Flex
columnGap=
{
3
}
>
<
Flex
columnGap=
{
3
}
>
{
addressToTags
}
{
addressToTags
}
...
...
ui/tx/internals/TxInternalsTableItem.tsx
View file @
14eb5be3
...
@@ -28,16 +28,16 @@ const TxInternalTableItem = ({ type, from, to, value, success, error, gas_limit:
...
@@ -28,16 +28,16 @@ const TxInternalTableItem = ({ type, from, to, value, success, error, gas_limit:
<
TxStatus
status=
{
success
?
'
ok
'
:
'
error
'
}
errorText=
{
error
}
/>
<
TxStatus
status=
{
success
?
'
ok
'
:
'
error
'
}
errorText=
{
error
}
/>
</
Flex
>
</
Flex
>
</
Td
>
</
Td
>
<
Td
>
<
Td
verticalAlign=
"middle"
>
<
Address
display=
"inline-flex"
maxW=
"100%"
>
<
Address
display=
"inline-flex"
maxW=
"100%"
>
<
AddressIcon
hash=
{
from
.
hash
}
/>
<
AddressIcon
hash=
{
from
.
hash
}
/>
<
AddressLink
ml=
{
2
}
fontWeight=
"500"
hash=
{
from
.
hash
}
alias=
{
from
.
name
}
flexGrow=
{
1
}
/>
<
AddressLink
ml=
{
2
}
fontWeight=
"500"
hash=
{
from
.
hash
}
alias=
{
from
.
name
}
flexGrow=
{
1
}
/>
</
Address
>
</
Address
>
</
Td
>
</
Td
>
<
Td
px=
{
0
}
>
<
Td
px=
{
0
}
verticalAlign=
"middle"
>
<
Icon
as=
{
rightArrowIcon
}
boxSize=
{
6
}
color=
"gray.500"
/>
<
Icon
as=
{
rightArrowIcon
}
boxSize=
{
6
}
color=
"gray.500"
/>
</
Td
>
</
Td
>
<
Td
>
<
Td
verticalAlign=
"middle"
>
<
Address
display=
"inline-flex"
maxW=
"100%"
>
<
Address
display=
"inline-flex"
maxW=
"100%"
>
<
AddressIcon
hash=
{
to
.
hash
}
/>
<
AddressIcon
hash=
{
to
.
hash
}
/>
<
AddressLink
hash=
{
to
.
hash
}
alias=
{
to
.
name
}
fontWeight=
"500"
ml=
{
2
}
/>
<
AddressLink
hash=
{
to
.
hash
}
alias=
{
to
.
name
}
fontWeight=
"500"
ml=
{
2
}
/>
...
...
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