mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
perf(ui): smooth large lists and graphs
This commit is contained in:
@@ -51,7 +51,7 @@ export function GraphView({
|
||||
planUseSelectedWorktreeBranch,
|
||||
onPlanUseSelectedWorktreeBranchChange,
|
||||
}: GraphViewProps) {
|
||||
const { currentProject } = useAppStore();
|
||||
const currentProject = useAppStore((state) => state.currentProject);
|
||||
|
||||
// Use the same background hook as the board view
|
||||
const { backgroundImageStyle, backgroundSettings } = useBoardBackground({ currentProject });
|
||||
|
||||
Reference in New Issue
Block a user