Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added RA template, deleted footer in about page, changed color #1

Merged
merged 1 commit into from
Feb 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions public/adar/template.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//name, wallet address, usd amount, token symbol
"Ted Cortez",000000000000000000000000000000000000000000000000,10,val
"Ted Cortez",000000000000000000000000000000000000000000000000,10,xor
"Honor Pearce",000000000000000000000000000000000000000000000000,1,pswap
"Rhianna Carpenter",000000000000000000000000000000000000000000000000,10,xor
"Ali Odonnell",000000000000000000000000000000000000000000000000,1,val
"Julian Jenkins",000000000000000000000000000000000000000000000000,1,val
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
</s-button>
</div>
</div>
<p class="route-assets-upload-template__label">Don’t have a template? <a class="route-assets__ref">Download</a></p>
<p class="route-assets-upload-template__label">
Don’t have a template? <a href="/adar/template.csv" download class="route-assets__ref">Download</a>
</p>
<input type="file" @change="uploadFile" ref="file" hidden accept=".csv" />
</div>
<div v-else class="container route-assets-upload-template">
Expand Down
1 change: 0 additions & 1 deletion src/modules/ADAR/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
</section>
</div>
<footer class="app-footer">
<web-3-logo :theme="libraryTheme" draggable="false" class="web3 unselectable" />
<div class="hr" />
</footer>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/styles/soramitsu-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ $s-color-base-on-disabled: #998888;
$s-color-base-on-accent: #FFFFFF;

$s-color-base-background--dark: #2a2a2a;
$s-color-base-border-primary--dark: #2D3636;
$s-color-base-border-secondary--dark: #2D3636;
$s-color-base-on-accent--dark: #2F3C3C;
$s-color-base-background-hover--dark: #ff77771f;
Expand Down