Skip to content

Commit

Permalink
chore(3000): remove legacy breadcrumbs component (#19524)
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr authored Dec 28, 2023
1 parent a23bcf6 commit e032d0c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 111 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.

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './Breadcrumbs.scss'

import { actions, connect, kea, listeners, path, props, reducers, selectors } from 'kea'
import { subscriptions } from 'kea-subscriptions'
import { Lettermark } from 'lib/lemon-ui/Lettermark'
Expand Down
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 e032d0c

Please sign in to comment.