Skip to content

Commit 01de83f

Browse files
author
CheFu Inc
committed
refactor: remove legacy email types and schemas; introduce new flow console components and utilities
- Deleted outdated types related to email handling from `src/components/flow/types.ts`, `src/lib/email-schema.ts`, and `src/lib/email-templates.ts`. - Added new components for the flow console, including `ContactHoverCard.tsx` for displaying contact information and actions. - Introduced utility functions in `compose.ts`, `constants.ts`, `format.ts`, `http.ts`, `mail.ts`, `reader.ts`, `sse.ts`, and `types.ts` to support the new flow console features. - Implemented message rendering and sanitization logic to ensure safe HTML output in the reader. - Established a new structure for managing mail messages, threads, and reactions in the flow console.
1 parent d677b53 commit 01de83f

35 files changed

Lines changed: 1204 additions & 7236 deletions

public/file.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/globe.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/vercel.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/window.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/app/globals.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
@import "tw-animate-css";
44
@import "shadcn/tailwind.css";
55
@import "./styles/base.css";
6-
@import "./styles/module-theme.css";
7-
@import "./styles/flow-workbench.css";
8-
@import "./styles/mail-console.css";
96

107
@custom-variant dark (&:is(.dark *));

0 commit comments

Comments
 (0)