wip: starting work

This commit is contained in:
2025-05-01 16:10:38 -05:00
parent b23d8a2ba3
commit 1f0d29b92e
4 changed files with 30 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
{% for download in this.getDownloads() %}
<tr id="ad_download_{{ download.id }}">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-800 dark:text-stone-800 min-w-[45ch] max-w-[45ch] truncate">
{{ download.title }}
{{ download.filename }}
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-end text-gray-800 dark:text-gray-50">
<span class="p-1.5 bg-purple-600 rounded-full">
@@ -26,6 +26,11 @@
</td>
</tr>
{% endfor %}
<tr class="bg-amber-600">
<td class="px-6 py-4 whitespace-nowrap text-xs uppercase text-center col-span-2 font-medium text-gray-50 dark:text-gray-50" colspan="2">
<a href="#">View all active downloads</a>
</td>
</tr>
{% else %}
<tr>
<td class="px-6 py-4 whitespace-nowrap text-xs uppercase text-center col-span-2 font-medium text-gray-800 dark:text-stone-800" colspan="2">