|
|
@ -12,7 +12,7 @@ |
|
|
|
> |
|
|
|
<fa icon="chevron-left" class="fa-fw"></fa> |
|
|
|
</button> |
|
|
|
View Plan |
|
|
|
Idea |
|
|
|
</h1> |
|
|
|
</div> |
|
|
|
|
|
|
@ -148,7 +148,7 @@ |
|
|
|
<div class="grid items-start grid-cols-1 sm:grid-cols-3 gap-4"> |
|
|
|
<div class="bg-slate-100 px-4 py-3 rounded-md"> |
|
|
|
<h3 class="text-sm uppercase font-semibold mb-3"> |
|
|
|
Offered To This Project |
|
|
|
Offered To This Idea |
|
|
|
</h3> |
|
|
|
|
|
|
|
<div v-if="offersToThis.length === 0"> |
|
|
@ -180,9 +180,7 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="bg-slate-100 px-4 py-3 rounded-md"> |
|
|
|
<h3 class="text-sm uppercase font-semibold mb-3"> |
|
|
|
Given To This Project |
|
|
|
</h3> |
|
|
|
<h3 class="text-sm uppercase font-semibold mb-3">Given To This Idea</h3> |
|
|
|
|
|
|
|
<div v-if="givesToThis.length === 0">(None yet. Record one above.)</div> |
|
|
|
|
|
|
@ -216,7 +214,7 @@ |
|
|
|
class="bg-slate-100 px-4 py-3 rounded-md" |
|
|
|
> |
|
|
|
<h3 class="text-sm uppercase font-semibold mb-3"> |
|
|
|
Contributions To This Project |
|
|
|
Contributions To This Idea |
|
|
|
</h3> |
|
|
|
<ul> |
|
|
|
<li v-for="plan in fulfillersToThis" :key="plan.handleId"> |
|
|
@ -232,7 +230,7 @@ |
|
|
|
|
|
|
|
<div v-if="fulfilledByThis" class="bg-slate-100 px-4 py-3 rounded-md"> |
|
|
|
<h3 class="text-sm uppercase font-semibold mb-3"> |
|
|
|
Contributions By This Project |
|
|
|
Contributions By This Idea |
|
|
|
</h3> |
|
|
|
<button |
|
|
|
@click="onClickLoadProject(fulfilledByThis.handleId)" |
|
|
|