style: fix indentation in notification preferences section and backlog table formatting

This commit is contained in:
2026-05-17 00:37:21 +01:00
parent c91be086c1
commit d0e82e7d79
2 changed files with 101 additions and 102 deletions
+1 -2
View File
@@ -1245,9 +1245,8 @@
</div>
</div>
</div>
{/if}
<Separator />
{/if}
<!-- Log Out Button -->
<div>
@@ -34,7 +34,7 @@ No external dependencies. No paid services. No API keys needed.
## P2 — Medium
| # | Gap | Effort | Area | Notes |
|---|-----|--------|------|-------|
| ------ | ---------------------------------------------------------- | ------------ | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 14 | ~~`delete_guest_user()` SQL function missing~~ ✅ | S (1h) | DB | Created next to `anonymize_user()` in init-script.sql. Called by `DeleteAccountHandler` for guest users. |
| ~~15~~ | ~~**User notification preferences UI**~~ ✅ | ~~S (2-3h)~~ | ~~Frontend~~ | ~~DB table `user_notification_preferences` exists with email/sms/push flags. No settings page to toggle them.~~ GET/PUT endpoints wired. Toggle section in /account Admin tab. Email, SMS, Browser push channels. Auto-save on toggle. |
| 16 | **One-off custom services** | M (1-2d) | Full-stack | Admin can't create single-use services outside the catalog. Every custom job (bridal party, special request) must be added to permanent service list. |