Skip to content

Commit

Permalink
chore(3000): remove legacy breadcrumbs component
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Dec 27, 2023
1 parent 5729897 commit f8635d1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 109 deletions.
1 change: 0 additions & 1 deletion frontend/src/layout/navigation-3000/components/TopBar.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// TODO: Remove legacy scss files
@import '../../navigation/TopBar/TopBar';
@import '../../navigation/SideBar/SideBar';
@import '../../navigation/Breadcrumbs/Breadcrumbs';

.TopBar3000 {
--breadcrumbs-compaction-rate: 0;
Expand Down
34 changes: 0 additions & 34 deletions frontend/src/layout/navigation/Breadcrumbs/Breadcrumbs.scss

This file was deleted.

72 changes: 0 additions & 72 deletions frontend/src/layout/navigation/Breadcrumbs/Breadcrumbs.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions frontend/src/layout/navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { BillingAlertsV2 } from 'lib/components/BillingAlertsV2'
import { ReactNode } from 'react'
import { SceneConfig } from 'scenes/sceneTypes'

import { Breadcrumbs } from './Breadcrumbs/Breadcrumbs'
import { ProjectNotice } from './ProjectNotice'
import { SideBar } from './SideBar/SideBar'
import { TopBar } from './TopBar/TopBar'
Expand All @@ -30,7 +29,6 @@ export function Navigation({
<>
<BillingAlertsV2 />
{!sceneConfig?.hideProjectNotice && <ProjectNotice />}
<Breadcrumbs />
</>
)}
{children}
Expand Down

0 comments on commit f8635d1

Please sign in to comment.