feat(comm): add frontend UI for Communication & Lead Layer
BOC CI/CD / Test (push) Failing after 2s
BOC CI/CD / Security Scan (push) Has been skipped
BOC CI/CD / Build & Push (push) Has been skipped
BOC CI/CD / Deploy to Staging (push) Has been skipped
BOC CI/CD / Deploy to Production (push) Has been skipped

- Add CommInboxPage with conversation list and message view
- Add CommLeadsPage with pipeline visualization and lead scoring
- Add CommContactsPage with search and filtering
- Add navigation routes for /comm/inbox, /comm/leads, /comm/contacts
- Update Sidebar with Communication menu items
- Build fresh web-v2 dist
This commit is contained in:
Bernt
2026-08-12 11:26:19 +00:00
parent 718471519d
commit 2f1b020a1d
9 changed files with 871 additions and 145 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -8,8 +8,8 @@
<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@300;400;500;600;700&display=swap" rel="stylesheet" />
<script type="module" crossorigin src="/assets/index-CZzJtMVa.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C4-IO3Fe.css">
<script type="module" crossorigin src="/assets/index-RK4T25Mp.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Dz2nBDKI.css">
</head>
<body>
<div id="root"></div>