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
7a9b51a5
Commit
7a9b51a5
authored
Dec 16, 2022
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move skeleton table
parent
38031614
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
12 additions
and
12 deletions
+12
-12
AddressBlocksValidated.tsx
ui/address/AddressBlocksValidated.tsx
+1
-1
AddressCoinBalanceHistory.tsx
ui/address/coinBalance/AddressCoinBalanceHistory.tsx
+1
-1
BlocksContent.tsx
ui/blocks/BlocksContent.tsx
+1
-1
ApiKeys.tsx
ui/pages/ApiKeys.tsx
+1
-1
CustomAbi.tsx
ui/pages/CustomAbi.tsx
+1
-1
Watchlist.tsx
ui/pages/Watchlist.tsx
+1
-1
PrivateAddressTags.tsx
ui/privateTags/PrivateAddressTags.tsx
+1
-1
PrivateTransactionTags.tsx
ui/privateTags/PrivateTransactionTags.tsx
+1
-1
PublicTagsData.tsx
ui/publicTags/PublicTagsData.tsx
+1
-1
TokenTransfer.tsx
ui/shared/TokenTransfer/TokenTransfer.tsx
+1
-1
SkeletonTable.tsx
ui/shared/skeletons/SkeletonTable.tsx
+0
-0
TxInternals.tsx
ui/tx/TxInternals.tsx
+1
-1
TxsContent.tsx
ui/txs/TxsContent.tsx
+1
-1
No files found.
ui/address/AddressBlocksValidated.tsx
View file @
7a9b51a5
...
...
@@ -15,7 +15,7 @@ import ActionBar from 'ui/shared/ActionBar';
import
DataFetchAlert
from
'
ui/shared/DataFetchAlert
'
;
import
Pagination
from
'
ui/shared/Pagination
'
;
import
SkeletonList
from
'
ui/shared/skeletons/SkeletonList
'
;
import
SkeletonTable
from
'
ui/shared/SkeletonTable
'
;
import
SkeletonTable
from
'
ui/shared/
skeletons/
SkeletonTable
'
;
import
SocketAlert
from
'
ui/shared/SocketAlert
'
;
import
{
default
as
Thead
}
from
'
ui/shared/TheadSticky
'
;
...
...
ui/address/coinBalance/AddressCoinBalanceHistory.tsx
View file @
7a9b51a5
...
...
@@ -10,7 +10,7 @@ import DataFetchAlert from 'ui/shared/DataFetchAlert';
import
type
{
Props
as
PaginationProps
}
from
'
ui/shared/Pagination
'
;
import
Pagination
from
'
ui/shared/Pagination
'
;
import
SkeletonList
from
'
ui/shared/skeletons/SkeletonList
'
;
import
SkeletonTable
from
'
ui/shared/SkeletonTable
'
;
import
SkeletonTable
from
'
ui/shared/
skeletons/
SkeletonTable
'
;
import
{
default
as
Thead
}
from
'
ui/shared/TheadSticky
'
;
import
AddressCoinBalanceListItem
from
'
./AddressCoinBalanceListItem
'
;
...
...
ui/blocks/BlocksContent.tsx
View file @
7a9b51a5
...
...
@@ -17,7 +17,7 @@ import DataFetchAlert from 'ui/shared/DataFetchAlert';
import
Pagination
from
'
ui/shared/Pagination
'
;
import
type
{
Props
as
PaginationProps
}
from
'
ui/shared/Pagination
'
;
import
SkeletonList
from
'
ui/shared/skeletons/SkeletonList
'
;
import
SkeletonTable
from
'
ui/shared/SkeletonTable
'
;
import
SkeletonTable
from
'
ui/shared/
skeletons/
SkeletonTable
'
;
type
QueryResult
=
UseQueryResult
<
BlocksResponse
>
&
{
pagination
:
PaginationProps
;
...
...
ui/pages/ApiKeys.tsx
View file @
7a9b51a5
...
...
@@ -18,7 +18,7 @@ import DataFetchAlert from 'ui/shared/DataFetchAlert';
import
Page
from
'
ui/shared/Page/Page
'
;
import
PageTitle
from
'
ui/shared/Page/PageTitle
'
;
import
SkeletonListAccount
from
'
ui/shared/skeletons/SkeletonListAccount
'
;
import
SkeletonTable
from
'
ui/shared/SkeletonTable
'
;
import
SkeletonTable
from
'
ui/shared/
skeletons/
SkeletonTable
'
;
const
DATA_LIMIT
=
3
;
...
...
ui/pages/CustomAbi.tsx
View file @
7a9b51a5
...
...
@@ -17,7 +17,7 @@ import DataFetchAlert from 'ui/shared/DataFetchAlert';
import
Page
from
'
ui/shared/Page/Page
'
;
import
PageTitle
from
'
ui/shared/Page/PageTitle
'
;
import
SkeletonListAccount
from
'
ui/shared/skeletons/SkeletonListAccount
'
;
import
SkeletonTable
from
'
ui/shared/SkeletonTable
'
;
import
SkeletonTable
from
'
ui/shared/
skeletons/
SkeletonTable
'
;
const
CustomAbiPage
:
React
.
FC
=
()
=>
{
const
customAbiModalProps
=
useDisclosure
();
...
...
ui/pages/Watchlist.tsx
View file @
7a9b51a5
...
...
@@ -13,7 +13,7 @@ import DataFetchAlert from 'ui/shared/DataFetchAlert';
import
Page
from
'
ui/shared/Page/Page
'
;
import
PageTitle
from
'
ui/shared/Page/PageTitle
'
;
import
SkeletonListAccount
from
'
ui/shared/skeletons/SkeletonListAccount
'
;
import
SkeletonTable
from
'
ui/shared/SkeletonTable
'
;
import
SkeletonTable
from
'
ui/shared/
skeletons/
SkeletonTable
'
;
import
AddressModal
from
'
ui/watchlist/AddressModal/AddressModal
'
;
import
DeleteAddressModal
from
'
ui/watchlist/DeleteAddressModal
'
;
import
WatchListItem
from
'
ui/watchlist/WatchlistTable/WatchListItem
'
;
...
...
ui/privateTags/PrivateAddressTags.tsx
View file @
7a9b51a5
...
...
@@ -10,7 +10,7 @@ import useIsMobile from 'lib/hooks/useIsMobile';
import
AccountPageDescription
from
'
ui/shared/AccountPageDescription
'
;
import
DataFetchAlert
from
'
ui/shared/DataFetchAlert
'
;
import
SkeletonListAccount
from
'
ui/shared/skeletons/SkeletonListAccount
'
;
import
SkeletonTable
from
'
ui/shared/SkeletonTable
'
;
import
SkeletonTable
from
'
ui/shared/
skeletons/
SkeletonTable
'
;
import
AddressModal
from
'
./AddressModal/AddressModal
'
;
import
AddressTagListItem
from
'
./AddressTagTable/AddressTagListItem
'
;
...
...
ui/privateTags/PrivateTransactionTags.tsx
View file @
7a9b51a5
...
...
@@ -10,7 +10,7 @@ import useIsMobile from 'lib/hooks/useIsMobile';
import
AccountPageDescription
from
'
ui/shared/AccountPageDescription
'
;
import
DataFetchAlert
from
'
ui/shared/DataFetchAlert
'
;
import
SkeletonListAccount
from
'
ui/shared/skeletons/SkeletonListAccount
'
;
import
SkeletonTable
from
'
ui/shared/SkeletonTable
'
;
import
SkeletonTable
from
'
ui/shared/
skeletons/
SkeletonTable
'
;
import
DeletePrivateTagModal
from
'
./DeletePrivateTagModal
'
;
import
TransactionModal
from
'
./TransactionModal/TransactionModal
'
;
...
...
ui/publicTags/PublicTagsData.tsx
View file @
7a9b51a5
...
...
@@ -11,7 +11,7 @@ import PublicTagListItem from 'ui/publicTags/PublicTagTable/PublicTagListItem';
import
AccountPageDescription
from
'
ui/shared/AccountPageDescription
'
;
import
DataFetchAlert
from
'
ui/shared/DataFetchAlert
'
;
import
SkeletonListAccount
from
'
ui/shared/skeletons/SkeletonListAccount
'
;
import
SkeletonTable
from
'
ui/shared/SkeletonTable
'
;
import
SkeletonTable
from
'
ui/shared/
skeletons/
SkeletonTable
'
;
import
DeletePublicTagModal
from
'
./DeletePublicTagModal
'
;
import
PublicTagTable
from
'
./PublicTagTable/PublicTagTable
'
;
...
...
ui/shared/TokenTransfer/TokenTransfer.tsx
View file @
7a9b51a5
...
...
@@ -18,7 +18,7 @@ import ActionBar from 'ui/shared/ActionBar';
import
DataFetchAlert
from
'
ui/shared/DataFetchAlert
'
;
import
Pagination
from
'
ui/shared/Pagination
'
;
import
SkeletonList
from
'
ui/shared/skeletons/SkeletonList
'
;
import
SkeletonTable
from
'
ui/shared/SkeletonTable
'
;
import
SkeletonTable
from
'
ui/shared/
skeletons/
SkeletonTable
'
;
import
{
flattenTotal
}
from
'
ui/shared/TokenTransfer/helpers
'
;
import
TokenTransferFilter
from
'
ui/shared/TokenTransfer/TokenTransferFilter
'
;
import
TokenTransferList
from
'
ui/shared/TokenTransfer/TokenTransferList
'
;
...
...
ui/shared/SkeletonTable.tsx
→
ui/shared/
skeletons/
SkeletonTable.tsx
View file @
7a9b51a5
File moved
ui/tx/TxInternals.tsx
View file @
7a9b51a5
...
...
@@ -15,7 +15,7 @@ import DataFetchAlert from 'ui/shared/DataFetchAlert';
// import TxInternalsFilter from 'ui/tx/internals/TxInternalsFilter';
import
Pagination
from
'
ui/shared/Pagination
'
;
import
SkeletonList
from
'
ui/shared/skeletons/SkeletonList
'
;
import
SkeletonTable
from
'
ui/shared/SkeletonTable
'
;
import
SkeletonTable
from
'
ui/shared/
skeletons/
SkeletonTable
'
;
import
TxInternalsList
from
'
ui/tx/internals/TxInternalsList
'
;
import
TxInternalsTable
from
'
ui/tx/internals/TxInternalsTable
'
;
import
type
{
Sort
,
SortField
}
from
'
ui/tx/internals/utils
'
;
...
...
ui/txs/TxsContent.tsx
View file @
7a9b51a5
...
...
@@ -8,7 +8,7 @@ import useIsMobile from 'lib/hooks/useIsMobile';
import
DataFetchAlert
from
'
ui/shared/DataFetchAlert
'
;
import
type
{
Props
as
PaginationProps
}
from
'
ui/shared/Pagination
'
;
import
SkeletonList
from
'
ui/shared/skeletons/SkeletonList
'
;
import
SkeletonTable
from
'
ui/shared/SkeletonTable
'
;
import
SkeletonTable
from
'
ui/shared/
skeletons/
SkeletonTable
'
;
import
TxsHeaderMobile
from
'
./TxsHeaderMobile
'
;
import
TxsListItem
from
'
./TxsListItem
'
;
...
...
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