imap progress

This commit is contained in:
Bryce
2025-08-04 07:34:34 -07:00
parent 34d2913165
commit 31088cf112
11 changed files with 1405 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
<div class="card bg-base-100 shadow-xl border border-base-300">
<div class="card-body">
<div class="flex justify-between items-start mb-2">
<h3 class="text-xl font-bold">{{ folder.name }}</h3>
<h3 class="text-xl font-bold truncate">{{ folder.name }}</h3>
<div class="flex space-x-2">
<button class="btn btn-sm btn-outline"
hx-get="/api/folders/{{ folder.id }}/edit"