Very basic details (name and hours) work now

This commit is contained in:
2022-12-19 21:08:20 -08:00
parent 976562e8bd
commit 546dbb8911
7 changed files with 95 additions and 21 deletions

View File

@@ -49,11 +49,32 @@ Adw.ApplicationWindow mainWindow {
Gtk.ListBox searchResults {}
}
Gtk.Box {
Gtk.Label seeDetailsText {
label: "Select a result to see details";
hexpand: true;
halign: center;
Gtk.Label seeDetailsText {
label: "Select a result to see details";
hexpand: true;
halign: center;
}
Gtk.Box detailsBox {
orientation: vertical;
margin-start: 14;
Gtk.Label detailsTitle {
halign: start;
styles ["title-1"]
}
Gtk.Box {
orientation: horizontal;
spacing: 12;
Gtk.Label detailsIsOpen {
halign: start;
}
Gtk.Label detailsCurrentHours {
halign: start;
}
}
}
}

View File

@@ -18,8 +18,6 @@ template Wince-BusinessRow : Gtk.ListBoxRow {
halign: start;
spacing: 12;
Gtk.Label businessOpen {
}
Gtk.Label businessRating {
}
Gtk.Label businessDistance {