aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/htmx/mailbox.htmx.django
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mail/htmx/mailbox.htmx.django')
-rw-r--r--templates/mail/htmx/mailbox.htmx.django17
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/mail/htmx/mailbox.htmx.django b/templates/mail/htmx/mailbox.htmx.django
deleted file mode 100644
index 831a07d..0000000
--- a/templates/mail/htmx/mailbox.htmx.django
+++ /dev/null
@@ -1,17 +0,0 @@
-<h1 id="page-title" class="text-sm font-medium text-zinc-100" hx-swap-oob="true">{{ PageTitle }}</h1>
-<div class="slide-up space-y-6">
- <div class="glass rounded-xl glow-border">
- <div class="flex items-center justify-between px-5 py-4 border-b border-white/[0.04]">
- <h2 class="text-sm font-medium text-zinc-200">Inbox</h2>
- </div>
- <div class="flex flex-col items-center justify-center py-16 text-center">
- <div class="flex items-center justify-center w-12 h-12 rounded-2xl bg-surface-800 mb-4">
- <svg class="w-6 h-6 text-zinc-600" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="1.5">
- <path stroke-linecap="round" stroke-linejoin="round" d="M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75" />
- </svg>
- </div>
- <p class="text-sm text-zinc-400">No emails in this mailbox</p>
- <p class="mt-1 text-xs text-zinc-600">Emails sent to {{ Address }} will appear here</p>
- </div>
- </div>
-</div> \ No newline at end of file