fix(gui): merge Silo toolbar into File toolbar via origin system (#65) #27

Merged
forbes merged 1 commits from fix/merge-silo-toolbar into main 2026-02-08 03:29:25 +00:00
Owner

Remove the separate Silo workbench toolbar entirely. File operations (New/Open/Save) are handled by the standard File toolbar via the unified origin system. The origin selector widget lets users switch between Local and Silo origins.

Changes:

  • Remove Silo toolbar and Silo_ToggleMode command
  • Remove SiloMenuManipulator (redundant with origin-delegating Std commands)
  • Register Silo origin at startup via Create module
  • Update docs (COMPONENTS, ARCHITECTURE, INTEGRATION_PLAN, KNOWN_ISSUES)
  • Silo menu retained for admin commands (Settings, Auth, Info, BOM, etc.)

Closes #65

Remove the separate Silo workbench toolbar entirely. File operations (New/Open/Save) are handled by the standard File toolbar via the unified origin system. The origin selector widget lets users switch between Local and Silo origins. Changes: - Remove Silo toolbar and Silo_ToggleMode command - Remove SiloMenuManipulator (redundant with origin-delegating Std commands) - Register Silo origin at startup via Create module - Update docs (COMPONENTS, ARCHITECTURE, INTEGRATION_PLAN, KNOWN_ISSUES) - Silo menu retained for admin commands (Settings, Auth, Info, BOM, etc.) Closes #65
forbes added 1 commit 2026-02-08 03:29:18 +00:00
fix(gui): merge Silo toolbar into File toolbar via origin system (#65)
Some checks failed
Build and Test / build (pull_request) Failing after 1m41s
1750949afd
- Remove separate Silo workbench toolbar (now redundant)
- Remove SiloMenuManipulator (Std commands already delegate to origins)
- Remove Silo_ToggleMode (origin selector handles mode switching)
- Register Silo origin at startup via Create module
- Update docs to reflect unified origin architecture
forbes merged commit 440df2a9be into main 2026-02-08 03:29:25 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#27