feat: Add Inbox view with task/appointment/email management

- Add InboxView.vue with full CRUD UI
- Add inbox to navigation (first item)
- Support filtering by status/type
- Show stats (due today, overdue, etc.)
- Quick status updates with checkbox
- Priority indicators and overdue warnings
This commit is contained in:
FluxKit
2026-02-25 13:02:04 +00:00
parent 5f63514fe0
commit 8ae8abd7a7
24 changed files with 3320 additions and 9 deletions

18
dist/index.html vendored Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="de" class="h-full">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="/pulse-icon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Pulse CRM - Moderne Kundenbeziehungen">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<title>Pulse CRM</title>
<script type="module" crossorigin src="/assets/index-DWNalbut.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Dvjxh_uJ.css">
</head>
<body class="h-full bg-pulse-dark text-pulse-text antialiased">
<div id="app" class="h-full"></div>
</body>
</html>