feat: improve frontend accessibility, dark mode, and UX
Build and Push Multi-Platform Images / build-and-push (push) Successful in 18s

- Replace div with semantic button elements in AppLayout for accessibility
- Use Ant Design theme tokens instead of hardcoded colors in MailDetailPage
- Add loading state to refresh buttons and pagination info
- Add German empty state messages to tables
- Clean up unnecessary ConfigProvider wrappers

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-21 14:45:33 +02:00
parent e9d42ce172
commit 7de22c9418
8 changed files with 43 additions and 31 deletions
+1 -1
View File
@@ -387,7 +387,7 @@ export default function InboxPage() {
onChange={(e) => setSearch(e.target.value)}
allowClear
/>
<Button icon={<ReloadOutlined />} onClick={load}>
<Button icon={<ReloadOutlined />} onClick={load} loading={loading}>
Aktualisieren
</Button>
<Popconfirm