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
49c2f9df
Commit
49c2f9df
authored
Apr 13, 2023
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
support link and login route
parent
5dfa127d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
3 deletions
+13
-3
values.yaml
deploy/values/review/values.yaml
+1
-0
AddressVerificationStepAddress.tsx
...ressVerification/steps/AddressVerificationStepAddress.tsx
+1
-1
AddressVerificationStepSignature.tsx
...ssVerification/steps/AddressVerificationStepSignature.tsx
+5
-1
VerifiedAddresses.tsx
ui/pages/VerifiedAddresses.tsx
+6
-1
No files found.
deploy/values/review/values.yaml
View file @
49c2f9df
...
...
@@ -39,6 +39,7 @@ frontend:
-
"
/csv-export"
-
"
/verified-contracts"
-
"
/graphiql"
-
"
/login"
resources
:
limits
:
...
...
ui/addressVerification/steps/AddressVerificationStepAddress.tsx
View file @
49c2f9df
...
...
@@ -104,7 +104,7 @@ const AddressVerificationStepAddress = ({ onContinue }: Props) => {
</
Button
>
<
Box
>
<
span
>
Contact
</
span
>
<
Link
>
support
@blockscout.com
</
Link
>
<
Link
href=
"mailto:help@blockscout.com"
>
help
@blockscout.com
</
Link
>
</
Box
>
</
Flex
>
</
form
>
...
...
ui/addressVerification/steps/AddressVerificationStepSignature.tsx
View file @
49c2f9df
...
...
@@ -133,7 +133,7 @@ const AddressVerificationStepSignature = ({ address, signingMessage, contractCre
);
})();
const
contactUsLink
=
<
Link
>
contact us
</
Link
>;
const
contactUsLink
=
<
span
>
contact us
<
Link
href=
"mailto:help@blockscout.com"
>
help@blockscout.com
</
Link
></
span
>;
const
rootError
=
(()
=>
{
switch
(
formState
.
errors
.
root
?.
type
)
{
...
...
@@ -215,6 +215,10 @@ const AddressVerificationStepSignature = ({ address, signingMessage, contractCre
</
Flex
>
<
Flex
alignItems=
"center"
mt=
{
8
}
columnGap=
{
5
}
>
{
button
}
<
Box
>
<
span
>
Contact
</
span
>
<
Link
href=
"mailto:help@blockscout.com"
>
help@blockscout.com
</
Link
>
</
Box
>
</
Flex
>
</
form
>
);
...
...
ui/pages/VerifiedAddresses.tsx
View file @
49c2f9df
import
{
OrderedList
,
ListItem
,
chakra
,
Button
,
useDisclosure
,
Show
,
Hide
,
Skeleton
,
Box
}
from
'
@chakra-ui/react
'
;
import
{
OrderedList
,
ListItem
,
chakra
,
Button
,
useDisclosure
,
Show
,
Hide
,
Skeleton
,
Box
,
Link
}
from
'
@chakra-ui/react
'
;
import
{
useQueryClient
}
from
'
@tanstack/react-query
'
;
import
React
from
'
react
'
;
...
...
@@ -171,6 +171,11 @@ const VerifiedAddresses = () => {
<
chakra
.
div
mt=
{
5
}
>
Once these steps are complete, click the Add address button below to get started.
</
chakra
.
div
>
<
chakra
.
div
>
<
span
>
Need help? Contact admin team at
</
span
>
<
Link
href=
"mailto:help@blockscout.com"
>
help@blockscout.com
</
Link
>
<
span
>
for assistance!
</
span
>
</
chakra
.
div
>
</
AccountPageDescription
>
<
DataListDisplay
isLoading=
{
addressesQuery
.
isLoading
||
applicationsQuery
.
isLoading
}
...
...
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