Skip to content

Commit

Permalink
chore(lanes): eject lane switcher (#8860)
Browse files Browse the repository at this point in the history
  • Loading branch information
luvkapur authored May 6, 2024
1 parent 7e3e6c0 commit c1d7600
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 147 deletions.
7 changes: 0 additions & 7 deletions .bitmap
Original file line number Diff line number Diff line change
Expand Up @@ -1766,13 +1766,6 @@
"mainFile": "index.ts",
"rootDir": "components/ui/models/lanes-model"
},
"ui/navigation/lane-switcher": {
"name": "ui/navigation/lane-switcher",
"scope": "teambit.lanes",
"version": "0.0.225",
"mainFile": "index.ts",
"rootDir": "components/ui/navigation/lane-switcher"
},
"ui/pages/preview-not-found": {
"name": "ui/pages/preview-not-found",
"scope": "teambit.ui-foundation",
Expand Down
2 changes: 0 additions & 2 deletions components/ui/navigation/lane-switcher/index.ts

This file was deleted.

46 changes: 0 additions & 46 deletions components/ui/navigation/lane-switcher/lane-switcher.module.scss

This file was deleted.

92 changes: 0 additions & 92 deletions components/ui/navigation/lane-switcher/lane-switcher.tsx

This file was deleted.

1 change: 1 addition & 0 deletions scopes/lanes/lanes/lanes.ui.runtime.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ export class LanesUI {
<LaneSwitcher
groupByScope={this.lanesHost === 'workspace'}
mainIcon={this.lanesHost === 'scope' ? mainIcon : undefined}
// @ts-ignore @todo - fix this
useLanes={useLanes}
/>
);
Expand Down
1 change: 1 addition & 0 deletions workspace.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
"@teambit/lanes.ui.icons.lane-icon": "^0.0.9",
"@teambit/lanes.ui.lane-details": "^0.0.204",
"@teambit/lanes.ui.menus.lanes-overview-menu": "^0.0.10",
"@teambit/lanes.ui.navigation.lane-switcher": "^0.0.225",
"@teambit/mdx.compilers.mdx-transpiler": "^1.0.6",
"@teambit/mdx.generator.mdx-templates": "^1.0.9",
"@teambit/mdx.modules.mdx-loader": "^1.0.14",
Expand Down

0 comments on commit c1d7600

Please sign in to comment.