From 9ca7d2e5c2acef1219b48f0794932902b48a4c48 Mon Sep 17 00:00:00 2001 From: aewing Date: Fri, 2 Jan 2026 06:07:51 +0000 Subject: [PATCH] Add email integration feature - Add /api/emails/unread endpoint to fetch unread emails from sales@cardoza.construction - Add 'Review Unread Sales Emails' button in filter buttons section - Implement draggable modal window to display emails - Show unread count badge on email button - Click emails to open in Outlook web - Add permission error handling for Azure AD Mail.Read permission - Position modal with high z-index to ensure visibility --- estimatortable.html | 236 +++++++++++++++++++++++++++++++++++++++++++- server.ts | 70 +++++++++++++ 2 files changed, 304 insertions(+), 2 deletions(-) diff --git a/estimatortable.html b/estimatortable.html index ad61c66..ea293e2 100644 --- a/estimatortable.html +++ b/estimatortable.html @@ -244,8 +244,21 @@
-
- +
+
+ +
+
@@ -336,6 +349,25 @@ v1.0.0-alpha6
+ + +