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
e36711f2
Unverified
Commit
e36711f2
authored
Aug 15, 2023
by
tom goriunov
Committed by
GitHub
Aug 15, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update csv export text (#1084)
* update csv export text * fix pw tests
parent
001b2990
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
1 deletion
+3
-1
.env.pw
configs/envs/.env.pw
+2
-0
CsvExport.tsx
ui/pages/CsvExport.tsx
+1
-1
CsvExport.pw.tsx_dark-color-mode_base-view-mobile-dark-mode-1.png
...t.pw.tsx_dark-color-mode_base-view-mobile-dark-mode-1.png
+0
-0
CsvExport.pw.tsx_default_base-view-mobile-dark-mode-1.png
...CsvExport.pw.tsx_default_base-view-mobile-dark-mode-1.png
+0
-0
CsvExport.pw.tsx_mobile_base-view-mobile-dark-mode-1.png
.../CsvExport.pw.tsx_mobile_base-view-mobile-dark-mode-1.png
+0
-0
No files found.
configs/envs/.env.pw
View file @
e36711f2
...
@@ -47,6 +47,8 @@ NEXT_PUBLIC_MARKETPLACE_SUBMIT_FORM=https://localhost:3000/marketplace-submit-fo
...
@@ -47,6 +47,8 @@ NEXT_PUBLIC_MARKETPLACE_SUBMIT_FORM=https://localhost:3000/marketplace-submit-fo
NEXT_PUBLIC_IS_L2_NETWORK=false
NEXT_PUBLIC_IS_L2_NETWORK=false
NEXT_PUBLIC_AD_BANNER_PROVIDER=slise
NEXT_PUBLIC_AD_BANNER_PROVIDER=slise
NEXT_PUBLIC_IS_ACCOUNT_SUPPORTED=true
NEXT_PUBLIC_IS_ACCOUNT_SUPPORTED=true
NEXT_PUBLIC_AUTH_URL=http://localhost:3100
NEXT_PUBLIC_LOGOUT_URL=https://blockscoutcom.us.auth0.com/v2/logout
NEXT_PUBLIC_STATS_API_HOST=https://localhost:3004
NEXT_PUBLIC_STATS_API_HOST=https://localhost:3004
NEXT_PUBLIC_CONTRACT_INFO_API_HOST=https://localhost:3005
NEXT_PUBLIC_CONTRACT_INFO_API_HOST=https://localhost:3005
NEXT_PUBLIC_ADMIN_SERVICE_API_HOST=https://localhost:3006
NEXT_PUBLIC_ADMIN_SERVICE_API_HOST=https://localhost:3006
...
...
ui/pages/CsvExport.tsx
View file @
e36711f2
...
@@ -141,7 +141,7 @@ const CsvExport = () => {
...
@@ -141,7 +141,7 @@ const CsvExport = () => {
<
span
>
{
nbsp
}
</
span
>
<
span
>
{
nbsp
}
</
span
>
{
filterType
&&
filterValue
&&
<
span
>
with applied filter by
{
filterType
}
(
{
filterValue
}
)
</
span
>
}
{
filterType
&&
filterValue
&&
<
span
>
with applied filter by
{
filterType
}
(
{
filterValue
}
)
</
span
>
}
<
span
>
to CSV file.
</
span
>
<
span
>
to CSV file.
</
span
>
<
span
>
Exports are limited to the
fir
st 10K
{
EXPORT_TYPES
[
exportType
].
text
}
.
</
span
>
<
span
>
Exports are limited to the
la
st 10K
{
EXPORT_TYPES
[
exportType
].
text
}
.
</
span
>
</
Flex
>
</
Flex
>
{
content
}
{
content
}
</
Page
>
</
Page
>
...
...
ui/pages/__screenshots__/CsvExport.pw.tsx_dark-color-mode_base-view-mobile-dark-mode-1.png
View replaced file @
001b2990
View file @
e36711f2
28.5 KB
|
W:
|
H:
28.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ui/pages/__screenshots__/CsvExport.pw.tsx_default_base-view-mobile-dark-mode-1.png
View replaced file @
001b2990
View file @
e36711f2
27.8 KB
|
W:
|
H:
27.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ui/pages/__screenshots__/CsvExport.pw.tsx_mobile_base-view-mobile-dark-mode-1.png
View replaced file @
001b2990
View file @
e36711f2
31.2 KB
|
W:
|
H:
31.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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