Factories for templates and objects, Sztl parsing

This commit is contained in:
2025-11-30 21:16:33 -06:00
parent a892d982da
commit 069adb5ff5
10 changed files with 421 additions and 15 deletions

View File

@@ -4,6 +4,7 @@ using Avalonia.Controls;
using Avalonia.Input;
using Cogwheel;
using SessionZero.Cogwheel;
using SessionZero.Data.Sztl;
using SessionZero.Pages;
namespace SessionZero;
@@ -98,4 +99,7 @@ public partial class MainWindow : Window
_libraryButton?.Click += (_, _) => ChangePage("Library");
_settingsButton?.Click += (_, _) => ChangePage("Settings");
}
}