2018-07-04 21:38:28 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2022-02-14 13:55:59 +00:00
|
|
|
<requires lib="gtk" version="4.0"/>
|
2018-07-04 21:38:28 +00:00
|
|
|
<object class="GtkPaned" id="paned">
|
2022-02-14 13:55:59 +00:00
|
|
|
<property name="shrink-start-child">False</property>
|
|
|
|
<property name="shrink-end-child">False</property>
|
|
|
|
<property name="resize-start-child">False</property>
|
2018-07-04 21:38:28 +00:00
|
|
|
<property name="position">300</property>
|
|
|
|
<child>
|
2019-09-30 00:11:23 +00:00
|
|
|
<object class="GtkStack" id="left_stack">
|
2019-04-12 14:24:43 +00:00
|
|
|
<child>
|
2022-02-14 13:55:59 +00:00
|
|
|
<object class="GtkStackPage">
|
2019-09-30 00:11:23 +00:00
|
|
|
<property name="name">content</property>
|
2022-02-14 13:55:59 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<child>
|
|
|
|
<object class="DinoUiConversationSelector" id="conversation_list">
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-09-30 00:11:23 +00:00
|
|
|
</object>
|
2022-02-14 13:55:59 +00:00
|
|
|
</property>
|
2019-09-30 00:11:23 +00:00
|
|
|
</object>
|
2019-04-12 14:24:43 +00:00
|
|
|
</child>
|
2018-07-04 21:38:28 +00:00
|
|
|
<child>
|
2022-02-14 13:55:59 +00:00
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">placeholder</property>
|
|
|
|
<property name="child">
|
2019-09-30 00:11:23 +00:00
|
|
|
<object class="GtkBox">
|
2022-02-14 13:55:59 +00:00
|
|
|
<property name="margin-start">20</property>
|
|
|
|
<property name="margin-end">20</property>
|
|
|
|
<property name="margin-top">20</property>
|
|
|
|
<property name="margin-bottom">20</property>
|
|
|
|
<property name="spacing">10</property>
|
|
|
|
<property name="valign">start</property>
|
|
|
|
<property name="halign">start</property>
|
2018-08-07 14:03:00 +00:00
|
|
|
<child>
|
2022-02-14 13:55:59 +00:00
|
|
|
<object class="GtkImage" id="conversation_list_placeholder_image">
|
|
|
|
<property name="valign">start</property>
|
2018-08-07 14:03:00 +00:00
|
|
|
<style>
|
2019-09-30 00:11:23 +00:00
|
|
|
<class name="dim-label"/>
|
2018-08-07 14:03:00 +00:00
|
|
|
</style>
|
2019-09-30 00:11:23 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2022-02-14 13:55:59 +00:00
|
|
|
<property name="wrap">1</property>
|
|
|
|
<property name="margin-top">70</property>
|
|
|
|
<property name="margin-end">50</property>
|
|
|
|
<property name="valign">end</property>
|
|
|
|
<property name="label" translatable="1">Click here to start a conversation or join a channel.</property>
|
2019-09-30 00:11:23 +00:00
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
2018-08-07 14:03:00 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2018-07-04 21:38:28 +00:00
|
|
|
</object>
|
2022-02-14 13:55:59 +00:00
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkOverlay">
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkStack" id="right_stack">
|
|
|
|
<child>
|
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">content</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="DinoUiConversationView" id="conversation_view">
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkStackPage">
|
2019-09-30 00:11:23 +00:00
|
|
|
<property name="name">placeholder</property>
|
2022-02-14 13:55:59 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="icon-name">im.dino.Dino-symbolic</property>
|
|
|
|
<property name="pixel-size">144</property>
|
|
|
|
<property name="margin-bottom">30</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="1">You have no open chats</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="scale" value="1.2"></attribute>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
2018-07-04 21:38:28 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
2022-02-14 13:55:59 +00:00
|
|
|
</property>
|
2018-07-04 21:38:28 +00:00
|
|
|
<child type="overlay">
|
|
|
|
<object class="GtkRevealer" id="search_revealer">
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="transition-type">slide-left</property>
|
|
|
|
<style>
|
|
|
|
<class name="dino-sidebar"/>
|
|
|
|
</style>
|
2022-02-14 13:55:59 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkFrame" id="search_frame">
|
2018-07-04 21:38:28 +00:00
|
|
|
<property name="width-request">400</property>
|
|
|
|
</object>
|
2022-02-14 13:55:59 +00:00
|
|
|
</property>
|
2018-07-04 21:38:28 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2022-02-14 13:55:59 +00:00
|
|
|
</interface>
|