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
7f300dbe
Commit
7f300dbe
authored
Sep 26, 2022
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move Page and PageTitle
parent
05598530
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
18 additions
and
18 deletions
+18
-18
apps.tsx
pages/[network_type]/[network_sub_type]/apps.tsx
+2
-2
index.tsx
pages/[network_type]/[network_sub_type]/index.tsx
+2
-2
ApiKeys.tsx
ui/pages/ApiKeys.tsx
+2
-2
CustomAbi.tsx
ui/pages/CustomAbi.tsx
+2
-2
MyProfile.tsx
ui/pages/MyProfile.tsx
+2
-2
PrivateTags.tsx
ui/pages/PrivateTags.tsx
+2
-2
PublicTags.tsx
ui/pages/PublicTags.tsx
+2
-2
Transaction.tsx
ui/pages/Transaction.tsx
+2
-2
Watchlist.tsx
ui/pages/Watchlist.tsx
+2
-2
Page.tsx
ui/shared/Page/Page.tsx
+0
-0
PageTitle.tsx
ui/shared/Page/PageTitle.tsx
+0
-0
No files found.
pages/[network_type]/[network_sub_type]/apps.tsx
View file @
7f300dbe
...
...
@@ -2,8 +2,8 @@ import Head from 'next/head';
import
React
from
'
react
'
;
import
Apps
from
'
ui/pages/Apps
'
;
import
Page
from
'
ui/shared/Page
'
;
import
PageTitle
from
'
ui/shared/PageTitle
'
;
import
Page
from
'
ui/shared/Page
/Page
'
;
import
PageTitle
from
'
ui/shared/Page
/Page
Title
'
;
const
AppsPage
=
()
=>
{
return
(
...
...
pages/[network_type]/[network_sub_type]/index.tsx
View file @
7f300dbe
...
...
@@ -8,8 +8,8 @@ import * as cookies from 'lib/cookies';
import
useNetwork
from
'
lib/hooks/useNetwork
'
;
import
useToast
from
'
lib/hooks/useToast
'
;
import
getAvailablePaths
from
'
lib/networks/getAvailablePaths
'
;
import
Page
from
'
ui/shared/Page
'
;
import
PageTitle
from
'
ui/shared/PageTitle
'
;
import
Page
from
'
ui/shared/Page
/Page
'
;
import
PageTitle
from
'
ui/shared/Page
/Page
Title
'
;
const
Home
:
NextPage
=
()
=>
{
const
router
=
useRouter
();
...
...
ui/pages/ApiKeys.tsx
View file @
7f300dbe
...
...
@@ -12,8 +12,8 @@ import ApiKeyListItem from 'ui/apiKey/ApiKeyTable/ApiKeyListItem';
import
ApiKeyTable
from
'
ui/apiKey/ApiKeyTable/ApiKeyTable
'
;
import
DeleteApiKeyModal
from
'
ui/apiKey/DeleteApiKeyModal
'
;
import
AccountPageDescription
from
'
ui/shared/AccountPageDescription
'
;
import
Page
from
'
ui/shared/Page
'
;
import
PageTitle
from
'
ui/shared/PageTitle
'
;
import
Page
from
'
ui/shared/Page
/Page
'
;
import
PageTitle
from
'
ui/shared/Page
/Page
Title
'
;
import
SkeletonAccountMobile
from
'
ui/shared/SkeletonAccountMobile
'
;
import
SkeletonTable
from
'
ui/shared/SkeletonTable
'
;
...
...
ui/pages/CustomAbi.tsx
View file @
7f300dbe
...
...
@@ -11,8 +11,8 @@ import CustomAbiListItem from 'ui/customAbi/CustomAbiTable/CustomAbiListItem';
import
CustomAbiTable
from
'
ui/customAbi/CustomAbiTable/CustomAbiTable
'
;
import
DeleteCustomAbiModal
from
'
ui/customAbi/DeleteCustomAbiModal
'
;
import
AccountPageDescription
from
'
ui/shared/AccountPageDescription
'
;
import
Page
from
'
ui/shared/Page
'
;
import
PageTitle
from
'
ui/shared/PageTitle
'
;
import
Page
from
'
ui/shared/Page
/Page
'
;
import
PageTitle
from
'
ui/shared/Page
/Page
Title
'
;
import
SkeletonAccountMobile
from
'
ui/shared/SkeletonAccountMobile
'
;
import
SkeletonTable
from
'
ui/shared/SkeletonTable
'
;
...
...
ui/pages/MyProfile.tsx
View file @
7f300dbe
...
...
@@ -4,8 +4,8 @@ import React from 'react';
import
useFetchProfileInfo
from
'
lib/hooks/useFetchProfileInfo
'
;
import
ContentLoader
from
'
ui/shared/ContentLoader
'
;
import
DataFetchAlert
from
'
ui/shared/DataFetchAlert
'
;
import
Page
from
'
ui/shared/Page
'
;
import
PageTitle
from
'
ui/shared/PageTitle
'
;
import
Page
from
'
ui/shared/Page
/Page
'
;
import
PageTitle
from
'
ui/shared/Page
/Page
Title
'
;
import
UserAvatar
from
'
ui/shared/UserAvatar
'
;
const
MyProfile
=
()
=>
{
...
...
ui/pages/PrivateTags.tsx
View file @
7f300dbe
...
...
@@ -4,8 +4,8 @@ import type { RoutedTab } from 'ui/shared/RoutedTabs/types';
import
PrivateAddressTags
from
'
ui/privateTags/PrivateAddressTags
'
;
import
PrivateTransactionTags
from
'
ui/privateTags/PrivateTransactionTags
'
;
import
Page
from
'
ui/shared/Page
'
;
import
PageTitle
from
'
ui/shared/PageTitle
'
;
import
Page
from
'
ui/shared/Page
/Page
'
;
import
PageTitle
from
'
ui/shared/Page
/Page
Title
'
;
import
RoutedTabs
from
'
ui/shared/RoutedTabs/RoutedTabs
'
;
const
TABS
:
Array
<
RoutedTab
>
=
[
...
...
ui/pages/PublicTags.tsx
View file @
7f300dbe
...
...
@@ -9,8 +9,8 @@ import useIsMobile from 'lib/hooks/useIsMobile';
import
useToast
from
'
lib/hooks/useToast
'
;
import
PublicTagsData
from
'
ui/publicTags/PublicTagsData
'
;
import
PublicTagsForm
from
'
ui/publicTags/PublicTagsForm/PublicTagsForm
'
;
import
Page
from
'
ui/shared/Page
'
;
import
PageTitle
from
'
ui/shared/PageTitle
'
;
import
Page
from
'
ui/shared/Page
/Page
'
;
import
PageTitle
from
'
ui/shared/Page
/Page
Title
'
;
type
TScreen
=
'
data
'
|
'
form
'
;
...
...
ui/pages/Transaction.tsx
View file @
7f300dbe
...
...
@@ -2,8 +2,8 @@ import React from 'react';
import
type
{
RoutedTab
}
from
'
ui/shared/RoutedTabs/types
'
;
import
Page
from
'
ui/shared/Page
'
;
import
PageTitle
from
'
ui/shared/PageTitle
'
;
import
Page
from
'
ui/shared/Page
/Page
'
;
import
PageTitle
from
'
ui/shared/Page
/Page
Title
'
;
import
RoutedTabs
from
'
ui/shared/RoutedTabs/RoutedTabs
'
;
import
TxDetails
from
'
ui/tx/TxDetails
'
;
import
TxInternals
from
'
ui/tx/TxInternals
'
;
...
...
ui/pages/Watchlist.tsx
View file @
7f300dbe
...
...
@@ -8,8 +8,8 @@ import useFetch from 'lib/hooks/useFetch';
import
useIsMobile
from
'
lib/hooks/useIsMobile
'
;
import
AccountPageDescription
from
'
ui/shared/AccountPageDescription
'
;
import
DataFetchAlert
from
'
ui/shared/DataFetchAlert
'
;
import
Page
from
'
ui/shared/Page
'
;
import
PageTitle
from
'
ui/shared/PageTitle
'
;
import
Page
from
'
ui/shared/Page
/Page
'
;
import
PageTitle
from
'
ui/shared/Page
/Page
Title
'
;
import
SkeletonAccountMobile
from
'
ui/shared/SkeletonAccountMobile
'
;
import
SkeletonTable
from
'
ui/shared/SkeletonTable
'
;
import
AddressModal
from
'
ui/watchlist/AddressModal/AddressModal
'
;
...
...
ui/shared/Page.tsx
→
ui/shared/Page
/Page
.tsx
View file @
7f300dbe
File moved
ui/shared/PageTitle.tsx
→
ui/shared/Page
/Page
Title.tsx
View file @
7f300dbe
File moved
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