minor fixes, API integration
This commit is contained in:
@@ -12,61 +12,69 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
|
||||
<child>
|
||||
<object class="AdwClamp">
|
||||
<child>
|
||||
<object class="AdwPreferencesGroup">
|
||||
<property name="title" translatable="yes">Welcome back, Tenno</property>
|
||||
<style>
|
||||
<class name="list-title"/>
|
||||
</style>
|
||||
<child>
|
||||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">Owned Unique Frames:</property>
|
||||
<property name="title-selectable">false</property>
|
||||
<property name="activatable">false</property>
|
||||
<child type="suffix">
|
||||
<object class="GtkLabel" id="owned_frames"></object>
|
||||
<object class="GtkScrolledWindow">
|
||||
<property name="hexpand">true</property>
|
||||
<property name="vexpand">true</property>
|
||||
<property name="child">
|
||||
<object class="AdwPreferencesGroup">
|
||||
<property name="margin-start">20</property>
|
||||
<property name="margin-end">20</property>
|
||||
<property name="title" translatable="yes">Welcome back, Tenno</property>
|
||||
<style>
|
||||
<class name="list-title"/>
|
||||
</style>
|
||||
<child>
|
||||
<object class="AdwExpanderRow" id="owned_frames_row">
|
||||
<property name="title" translatable="yes">Owned Unique Frames:</property>
|
||||
<property name="title-selectable">false</property>
|
||||
<property name="activatable">false</property>
|
||||
<child type="suffix">
|
||||
<object class="GtkLabel" id="owned_frames"></object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwExpanderRow" id="owned_basics_row">
|
||||
<property name="title" translatable="yes">Owned Basic Frames:</property>
|
||||
<property name="title-selectable">false</property>
|
||||
<property name="activatable">false</property>
|
||||
<child type="suffix">
|
||||
<object class="GtkLabel" id="owned_basics"></object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwExpanderRow" id="missing_basics_row">
|
||||
<property name="title" translatable="yes">Missing Basic Frames:</property>
|
||||
<property name="title-selectable">false</property>
|
||||
<property name="activatable">false</property>
|
||||
<child type="suffix">
|
||||
<object class="GtkLabel" id="missing_basics"></object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwExpanderRow" id="owned_primes_row">
|
||||
<property name="title" translatable="yes">Owned Prime Frames:</property>
|
||||
<property name="title-selectable">false</property>
|
||||
<property name="activatable">false</property>
|
||||
<child type="suffix">
|
||||
<object class="GtkLabel" id="owned_primes"></object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwExpanderRow" id="missing_primes_row">
|
||||
<property name="title" translatable="yes">Missing Prime Frames:</property>
|
||||
<property name="title-selectable">false</property>
|
||||
<property name="activatable">false</property>
|
||||
<child type="suffix">
|
||||
<object class="GtkLabel" id="missing_primes"></object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">Owned Basic Frames:</property>
|
||||
<property name="title-selectable">false</property>
|
||||
<property name="activatable">false</property>
|
||||
<child type="suffix">
|
||||
<object class="GtkLabel" id="owned_basics"></object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">Missing Basic Frames:</property>
|
||||
<property name="title-selectable">false</property>
|
||||
<property name="activatable">false</property>
|
||||
<child type="suffix">
|
||||
<object class="GtkLabel" id="missing_basics"></object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">Owned Prime Frames:</property>
|
||||
<property name="title-selectable">false</property>
|
||||
<property name="activatable">false</property>
|
||||
<child type="suffix">
|
||||
<object class="GtkLabel" id="owned_primes"></object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">Missing Prime Frames:</property>
|
||||
<property name="title-selectable">false</property>
|
||||
<property name="activatable">false</property>
|
||||
<child type="suffix">
|
||||
<object class="GtkLabel" id="missing_primes"></object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
||||
Reference in New Issue
Block a user