mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-19 23:31:21 +02:00
Git support (#143)
This commit is contained in:
@@ -27,6 +27,7 @@ import { ContextMenu } from '../core/Dropdown';
|
||||
import { sidebarSelectedIdAtom, sidebarTreeAtom } from './SidebarAtoms';
|
||||
import type { SidebarItemProps } from './SidebarItem';
|
||||
import { SidebarItems } from './SidebarItems';
|
||||
import { GitDropdown } from '../GitDropdown';
|
||||
|
||||
interface Props {
|
||||
className?: string;
|
||||
@@ -378,6 +379,7 @@ export function Sidebar({ className }: Props) {
|
||||
handleDragStart={handleDragStart}
|
||||
/>
|
||||
</div>
|
||||
<GitDropdown />
|
||||
</aside>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user