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
5a63649f
Commit
5a63649f
authored
Mar 21, 2024
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add button to tx not found error screen
parent
4a6ac17d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
AppError.pw.tsx_default_tx-not-found-1.png
..._screenshots__/AppError.pw.tsx_default_tx-not-found-1.png
+0
-0
AppErrorTxNotFound.tsx
ui/shared/AppError/custom/AppErrorTxNotFound.tsx
+12
-1
No files found.
ui/shared/AppError/__screenshots__/AppError.pw.tsx_default_tx-not-found-1.png
View replaced file @
4a6ac17d
View file @
5a63649f
51.8 KB
|
W:
|
H:
55.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ui/shared/AppError/custom/AppErrorTxNotFound.tsx
View file @
5a63649f
/* eslint-disable max-len */
/* eslint-disable max-len */
import
{
Box
,
OrderedList
,
ListItem
,
useColorModeValue
,
Flex
,
chakra
}
from
'
@chakra-ui/react
'
;
import
{
Box
,
OrderedList
,
ListItem
,
useColorModeValue
,
Flex
,
chakra
,
Button
}
from
'
@chakra-ui/react
'
;
import
React
from
'
react
'
;
import
React
from
'
react
'
;
import
{
route
}
from
'
nextjs-routes
'
;
import
IconSvg
from
'
ui/shared/IconSvg
'
;
import
IconSvg
from
'
ui/shared/IconSvg
'
;
import
AppErrorTitle
from
'
../AppErrorTitle
'
;
import
AppErrorTitle
from
'
../AppErrorTitle
'
;
...
@@ -51,6 +53,15 @@ const AppErrorTxNotFound = () => {
...
@@ -51,6 +53,15 @@ const AppErrorTxNotFound = () => {
<
span
>
for additional information.
</
span
>
<
span
>
for additional information.
</
span
>
</
ListItem
>
</
ListItem
>
</
OrderedList
>
</
OrderedList
>
<
Button
mt=
{
8
}
size=
"lg"
variant=
"outline"
as=
"a"
href=
{
route
({
pathname
:
'
/
'
})
}
>
Back to home
</
Button
>
</>
</>
);
);
};
};
...
...
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