Skip to content

Commit

Permalink
Merge pull request #2 from FernandVEYRIER/feat/display-unclaimed-permits
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 authored Mar 5, 2024
2 parents 4181d26 + 737b76b commit 08fba85
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 553 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ node_modules
.pnp.cjs
.pnp.loader.mjs
.env
static/out
static/out
12 changes: 1 addition & 11 deletions static/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<title>Audit report</title>
<meta charset="utf-8" />
Expand All @@ -11,10 +11,6 @@
<div class="container">
<h1 class="audit-tag">Audit report</h1>
<!-- params -->
<div class="mb-3">
<label for="botWalletAddress" class="form-label">Bot wallet address</label>
<input type="text" class="form-control" id="botWalletAddress" />
</div>
<div class="mb-3">
<label for="repoURLs" class="form-label">Repository URLs</label>
<input type="text" class="form-control" id="repoURLs" />
Expand All @@ -31,7 +27,6 @@ <h1 class="audit-tag">Audit report</h1>
id="quickName"
placeholder='
{
"WALLET": "",
"REPO": "",
"PAT": ""
}'
Expand All @@ -42,11 +37,6 @@ <h1 class="audit-tag">Audit report</h1>
<span class="btn-loader" id="report-loader"></span>
<span>Get report</span>
</button>
<div class="tg-list-item">
<input class="tgl tgl-flat" id="cb4" type="checkbox" />
<label class="tgl-btn" for="cb4"></label>
<div class="cache-title">⚡Cache</div>
</div>
</div>
<!-- result table -->
<div class="resultContainer">
Expand Down
Loading

0 comments on commit 08fba85

Please sign in to comment.