feat: Light mode default, auth, Posts rename, display scaling, TinyMCE improvements

This commit is contained in:
Jess Rogerson
2026-05-21 14:22:46 +10:00
parent 51d086dab9
commit 39fcd9ec6e
154 changed files with 12897 additions and 133 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<div class="row justify-content-center"><div class="col-md-6"><div class="card border-danger">
<div class="card-header bg-danger text-white"><h5 class="mb-0"><i class="bi bi-exclamation-triangle me-2"></i>Confirm Deletion</h5></div>
<div class="card-body">
<p>Are you sure you want to delete the kitten <strong>"@Model.Name"</strong>?</p>
<p>Are you sure you want to delete the post <strong>"@Model.Name"</strong>?</p>
<p class="text-muted">URL: <code>/@Model.Slug</code> · @Model.DeviceSlides.Count slide(s) assigned</p>
<p class="text-muted">This will remove the device and its playlist. Slides themselves will not be deleted.</p>
<form asp-action="Delete" method="post">