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
1b1d8c63
Commit
1b1d8c63
authored
Dec 19, 2024
by
isstuev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix pool address truncation
parent
c534c4f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
PoolsTable.tsx
ui/pools/PoolsTable.tsx
+3
-3
PoolsTableItem.tsx
ui/pools/PoolsTableItem.tsx
+6
-1
No files found.
ui/pools/PoolsTable.tsx
View file @
1b1d8c63
...
...
@@ -23,7 +23,7 @@ const PoolsTable = ({ items, page, isLoading, top }: Props) => {
<
Tr
>
<
Th
width=
"70%"
>
Pool
</
Th
>
<
Th
width=
"30%"
>
DEX
</
Th
>
<
Th
width=
"1
2
0px"
isNumeric
>
<
Th
width=
"1
3
0px"
isNumeric
>
<
Flex
alignItems=
"center"
justifyContent=
"end"
>
FDV
<
Hint
...
...
@@ -33,8 +33,8 @@ const PoolsTable = ({ items, page, isLoading, top }: Props) => {
/>
</
Flex
>
</
Th
>
<
Th
width=
"1
2
0px"
isNumeric
>
Market cap
</
Th
>
<
Th
width=
"1
2
0px"
isNumeric
>
Liquidity
</
Th
>
<
Th
width=
"1
3
0px"
isNumeric
>
Market cap
</
Th
>
<
Th
width=
"1
3
0px"
isNumeric
>
Liquidity
</
Th
>
<
Th
width=
"75px"
isNumeric
>
View in
</
Th
>
</
Tr
>
</
Thead
>
...
...
ui/pools/PoolsTableItem.tsx
View file @
1b1d8c63
...
...
@@ -33,7 +33,12 @@ const PoolsTableItem = ({
</
Skeleton
>
<
Box
>
<
PoolEntity
pool=
{
item
}
fontWeight=
{
700
}
mb=
{
2
}
isLoading=
{
isLoading
}
/>
<
AddressEntity
address=
{
{
hash
:
item
.
contract_address
}
}
noIcon
isLoading=
{
isLoading
}
/>
<
AddressEntity
address=
{
{
hash
:
item
.
contract_address
}
}
noIcon
isLoading=
{
isLoading
}
truncation=
"constant_long"
/>
</
Box
>
</
Flex
>
</
Td
>
...
...
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