- 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
19 lines
873 B
HTML
19 lines
873 B
HTML
<!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>
|