Skip to content

Commit 1f65291

Browse files
committed
feat!: migrate DigitalColleagues to Foundry module
BREAKING CHANGE: DigitalColleagues module has been removed. All components, types, and test data have been migrated to the Foundry module. Import paths must be updated: - Types: import from 'components/Foundry/types' instead of 'DigitalColleagues/types' - Test data: import from 'components/Foundry/test-data' instead of 'DigitalColleagues/test-data' - DigitalColleageusLayout replaced by FoundryLayout from 'components/Foundry/foundary-layout' - AppCard moved to 'components/Foundry/app-card' - Views (TeamsIndexView, KnowledgeView) moved to 'components/Foundry/Views/' - KnowledgeBrowser moved to 'components/Foundry/knowledge-browser' - ManagementSidebar tab opacity fixed (no longer transparent)
1 parent d30e3fb commit 1f65291

99 files changed

Lines changed: 2702 additions & 1768 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/components/DigitalColleagues/DashboardHeader.stories.tsx renamed to .archive/DigitalColleagues/DashboardHeader.stories.tsx

File renamed without changes.
File renamed without changes.

src/components/DigitalColleagues/DigitalColleageusLayout.stories.tsx renamed to .archive/DigitalColleagues/DigitalColleageusLayout.stories.tsx

File renamed without changes.

src/components/DigitalColleagues/DigitalColleageusLayout.tsx renamed to .archive/DigitalColleagues/DigitalColleageusLayout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import type React from "react"
44

55
import { useState } from "react"
66
import { cn } from "@/lib/utils"
7-
import { AppSidebar } from "../AdvancedComponents/AppSidebar"
8-
import { AppHeader } from "../AdvancedComponents/app-header"
7+
import { AppSidebar } from "../../src/components/AdvancedComponents/AppSidebar"
8+
import { AppHeader } from "../../src/components/AdvancedComponents/app-header"
99
import type { SidebarItem, BusinessUnit } from "./types"
10-
import type { Notification } from "../AdvancedComponents/notifications-panel"
10+
import type { Notification } from "../../src/components/AdvancedComponents/notifications-panel"
1111
import { User } from "lucide-react"
1212

1313
interface DigitalColleageusLayoutProps {
File renamed without changes.

0 commit comments

Comments
 (0)