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

1 Commits

Author SHA1 Message Date
a53cd52c73 feat(freecad): add Silo-aware start page with webview and offline fallback
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.
2026-02-09 11:28:16 -06:00