add pages to see all the offers to user and offers to user's projects

This commit is contained in:
2024-11-05 19:03:12 -07:00
parent 0d880d1edc
commit c004706425
7 changed files with 374 additions and 48 deletions

View File

@@ -41,8 +41,8 @@
class="ml-2 mr-2 mt-4"
>
Details
<fa v-if="showDidDetails" icon="chevron-up" class="text-blue-400" />
<fa v-else icon="chevron-down" class="text-blue-400" />
<fa v-if="showDidDetails" icon="chevron-down" class="text-blue-400" />
<fa v-else icon="chevron-right" class="text-blue-400" />
</button>
<!-- Keep the dump contents directly between > and < to avoid weird spacing. -->
<pre