Broke up UI into seperate file, reorganisation of dirtree, added ViewStack
This commit is contained in:
13
data/resources/ui/home.blp
Normal file
13
data/resources/ui/home.blp
Normal 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.");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user