Add UI implementations

This commit is contained in:
CREDO23 2025-07-26 14:46:47 +02:00
parent 2fd97c2e4d
commit 6b2cd9705f
7 changed files with 454 additions and 6 deletions

View file

@ -57,6 +57,7 @@ import {
IconBrandDiscord,
IconBrandGithub,
IconBrandNotion,
IconBrandPagekit,
IconBrandSlack,
IconBrandYoutube,
IconLayoutKanban,
@ -180,6 +181,7 @@ const documentTypeIcons = {
LINEAR_CONNECTOR: IconLayoutKanban,
JIRA_CONNECTOR: IconTicket,
DISCORD_CONNECTOR: IconBrandDiscord,
CONFLUENCE_CONNECTOR: IconBrandPagekit,
} as const;
const columns: ColumnDef<Document>[] = [