Merge branch 'main' into fix/UI-Improvements

This commit is contained in:
Utkarsh-Patel-13 2025-08-08 10:37:44 -07:00
commit 63ef9313f2
30 changed files with 1577 additions and 5 deletions

View file

@ -7,6 +7,7 @@ import {
IconBrandNotion,
IconBrandSlack,
IconBrandYoutube,
IconCalendar,
IconChecklist,
IconLayoutKanban,
IconTicket,
@ -148,6 +149,7 @@ const documentTypeIcons = {
DISCORD_CONNECTOR: IconBrandDiscord,
CONFLUENCE_CONNECTOR: IconBook,
CLICKUP_CONNECTOR: IconChecklist,
GOOGLE_CALENDAR_CONNECTOR: IconCalendar,
} as const;
const columns: ColumnDef<Document>[] = [