Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
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
LuckySwap
interface
Commits
748a5ead
Unverified
Commit
748a5ead
authored
Aug 26, 2022
by
Greg Bugyis
Committed by
GitHub
Aug 26, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Token Details - move About section below Market Stats (#4483)
parent
5659fe21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
LoadingTokenDetail.tsx
src/components/Tokens/TokenDetails/LoadingTokenDetail.tsx
+10
-10
TokenDetail.tsx
src/components/Tokens/TokenDetails/TokenDetail.tsx
+1
-1
No files found.
src/components/Tokens/TokenDetails/LoadingTokenDetail.tsx
View file @
748a5ead
...
@@ -120,16 +120,6 @@ export default function LoadingTokenDetail() {
...
@@ -120,16 +120,6 @@ export default function LoadingTokenDetail() {
</
LoadingChartContainer
>
</
LoadingChartContainer
>
<
Space
heightSize=
{
32
}
/>
<
Space
heightSize=
{
32
}
/>
</
ChartHeader
>
</
ChartHeader
>
<
AboutContainer
>
<
AboutHeader
>
<
SquareLoadingBubble
/>
</
AboutHeader
>
<
LongLoadingBubble
/>
<
LongLoadingBubble
/>
<
HalfLoadingBubble
/>
<
ResourcesContainer
>
{
null
}
</
ResourcesContainer
>
</
AboutContainer
>
<
StatsSection
>
<
StatsSection
>
<
StatsLoadingContainer
>
<
StatsLoadingContainer
>
<
StatPair
>
<
StatPair
>
...
@@ -154,6 +144,16 @@ export default function LoadingTokenDetail() {
...
@@ -154,6 +144,16 @@ export default function LoadingTokenDetail() {
</
StatPair
>
</
StatPair
>
</
StatsLoadingContainer
>
</
StatsLoadingContainer
>
</
StatsSection
>
</
StatsSection
>
<
AboutContainer
>
<
AboutHeader
>
<
SquareLoadingBubble
/>
</
AboutHeader
>
<
LongLoadingBubble
/>
<
LongLoadingBubble
/>
<
HalfLoadingBubble
/>
<
ResourcesContainer
>
{
null
}
</
ResourcesContainer
>
</
AboutContainer
>
<
ContractAddressSection
>
{
null
}
</
ContractAddressSection
>
<
ContractAddressSection
>
{
null
}
</
ContractAddressSection
>
</
TopArea
>
</
TopArea
>
)
)
...
...
src/components/Tokens/TokenDetails/TokenDetail.tsx
View file @
748a5ead
...
@@ -238,7 +238,6 @@ export default function LoadedTokenDetail({ address }: { address: string }) {
...
@@ -238,7 +238,6 @@ export default function LoadedTokenDetail({ address }: { address: string }) {
<
ParentSize
>
{
({
width
,
height
})
=>
<
PriceChart
token=
{
token
}
width=
{
width
}
height=
{
height
}
/>
}
</
ParentSize
>
<
ParentSize
>
{
({
width
,
height
})
=>
<
PriceChart
token=
{
token
}
width=
{
width
}
height=
{
height
}
/>
}
</
ParentSize
>
</
ChartContainer
>
</
ChartContainer
>
</
ChartHeader
>
</
ChartHeader
>
<
AboutSection
address=
{
address
}
tokenDetailData=
{
relevantTokenDetailData
}
/>
<
StatsSection
>
<
StatsSection
>
<
StatPair
>
<
StatPair
>
<
Stat
>
<
Stat
>
...
@@ -269,6 +268,7 @@ export default function LoadedTokenDetail({ address }: { address: string }) {
...
@@ -269,6 +268,7 @@ export default function LoadedTokenDetail({ address }: { address: string }) {
</
Stat
>
</
Stat
>
</
StatPair
>
</
StatPair
>
</
StatsSection
>
</
StatsSection
>
<
AboutSection
address=
{
address
}
tokenDetailData=
{
relevantTokenDetailData
}
/>
<
ContractAddressSection
>
<
ContractAddressSection
>
<
Contract
>
<
Contract
>
Contract address
Contract address
...
...
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