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
80ef2b1c
Commit
80ef2b1c
authored
Mar 09, 2023
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up tasks
parent
84c980b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
19 deletions
+40
-19
tasks.json
.vscode/tasks.json
+39
-18
testnet.svg
icons/testnet.svg
+1
-1
No files found.
.vscode/tasks.json
View file @
80ef2b1c
...
@@ -10,9 +10,10 @@
...
@@ -10,9 +10,10 @@
"label"
:
"dev server"
,
"label"
:
"dev server"
,
"detail"
:
"start local dev server"
,
"detail"
:
"start local dev server"
,
"presentation"
:
{
"presentation"
:
{
"reveal"
:
"
silent
"
,
"reveal"
:
"
always
"
,
"panel"
:
"shared"
,
"panel"
:
"shared"
,
"close"
:
true
,
"focus"
:
true
,
"close"
:
false
,
"revealProblems"
:
"onProblem"
,
"revealProblems"
:
"onProblem"
,
},
},
"icon"
:
{
"icon"
:
{
...
@@ -30,9 +31,10 @@
...
@@ -30,9 +31,10 @@
"label"
:
"dev server: poa"
,
"label"
:
"dev server: poa"
,
"detail"
:
"start local dev server for POA network"
,
"detail"
:
"start local dev server for POA network"
,
"presentation"
:
{
"presentation"
:
{
"reveal"
:
"
silent
"
,
"reveal"
:
"
always
"
,
"panel"
:
"shared"
,
"panel"
:
"shared"
,
"close"
:
true
,
"focus"
:
true
,
"close"
:
false
,
"revealProblems"
:
"onProblem"
,
"revealProblems"
:
"onProblem"
,
},
},
"icon"
:
{
"icon"
:
{
...
@@ -50,9 +52,10 @@
...
@@ -50,9 +52,10 @@
"label"
:
"dev server: goerli"
,
"label"
:
"dev server: goerli"
,
"detail"
:
"start local dev server for Goerli network"
,
"detail"
:
"start local dev server for Goerli network"
,
"presentation"
:
{
"presentation"
:
{
"reveal"
:
"
silent
"
,
"reveal"
:
"
always
"
,
"panel"
:
"shared"
,
"panel"
:
"shared"
,
"close"
:
true
,
"focus"
:
true
,
"close"
:
false
,
"revealProblems"
:
"onProblem"
,
"revealProblems"
:
"onProblem"
,
},
},
"icon"
:
{
"icon"
:
{
...
@@ -70,9 +73,10 @@
...
@@ -70,9 +73,10 @@
"label"
:
"dev server: goerli optimism"
,
"label"
:
"dev server: goerli optimism"
,
"detail"
:
"start local dev server for Goerli Optimism network"
,
"detail"
:
"start local dev server for Goerli Optimism network"
,
"presentation"
:
{
"presentation"
:
{
"reveal"
:
"
silent
"
,
"reveal"
:
"
always
"
,
"panel"
:
"shared"
,
"panel"
:
"shared"
,
"close"
:
true
,
"focus"
:
true
,
"close"
:
false
,
"revealProblems"
:
"onProblem"
,
"revealProblems"
:
"onProblem"
,
},
},
"icon"
:
{
"icon"
:
{
...
@@ -96,9 +100,10 @@
...
@@ -96,9 +100,10 @@
"id"
:
"symbol-type-parameter"
"id"
:
"symbol-type-parameter"
},
},
"presentation"
:
{
"presentation"
:
{
"reveal"
:
"
never
"
,
"reveal"
:
"
always
"
,
"panel"
:
"shared"
,
"panel"
:
"shared"
,
"close"
:
true
,
"focus"
:
true
,
"close"
:
false
,
"revealProblems"
:
"onProblem"
,
"revealProblems"
:
"onProblem"
,
},
},
"group"
:
"build"
,
"group"
:
"build"
,
...
@@ -110,8 +115,10 @@
...
@@ -110,8 +115,10 @@
"label"
:
"eslint"
,
"label"
:
"eslint"
,
"detail"
:
"run eslint"
,
"detail"
:
"run eslint"
,
"presentation"
:
{
"presentation"
:
{
"reveal"
:
"
silent
"
,
"reveal"
:
"
always
"
,
"panel"
:
"shared"
,
"panel"
:
"shared"
,
"focus"
:
true
,
"close"
:
false
,
"revealProblems"
:
"onProblem"
,
"revealProblems"
:
"onProblem"
,
},
},
"icon"
:
{
"icon"
:
{
...
@@ -134,6 +141,8 @@
...
@@ -134,6 +141,8 @@
"reveal"
:
"always"
,
"reveal"
:
"always"
,
"panel"
:
"shared"
,
"panel"
:
"shared"
,
"focus"
:
true
,
"focus"
:
true
,
"close"
:
false
,
"revealProblems"
:
"onProblem"
,
},
},
"icon"
:
{
"icon"
:
{
"color"
:
"terminal.ansiBlue"
,
"color"
:
"terminal.ansiBlue"
,
...
@@ -153,6 +162,8 @@
...
@@ -153,6 +162,8 @@
"reveal"
:
"always"
,
"reveal"
:
"always"
,
"panel"
:
"shared"
,
"panel"
:
"shared"
,
"focus"
:
true
,
"focus"
:
true
,
"close"
:
false
,
"revealProblems"
:
"onProblem"
,
},
},
"icon"
:
{
"icon"
:
{
"color"
:
"terminal.ansiBlue"
,
"color"
:
"terminal.ansiBlue"
,
...
@@ -172,6 +183,8 @@
...
@@ -172,6 +183,8 @@
"reveal"
:
"always"
,
"reveal"
:
"always"
,
"panel"
:
"shared"
,
"panel"
:
"shared"
,
"focus"
:
true
,
"focus"
:
true
,
"close"
:
false
,
"revealProblems"
:
"onProblem"
,
},
},
"icon"
:
{
"icon"
:
{
"color"
:
"terminal.ansiBlue"
,
"color"
:
"terminal.ansiBlue"
,
...
@@ -190,7 +203,8 @@
...
@@ -190,7 +203,8 @@
"presentation"
:
{
"presentation"
:
{
"reveal"
:
"always"
,
"reveal"
:
"always"
,
"panel"
:
"shared"
,
"panel"
:
"shared"
,
"close"
:
true
,
"focus"
:
true
,
"close"
:
false
,
"revealProblems"
:
"onProblem"
,
"revealProblems"
:
"onProblem"
,
},
},
"icon"
:
{
"icon"
:
{
...
@@ -213,6 +227,8 @@
...
@@ -213,6 +227,8 @@
"reveal"
:
"always"
,
"reveal"
:
"always"
,
"panel"
:
"shared"
,
"panel"
:
"shared"
,
"focus"
:
true
,
"focus"
:
true
,
"close"
:
false
,
"revealProblems"
:
"onProblem"
,
},
},
"icon"
:
{
"icon"
:
{
"color"
:
"terminal.ansiBlue"
,
"color"
:
"terminal.ansiBlue"
,
...
@@ -231,8 +247,9 @@
...
@@ -231,8 +247,9 @@
"presentation"
:
{
"presentation"
:
{
"reveal"
:
"always"
,
"reveal"
:
"always"
,
"panel"
:
"shared"
,
"panel"
:
"shared"
,
"close"
:
true
,
"focus"
:
true
,
"focus"
:
true
,
"close"
:
false
,
"revealProblems"
:
"onProblem"
,
},
},
"icon"
:
{
"icon"
:
{
"color"
:
"terminal.ansiBlue"
,
"color"
:
"terminal.ansiBlue"
,
...
@@ -252,6 +269,8 @@
...
@@ -252,6 +269,8 @@
"reveal"
:
"always"
,
"reveal"
:
"always"
,
"panel"
:
"shared"
,
"panel"
:
"shared"
,
"focus"
:
true
,
"focus"
:
true
,
"close"
:
false
,
"revealProblems"
:
"onProblem"
,
},
},
"icon"
:
{
"icon"
:
{
"color"
:
"terminal.ansiBlue"
,
"color"
:
"terminal.ansiBlue"
,
...
@@ -271,9 +290,9 @@
...
@@ -271,9 +290,9 @@
"presentation"
:
{
"presentation"
:
{
"reveal"
:
"always"
,
"reveal"
:
"always"
,
"panel"
:
"shared"
,
"panel"
:
"shared"
,
"focus"
:
true
,
"close"
:
false
,
"close"
:
false
,
"revealProblems"
:
"onProblem"
,
"revealProblems"
:
"onProblem"
,
"focus"
:
true
,
},
},
"icon"
:
{
"icon"
:
{
"color"
:
"terminal.ansiRed"
,
"color"
:
"terminal.ansiRed"
,
...
@@ -290,9 +309,10 @@
...
@@ -290,9 +309,10 @@
"label"
:
"docker: run poa"
,
"label"
:
"docker: run poa"
,
"detail"
:
"run docker container for POA network"
,
"detail"
:
"run docker container for POA network"
,
"presentation"
:
{
"presentation"
:
{
"reveal"
:
"
silent
"
,
"reveal"
:
"
always
"
,
"panel"
:
"shared"
,
"panel"
:
"shared"
,
"close"
:
true
,
"focus"
:
true
,
"close"
:
false
,
"revealProblems"
:
"onProblem"
,
"revealProblems"
:
"onProblem"
,
},
},
"icon"
:
{
"icon"
:
{
...
@@ -310,9 +330,10 @@
...
@@ -310,9 +330,10 @@
"label"
:
"format svg"
,
"label"
:
"format svg"
,
"detail"
:
"format svg files with svgo"
,
"detail"
:
"format svg files with svgo"
,
"presentation"
:
{
"presentation"
:
{
"reveal"
:
"
silent
"
,
"reveal"
:
"
always
"
,
"panel"
:
"shared"
,
"panel"
:
"shared"
,
"close"
:
true
,
"focus"
:
true
,
"close"
:
false
,
"revealProblems"
:
"onProblem"
,
"revealProblems"
:
"onProblem"
,
},
},
"icon"
:
{
"icon"
:
{
...
...
icons/testnet.svg
View file @
80ef2b1c
<svg
viewBox=
"0 0 37 14"
fill=
"none"
xmlns=
"http://www.w3.org/2000/svg"
>
<svg
viewBox=
"0 0 37 14"
fill=
"none"
xmlns=
"http://www.w3.org/2000/svg"
>
<path
d=
"M6.467 5.14v.62H4v-.62h2.467ZM4.719 4h.731v4.537c0 .207.03.362.09.465.062.101.14.17.236.205.097.033.2.05.307.05.08 0 .146-.005.198-.013l.124-.025.149.657a1.529 1.529 0 0 1-.545.087c-.207 0-.41-.045-.608-.133a1.207 1.207 0 0 1-.49-.406c-.128-.182-.192-.412-.192-.688V4Z
M9.512 10c-.459 0-.854-.101-1.187-.304a2.039 2.039 0 0 1-.766-.855c-.177-.368-.266-.796-.266-1.283 0-.488.089-.917.266-1.29.18-.373.43-.665.75-.873.323-.211.699-.316 1.129-.316.247 0 .492.04.734.123.242.083.462.217.66.403.198.184.356.428.474.732s.177.677.177 1.122v.31h-3.67v-.633h2.926c0-.268-.054-.508-.161-.719a1.214 1.214 0 0 0-.452-.499 1.267 1.267 0 0 0-.688-.182c-.292 0-.544.072-.757.216-.21.143-.373.329-.486.558-.114.23-.17.476-.17.738v.421c0 .36.061.665.185.915.126.248.3.437.524.567.223.128.482.192.778.192.192 0 .366-.027.52-.08.158-.056.293-.139.406-.249.114-.111.202-.25.264-.415l.707.199c-.075.24-.2.45-.375.632-.176.18-.393.32-.651.421-.258.1-.549.149-.871.149ZM15.967 6.207l-.657.186a1.219 1.219 0 0 0-.182-.32.888.888 0 0 0-.323-.26 1.17 1.17 0 0 0-.524-.102c-.29 0-.534.067-.728.201-.192.132-.288.3-.288.505 0 .182.066.326.198.431.133.106.34.193.62.264l.707.173c.425.103.743.261.951.474.209.211.313.483.313.815 0 .273-.078.517-.235.732a1.562 1.562 0 0 1-.651.508 2.377 2.377 0 0 1-.973.186c-.486 0-.888-.105-1.206-.316-.318-.21-.52-.519-.604-.924l.694-.173c.066.256.191.448.375.576.186.128.429.192.728.192.341 0 .612-.072.812-.217.203-.146.304-.322.304-.526a.554.554 0 0 0-.174-.416c-.115-.113-.293-.198-.533-.254l-.793-.186c-.436-.103-.756-.263-.96-.48a1.163 1.163 0 0 1-.304-.821c0-.269.075-.507.226-.713a1.54 1.54 0 0 1 .623-.487c.264-.118.564-.176.899-.176.47 0 .84.103 1.109.31.27.206.463.479.576.818ZM19.226 5.14v.62h-2.467v-.62h2.466ZM17.477 4h.73v4.537c0 .207.03.362.09.465.063.101.141.17.236.205.098.033.2.05.307.05.08 0 .147-.005.198-.013l.124-.025.15.657a1.528 1.528 0 0 1-.545.087c-.208 0-.41-.045-.609-.133a1.207 1.207 0 0 1-.49-.406c-.127-.182-.192-.412-.192-.688V4ZM21.057 7.037v2.864h-.731V5.14h.706v.743h.062a1.36 1.36 0 0 1 .508-.582c.228-.15.521-.223.88-.223.323 0 .605.066.847.198.241.13.43.328.564.595.134.264.201.6.201 1.004v3.025h-.731V6.926c0-.374-.097-.666-.291-.874-.195-.211-.461-.316-.8-.316-.233 0-.442.05-.626.151a1.087 1.087 0 0 0-.43.444c-.106.194-.159.43-.159.706ZM27.427 10c-.459 0-.855-.101-1.187-.304a2.038 2.038 0 0 1-.766-.855c-.177-.368-.266-.796-.266-1.283 0-.488.089-.917.266-1.29.18-.373.43-.665.75-.873.323-.211.698-.316 1.128-.316.248 0 .493.04.735.123.241.083.462.217.66.403.198.184.356.428.474.732s.177.677.177 1.122v.31h-3.67v-.633h2.926c0-.268-.054-.508-.161-.719a1.214 1.214 0 0 0-.453-.499 1.267 1.267 0 0 0-.688-.182c-.291 0-.543.072-.756.216-.21.143-.373.329-.486.558a1.64 1.64 0 0 0-.17.738v.421c0 .36.061.665.185.915.126.248.3.437.524.567.223.128.482.192.778.192.192 0 .365-.027.52-.08.157-.056.293-.139.406-.249.114-.111.202-.25.264-.415l.706.199c-.074.24-.199.45-.375.632-.175.18-.392.32-.65.421-.259.1-.549.149-.871.149ZM32.58 5.14
v.62h-2.466v-.62h2.467ZM30.834 4h.731v4.537c0 .207.03.362.09.465.062.101.14.17.236.205.097.033.199.05.306.05.08 0 .147-.005.199-.013l.124-.025.148.657a1.528 1.528 0 0 1-.546.087c-.206 0-.408-.045-.607-.133a1.207 1.207 0 0 1-.49-.406c-.127-.182-.191-.412-.191-.688V4Z"
fill=
"currentColor"
/>
<path
d=
"M6.467 5.14v.62H4v-.62h2.467ZM4.719 4h.731v4.537c0 .207.03.362.09.465.062.101.14.17.236.205.097.033.2.05.307.05.08 0 .146-.005.198-.013l.124-.025.149.657a1.529 1.529 0 0 1-.545.087c-.207 0-.41-.045-.608-.133a1.207 1.207 0 0 1-.49-.406c-.128-.182-.192-.412-.192-.688V4Z
m4.793 6c-.459 0-.854-.101-1.187-.304a2.039 2.039 0 0 1-.766-.855c-.177-.368-.266-.796-.266-1.283 0-.488.089-.917.266-1.29.18-.373.43-.665.75-.873a2.016 2.016 0 0 1 1.129-.316c.247 0 .492.04.734.123.242.083.462.217.66.403.198.184.356.428.474.732s.177.677.177 1.122v.31h-3.67v-.633h2.926c0-.268-.054-.508-.161-.719a1.214 1.214 0 0 0-.452-.499 1.267 1.267 0 0 0-.688-.182c-.292 0-.544.072-.757.216-.21.143-.373.329-.486.558-.114.23-.17.476-.17.738v.421c0 .36.061.665.185.915.126.248.3.437.524.567.223.128.482.192.778.192.192 0 .366-.027.52-.08a1.1 1.1 0 0 0 .406-.249 1.12 1.12 0 0 0 .264-.415l.707.199c-.075.24-.2.45-.375.632-.176.18-.393.32-.651.421-.258.1-.549.149-.871.149Zm6.455-3.793-.657.186a1.219 1.219 0 0 0-.182-.32.888.888 0 0 0-.323-.26 1.17 1.17 0 0 0-.524-.102c-.29 0-.534.067-.728.201-.192.132-.288.3-.288.505 0 .182.066.326.198.431.133.106.34.193.62.264l.707.173c.425.103.743.261.951.474.209.211.313.483.313.815 0 .273-.078.517-.235.732a1.562 1.562 0 0 1-.651.508 2.377 2.377 0 0 1-.973.186c-.486 0-.888-.105-1.206-.316-.318-.21-.52-.519-.604-.924l.694-.173c.066.256.191.448.375.576.186.128.429.192.728.192.341 0 .612-.072.812-.217.203-.146.304-.322.304-.526a.554.554 0 0 0-.174-.416c-.115-.113-.293-.198-.533-.254l-.793-.186c-.436-.103-.756-.263-.96-.48a1.163 1.163 0 0 1-.304-.821c0-.269.075-.507.226-.713a1.54 1.54 0 0 1 .623-.487c.264-.118.564-.176.899-.176.47 0 .84.103 1.109.31.27.206.463.479.576.818Zm3.259-1.067v.62h-2.467v-.62h2.466ZM17.477 4h.73v4.537c0 .207.03.362.09.465.063.101.141.17.236.205.098.033.2.05.307.05.08 0 .147-.005.198-.013l.124-.025.15.657a1.528 1.528 0 0 1-.545.087 1.49 1.49 0 0 1-.609-.133 1.207 1.207 0 0 1-.49-.406c-.127-.182-.192-.412-.192-.688V4Zm3.58 3.037v2.864h-.731V5.14h.706v.743h.062a1.36 1.36 0 0 1 .508-.582c.228-.15.521-.223.88-.223.323 0 .605.066.847.198.241.13.43.328.564.595.134.264.201.6.201 1.004V9.9h-.731V6.926c0-.374-.097-.666-.291-.874-.195-.211-.461-.316-.8-.316-.233 0-.442.05-.626.151a1.087 1.087 0 0 0-.43.444c-.106.194-.159.43-.159.706ZM27.427 10c-.459 0-.855-.101-1.187-.304a2.038 2.038 0 0 1-.766-.855c-.177-.368-.266-.796-.266-1.283 0-.488.089-.917.266-1.29.18-.373.43-.665.75-.873a2.013 2.013 0 0 1 1.128-.316c.248 0 .493.04.735.123.241.083.462.217.66.403.198.184.356.428.474.732s.177.677.177 1.122v.31h-3.67v-.633h2.926c0-.268-.054-.508-.161-.719a1.214 1.214 0 0 0-.453-.499 1.267 1.267 0 0 0-.688-.182c-.291 0-.543.072-.756.216-.21.143-.373.329-.486.558a1.64 1.64 0 0 0-.17.738v.421c0 .36.061.665.185.915.126.248.3.437.524.567.223.128.482.192.778.192.192 0 .365-.027.52-.08.157-.056.293-.139.406-.249a1.12 1.12 0 0 0 .264-.415l.706.199c-.074.24-.199.45-.375.632-.175.18-.392.32-.65.421a2.4 2.4 0 0 1-.871.149Zm5.153-4.86
v.62h-2.466v-.62h2.467ZM30.834 4h.731v4.537c0 .207.03.362.09.465.062.101.14.17.236.205.097.033.199.05.306.05.08 0 .147-.005.199-.013l.124-.025.148.657a1.528 1.528 0 0 1-.546.087c-.206 0-.408-.045-.607-.133a1.207 1.207 0 0 1-.49-.406c-.127-.182-.191-.412-.191-.688V4Z"
fill=
"currentColor"
/>
<rect
x=
".2"
y=
".2"
width=
"36.267"
height=
"13.6"
rx=
"3.8"
stroke=
"currentColor"
stroke-width=
".4"
/>
<rect
x=
".2"
y=
".2"
width=
"36.267"
height=
"13.6"
rx=
"3.8"
stroke=
"currentColor"
stroke-width=
".4"
/>
</svg>
</svg>
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