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
495fb062
Commit
495fb062
authored
Aug 14, 2019
by
ian-jh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restore to beta
parent
59e3f34d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
60 deletions
+63
-60
index.js
src/components/TransactionDetails/index.js
+5
-7
App.js
src/pages/App.js
+58
-53
No files found.
src/components/TransactionDetails/index.js
View file @
495fb062
...
@@ -91,9 +91,7 @@ const Popup = styled(Flex)`
...
@@ -91,9 +91,7 @@ const Popup = styled(Flex)`
border-radius: 8px;
border-radius: 8px;
line-height: 183.52%;
animation:
${
fadeIn
}
0.15s linear;
background: #404040;
border-radius: 8px;
color:
${({
theme
})
=>
theme
.
textColor
}
;
color:
${({
theme
})
=>
theme
.
textColor
}
;
font-style: italic;
font-style: italic;
...
@@ -646,10 +644,10 @@ export default function TransactionDetails(props) {
...
@@ -646,10 +644,10 @@ export default function TransactionDetails(props) {
<
ValueWrapper
>
<
ValueWrapper
>
{
b
(
{
b
(
`
${
amountFormatter
(
`
${
amountFormatter
(
props
.
independentValueParsed
,
props
.
dependentValueMaximum
,
props
.
in
dependentDecimals
,
props
.
dependentDecimals
,
Math
.
min
(
4
,
props
.
in
dependentDecimals
)
Math
.
min
(
4
,
props
.
dependentDecimals
)
)}
${
props
.
out
putSymbol
}
`
)}
${
props
.
in
putSymbol
}
`
)}
)}
<
/ValueWrapper>{' '
}
<
/ValueWrapper>{' '
}
<
/div
>
<
/div
>
...
...
src/pages/App.js
View file @
495fb062
...
@@ -51,6 +51,7 @@ export default function App() {
...
@@ -51,6 +51,7 @@ export default function App() {
return
(
return
(
<>
<>
<
Suspense
fallback
=
{
null
}
>
<
Suspense
fallback
=
{
null
}
>
<
AppWrapper
>
<
HeaderWrapper
>
<
HeaderWrapper
>
<
Header
/>
<
Header
/>
<
/HeaderWrapper
>
<
/HeaderWrapper
>
...
@@ -104,6 +105,10 @@ export default function App() {
...
@@ -104,6 +105,10 @@ export default function App() {
<
/Web3ReactManager
>
<
/Web3ReactManager
>
<
/Body
>
<
/Body
>
<
/BodyWrapper
>
<
/BodyWrapper
>
<
FooterWrapper
>
<
Footer
/>
<
/FooterWrapper
>
<
/AppWrapper
>
<
/Suspense
>
<
/Suspense
>
<
/
>
<
/
>
)
)
...
...
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