Broke up UI into seperate file, reorganisation of dirtree, added ViewStack

This commit is contained in:
2025-12-02 23:04:11 +01:00
parent cc1401ff96
commit f8a10249bb
41 changed files with 2742 additions and 3564 deletions

View File

@@ -0,0 +1,13 @@
using Gtk 4.0;
using Adw 1;
template $HomePage: Box {
Adw.StatusPage {
title: _("Home");
Box {
Text {
text: _("This is a placeholder.");
}
}
}
}