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
460d6349
Commit
460d6349
authored
Sep 12, 2022
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renaming
parent
7bfca7a4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
TxDecodedInputData.tsx
ui/tx/TxDecodedInputData.tsx
+2
-2
TxDetails.tsx
ui/tx/TxDetails.tsx
+2
-2
TxLogItem.tsx
ui/tx/logs/TxLogItem.tsx
+1
-1
No files found.
ui/
shared/
DecodedInputData.tsx
→
ui/
tx/Tx
DecodedInputData.tsx
View file @
460d6349
...
@@ -50,7 +50,7 @@ const TableRow = ({ isLast, name, type, children }: RowProps) => {
...
@@ -50,7 +50,7 @@ const TableRow = ({ isLast, name, type, children }: RowProps) => {
);
);
};
};
const
DecodedInputData
=
()
=>
{
const
Tx
DecodedInputData
=
()
=>
{
const
bgColor
=
useColorModeValue
(
'
blackAlpha.50
'
,
'
whiteAlpha.50
'
);
const
bgColor
=
useColorModeValue
(
'
blackAlpha.50
'
,
'
whiteAlpha.50
'
);
return
(
return
(
...
@@ -124,4 +124,4 @@ const DecodedInputData = () => {
...
@@ -124,4 +124,4 @@ const DecodedInputData = () => {
);
);
};
};
export
default
DecodedInputData
;
export
default
Tx
DecodedInputData
;
ui/tx/TxDetails.tsx
View file @
460d6349
...
@@ -10,12 +10,12 @@ import dayjs from 'lib/date/dayjs';
...
@@ -10,12 +10,12 @@ import dayjs from 'lib/date/dayjs';
import
AddressIcon
from
'
ui/shared/AddressIcon
'
;
import
AddressIcon
from
'
ui/shared/AddressIcon
'
;
import
AddressLinkWithTooltip
from
'
ui/shared/AddressLinkWithTooltip
'
;
import
AddressLinkWithTooltip
from
'
ui/shared/AddressLinkWithTooltip
'
;
import
CopyToClipboard
from
'
ui/shared/CopyToClipboard
'
;
import
CopyToClipboard
from
'
ui/shared/CopyToClipboard
'
;
import
DecodedInputData
from
'
ui/shared/DecodedInputData
'
;
import
DetailsInfoItem
from
'
ui/shared/DetailsInfoItem
'
;
import
DetailsInfoItem
from
'
ui/shared/DetailsInfoItem
'
;
import
RawInputData
from
'
ui/shared/RawInputData
'
;
import
RawInputData
from
'
ui/shared/RawInputData
'
;
import
Token
from
'
ui/shared/Token
'
;
import
Token
from
'
ui/shared/Token
'
;
import
Utilization
from
'
ui/shared/Utilization
'
;
import
Utilization
from
'
ui/shared/Utilization
'
;
import
TokenTransfer
from
'
ui/tx/TokenTransfer
'
;
import
TokenTransfer
from
'
ui/tx/TokenTransfer
'
;
import
TxDecodedInputData
from
'
ui/tx/TxDecodedInputData
'
;
import
type
{
Props
as
TxStatusProps
}
from
'
ui/tx/TxStatus
'
;
import
type
{
Props
as
TxStatusProps
}
from
'
ui/tx/TxStatus
'
;
import
TxStatus
from
'
ui/tx/TxStatus
'
;
import
TxStatus
from
'
ui/tx/TxStatus
'
;
...
@@ -199,7 +199,7 @@ const TxDetails = () => {
...
@@ -199,7 +199,7 @@ const TxDetails = () => {
title=
"Decoded input data"
title=
"Decoded input data"
hint=
"hmmmmmmmmmmm"
hint=
"hmmmmmmmmmmm"
>
>
<
DecodedInputData
/>
<
Tx
DecodedInputData
/>
</
DetailsInfoItem
>
</
DetailsInfoItem
>
</>
</>
)
}
)
}
...
...
ui/tx/logs/TxLogItem.tsx
View file @
460d6349
...
@@ -4,8 +4,8 @@ import React from 'react';
...
@@ -4,8 +4,8 @@ import React from 'react';
import
AddressIcon
from
'
ui/shared/AddressIcon
'
;
import
AddressIcon
from
'
ui/shared/AddressIcon
'
;
import
AddressLinkWithTooltip
from
'
ui/shared/AddressLinkWithTooltip
'
;
import
AddressLinkWithTooltip
from
'
ui/shared/AddressLinkWithTooltip
'
;
import
DecodedInputData
from
'
ui/shared/DecodedInputData
'
;
import
TxLogTopic
from
'
ui/tx/logs/TxLogTopic
'
;
import
TxLogTopic
from
'
ui/tx/logs/TxLogTopic
'
;
import
DecodedInputData
from
'
ui/tx/TxDecodedInputData
'
;
interface
Props
{
interface
Props
{
address
:
string
;
address
:
string
;
...
...
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