ProjectView: hide offer link from unregistered users #178

Merged
jose merged 3 commits from projectview-hide-offer-link-unregistered into master 2025-08-27 10:51:43 +00:00
Showing only changes of commit 5f63e05090 - Show all commits

View File

@@ -245,11 +245,11 @@
<h3 class="text-lg font-bold mb-3 mt-4">Offered To This Idea</h3>
<div v-if="offersToThis.length === 0">
(None yet. Wanna
<span class="cursor-pointer text-blue-500" @click="openOfferDialog()"
>offer something... especially if others join you</span
>?)
<div v-if="offersToThis.length === 0" class="text-sm">
(None yet.<span v-if="activeDid && isRegistered"> Wanna
<span class="cursor-pointer text-blue-500" @click="openOfferDialog()"
>offer something&hellip; especially if others join you</span
>?</span>)
</div>
<ul v-else class="text-sm border-t border-slate-300">