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
4a8e549a
Commit
4a8e549a
authored
Mar 24, 2023
by
isstuev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove +0
parent
80c06fc8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
VerifiedContracts.pw.tsx_default_base-view-mobile-1.png
..._/VerifiedContracts.pw.tsx_default_base-view-mobile-1.png
+0
-0
VerifiedContracts.pw.tsx_mobile_base-view-mobile-1.png
...__/VerifiedContracts.pw.tsx_mobile_base-view-mobile-1.png
+0
-0
VerifiedContractsCountersItem.tsx
ui/verifiedContracts/VerifiedContractsCountersItem.tsx
+6
-2
No files found.
ui/pages/__screenshots__/VerifiedContracts.pw.tsx_default_base-view-mobile-1.png
View replaced file @
80c06fc8
View file @
4a8e549a
57 KB
|
W:
|
H:
56.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ui/pages/__screenshots__/VerifiedContracts.pw.tsx_mobile_base-view-mobile-1.png
View replaced file @
80c06fc8
View file @
4a8e549a
70.2 KB
|
W:
|
H:
69.1 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ui/verifiedContracts/VerifiedContractsCountersItem.tsx
View file @
4a8e549a
...
...
@@ -19,8 +19,12 @@ const VerifiedContractsCountersItem = ({ name, total, new24 }: Props) => {
<
Text
variant=
"secondary"
fontSize=
"xs"
>
{
name
}
</
Text
>
<
Flex
alignItems=
"baseline"
>
<
Text
fontWeight=
{
600
}
mr=
{
2
}
fontSize=
"lg"
>
{
Number
(
total
).
toLocaleString
(
'
en
'
)
}
</
Text
>
<
Text
fontWeight=
{
600
}
mr=
{
1
}
fontSize=
"lg"
color=
"green.500"
>
+
{
Number
(
new24
).
toLocaleString
(
'
en
'
)
}
</
Text
>
<
Text
variant=
"secondary"
fontSize=
"sm"
>
(24h)
</
Text
>
{
Number
(
new24
)
>
0
&&
(
<>
<
Text
fontWeight=
{
600
}
mr=
{
1
}
fontSize=
"lg"
color=
"green.500"
>
+
{
Number
(
new24
).
toLocaleString
(
'
en
'
)
}
</
Text
>
<
Text
variant=
"secondary"
fontSize=
"sm"
>
(24h)
</
Text
>
</>
)
}
</
Flex
>
</
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