Skip to content

Commit

Permalink
improved demodata (#227)
Browse files Browse the repository at this point in the history
improved demodata
  • Loading branch information
ErikBjare authored Jul 29, 2019
2 parents 2489100 + 5553530 commit 9ff31b5
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 213 deletions.
13 changes: 6 additions & 7 deletions src/dashboard/components/MissingAddressesCard.vue
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<template lang="pug">
v-card.my-3
v-card-title.display-1.pb-0
v-card-title.title.pb-0
v-icon.mr-2(color="blue") info
| Missing addresses
v-card-text
| To donate, you have to manually fill in the creator addresses. (We're working on making this easier, sorry for the inconvenience)
| We couldn't automatically find the addresses for some of your favorite creators.
br
| The below are links to known addresses, and a form to submit missing addresses. In the future, a database with known addresses will be loaded automatically.
| You can either fill them in manually or submit them to #[a(href="https://docs.google.com/spreadsheets/d/1-eQaGFvbwCnxY9UCgjYtXRweCT7yu92UC2sqK1UEBWc/edit?usp=sharing") our registry] (a copy of which is shipped with Thankful) using the button below.

v-card-actions.justify-end
v-btn(outline, target="_blank", href="https://docs.google.com/spreadsheets/d/1-eQaGFvbwCnxY9UCgjYtXRweCT7yu92UC2sqK1UEBWc/edit?usp=sharing")
| List of addresses
v-btn(outline, color="blue", target="_blank", href="https://docs.google.com/forms/d/e/1FAIpQLSc0E_Ea6KAa_UELMexYYyJh4E6A0XJCrHGsRRlWDleafNvByA/viewform")
| Submit new addresses
v-btn(outline, color="primary", target="_blank", href="https://docs.google.com/forms/d/e/1FAIpQLSc0E_Ea6KAa_UELMexYYyJh4E6A0XJCrHGsRRlWDleafNvByA/viewform")
| Submit address to registry
</template>

<script>
Expand Down
Loading

0 comments on commit 9ff31b5

Please sign in to comment.