feat: add silo-aware start panel #10
Reference in New Issue
Block a user
Delete Branch "feature/start-panel"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a
SiloStartPaneldock widget that integrates silo into the FreeCAD workspace, automatically shown when the Silo workbench is activated.Sections
Connection status badge
My Checkouts
~/projects/cad/for local.FCStdfiles (reuses existingsearch_local_files())Recent Silo Activity
_client.list_items()Local Recent Files
Implementation
SiloStartPanelwidget class with 60-second auto-refresh timerSilo_StartPanelcommand registered in toolbar/menuFreeCADGui.runCommand("Silo_StartPanel", 0)inActivated()Files changed
freecad/silo_commands.py— addedSiloStartPanel,Silo_StartPanel, command registrationfreecad/InitGui.py— added to toolbar, auto-show on activationCloses #5
bf35289346to6fa60af5e0