feat(freecad): add Silo-aware start page with webview and offline fallback #12

Merged
forbes merged 1 commits from feat/silo-start-page into main 2026-02-09 17:28:35 +00:00
Owner

Replaces the default FreeCAD Start page with a dual-mode view:

  • Online: QWebEngineView loading the Silo web app
  • Offline: native Qt fallback with recent files and connectivity status

The command override is registered at InitGui.py load time.

Replaces the default FreeCAD Start page with a dual-mode view: - Online: QWebEngineView loading the Silo web app - Offline: native Qt fallback with recent files and connectivity status The command override is registered at InitGui.py load time.
forbes added 1 commit 2026-02-09 17:28:33 +00:00
Replaces the default FreeCAD Start page with a dual-mode view:
- Online: QWebEngineView loading the Silo web app
- Offline: native Qt fallback with recent files and connectivity status

The command override is registered at InitGui.py load time, before
the C++ StartLauncher fires.
forbes merged commit 8937cb5e8b into main 2026-02-09 17:28:35 +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/silo-mod#12