minor fixes, API integration
This commit is contained in:
@@ -5,59 +5,65 @@ template $HomePage: Box {
|
||||
orientation: vertical;
|
||||
baseline-position: center;
|
||||
Adw.Clamp {
|
||||
Adw.PreferencesGroup {
|
||||
title: _("Welcome back, Tenno");
|
||||
styles [
|
||||
'list-title'
|
||||
]
|
||||
Adw.ActionRow {
|
||||
title: _("Owned Unique Frames:");
|
||||
title-selectable: false;
|
||||
activatable: false;
|
||||
ScrolledWindow {
|
||||
hexpand: true;
|
||||
vexpand: true;
|
||||
child: Adw.PreferencesGroup {
|
||||
margin-start:20;
|
||||
margin-end: 20;
|
||||
title: _("Welcome back, Tenno");
|
||||
styles [
|
||||
'list-title'
|
||||
]
|
||||
Adw.ExpanderRow owned_frames_row {
|
||||
title: _("Owned Unique Frames:");
|
||||
title-selectable: false;
|
||||
activatable: false;
|
||||
|
||||
[suffix]
|
||||
Label owned_frames {
|
||||
[suffix]
|
||||
Label owned_frames {
|
||||
}
|
||||
}
|
||||
}
|
||||
Adw.ActionRow {
|
||||
title: _("Owned Basic Frames:");
|
||||
title-selectable: false;
|
||||
activatable: false;
|
||||
Adw.ExpanderRow owned_basics_row {
|
||||
title: _("Owned Basic Frames:");
|
||||
title-selectable: false;
|
||||
activatable: false;
|
||||
|
||||
[suffix]
|
||||
Label owned_basics {
|
||||
[suffix]
|
||||
Label owned_basics {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Adw.ActionRow {
|
||||
title: _("Missing Basic Frames:");
|
||||
title-selectable: false;
|
||||
activatable: false;
|
||||
Adw.ExpanderRow missing_basics_row {
|
||||
title: _("Missing Basic Frames:");
|
||||
title-selectable: false;
|
||||
activatable: false;
|
||||
|
||||
[suffix]
|
||||
Label missing_basics {
|
||||
[suffix]
|
||||
Label missing_basics {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Adw.ActionRow {
|
||||
title: _("Owned Prime Frames:");
|
||||
title-selectable: false;
|
||||
activatable: false;
|
||||
Adw.ExpanderRow owned_primes_row {
|
||||
title: _("Owned Prime Frames:");
|
||||
title-selectable: false;
|
||||
activatable: false;
|
||||
|
||||
[suffix]
|
||||
Label owned_primes {
|
||||
[suffix]
|
||||
Label owned_primes {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Adw.ActionRow {
|
||||
title: _("Missing Prime Frames:");
|
||||
title-selectable: false;
|
||||
activatable: false;
|
||||
Adw.ExpanderRow missing_primes_row {
|
||||
title: _("Missing Prime Frames:");
|
||||
title-selectable: false;
|
||||
activatable: false;
|
||||
|
||||
[suffix]
|
||||
Label missing_primes {
|
||||
[suffix]
|
||||
Label missing_primes {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user