-
-
Notifications
You must be signed in to change notification settings - Fork 0
Architecture
Marvin edited this page May 5, 2026
·
1 revision
-
GregModmanageris the existing MAUI-based desktop application. -
GregModmanager.Avaloniais the new cross-platform UI foundation.
-
UI Layer: Avalonia (
GregModmanager.Avalonia) with custom chrome and design-system styles. - Domain Layer: Shared services for Steam integration, auth/session, project metadata.
- Infrastructure Layer: Packaging scripts and CI pipelines for Windows/Linux distribution.
- Keep MAUI app functional while introducing Avalonia in parallel.
- Move reusable business logic from MAUI-only concerns into shared services.
- Replace page-by-page UI workflows in Avalonia.
- Transition packaging and release channels to multi-platform outputs.
- Compact information density for usability.
- Keyboard-first interaction patterns.
- Strict Steam publish cooldown enforcement.
- Fully custom window chrome to avoid duplicate title bars.