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
4760ec08
Commit
4760ec08
authored
Jul 14, 2023
by
isstuev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
csv export limit
parent
cdd896e4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
CsvExport.tsx
ui/pages/CsvExport.tsx
+5
-2
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.
ui/pages/CsvExport.tsx
View file @
4760ec08
...
...
@@ -9,6 +9,7 @@ import type { ResourceName } from 'lib/api/resources';
import
useApiQuery
from
'
lib/api/useApiQuery
'
;
import
{
useAppContext
}
from
'
lib/contexts/app
'
;
import
useIsMobile
from
'
lib/hooks/useIsMobile
'
;
import
{
nbsp
}
from
'
lib/html-entities
'
;
import
CsvExportForm
from
'
ui/csvExport/CsvExportForm
'
;
import
Address
from
'
ui/shared/address/Address
'
;
import
AddressIcon
from
'
ui/shared/address/AddressIcon
'
;
...
...
@@ -137,8 +138,10 @@ const CsvExport = () => {
<
AddressIcon
address=
{
{
hash
:
addressHash
,
is_contract
:
true
,
implementation_name
:
null
}
}
/>
<
AddressLink
hash=
{
addressHash
}
type=
"address"
ml=
{
2
}
truncation=
{
isMobile
?
'
constant
'
:
'
dynamic
'
}
/>
</
Address
>
{
filterType
&&
filterValue
&&
<
span
>
with applied filter by
{
filterType
}
(
{
filterValue
}
)
</
span
>
}
<
span
>
to CSV file
</
span
>
<
span
>
{
nbsp
}
</
span
>
{
filterType
&&
filterValue
&&
<
span
>
with applied filter by
{
filterType
}
(
{
filterValue
}
)
</
span
>
}
<
span
>
to CSV file.
</
span
>
<
span
>
Exports are limited to the first 10K
{
EXPORT_TYPES
[
exportType
].
text
}
.
</
span
>
</
Flex
>
{
content
}
</
Page
>
...
...
ui/pages/__screenshots__/CsvExport.pw.tsx_dark-color-mode_base-view-mobile-dark-mode-1.png
View replaced file @
cdd896e4
View file @
4760ec08
25.3 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 @
cdd896e4
View file @
4760ec08
24.7 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 @
cdd896e4
View file @
4760ec08
27.8 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