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
5fdba7b6
Commit
5fdba7b6
authored
Sep 29, 2022
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more design fixes
parent
a70a3507
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
6 deletions
+16
-6
Transaction.tsx
ui/pages/Transaction.tsx
+15
-5
TxDetails.tsx
ui/tx/TxDetails.tsx
+1
-1
No files found.
ui/pages/Transaction.tsx
View file @
5fdba7b6
...
@@ -37,11 +37,21 @@ const TransactionPageContent = ({ tab }: Props) => {
...
@@ -37,11 +37,21 @@ const TransactionPageContent = ({ tab }: Props) => {
<
Icon
as=
{
eastArrowIcon
}
boxSize=
{
6
}
mr=
{
2
}
transform=
"rotate(180deg)"
/>
<
Icon
as=
{
eastArrowIcon
}
boxSize=
{
6
}
mr=
{
2
}
transform=
"rotate(180deg)"
/>
Transactions
Transactions
</
Link
>
</
Link
>
<
PageTitle
text=
"Transaction details"
/>
<
Flex
alignItems=
"flex-start"
flexDir=
{
{
base
:
'
column
'
,
lg
:
'
row
'
}
}
>
<
Flex
marginLeft=
"auto"
alignItems=
"center"
flexWrap=
"wrap"
columnGap=
{
6
}
rowGap=
{
3
}
mb=
{
6
}
>
<
PageTitle
text=
"Transaction details"
/>
<
ExternalLink
title=
"Open in Tenderly"
href=
"#"
/>
<
Flex
<
ExternalLink
title=
"Open in Blockchair"
href=
"#"
/>
alignItems=
"center"
<
ExternalLink
title=
"Open in Etherscan"
href=
"#"
/>
flexWrap=
"wrap"
columnGap=
{
6
}
rowGap=
{
3
}
ml=
{
{
base
:
'
initial
'
,
lg
:
'
auto
'
}
}
mb=
{
{
base
:
6
,
lg
:
'
initial
'
}
}
py=
{
2.5
}
>
<
ExternalLink
title=
"Open in Tenderly"
href=
"#"
/>
<
ExternalLink
title=
"Open in Blockchair"
href=
"#"
/>
<
ExternalLink
title=
"Open in Etherscan"
href=
"#"
/>
</
Flex
>
</
Flex
>
</
Flex
>
<
RoutedTabs
<
RoutedTabs
tabs=
{
TABS
}
tabs=
{
TABS
}
...
...
ui/tx/TxDetails.tsx
View file @
5fdba7b6
...
@@ -204,7 +204,7 @@ const TxDetails = () => {
...
@@ -204,7 +204,7 @@ const TxDetails = () => {
<
Box
>
<
Box
>
<
Text
as=
"span"
fontWeight=
"500"
>
Txn type:
</
Text
>
<
Text
as=
"span"
fontWeight=
"500"
>
Txn type:
</
Text
>
<
Text
fontWeight=
"600"
as=
"span"
>
{
tx
.
type
.
value
}
</
Text
>
<
Text
fontWeight=
"600"
as=
"span"
>
{
tx
.
type
.
value
}
</
Text
>
<
Text
fontWeight=
"400"
as=
"span"
ml=
{
1
}
>
(
{
tx
.
type
.
eip
}
)
</
Text
>
<
Text
fontWeight=
"400"
as=
"span"
ml=
{
1
}
variant=
"secondary"
>
(
{
tx
.
type
.
eip
}
)
</
Text
>
<
TextSeparator
/>
<
TextSeparator
/>
</
Box
>
</
Box
>
<
Box
>
<
Box
>
...
...
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