account-overview: Show notification on account message

Accounts implement the CallsMessageSource interface and emit messages when
there are state changes of which the user should be informed.

Closes #340
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-12-15 14:06:03 +01:00
parent 695839a2d9
commit 2a9791a9a3
2 changed files with 37 additions and 0 deletions

View File

@@ -28,6 +28,14 @@
</object>
</child>
<child>
<object class="GtkOverlay">
<property name="visible">True</property>
<child type="overlay">
<object class="CallsInAppNotification" id="in_app_notification">
<property name="visible">True</property>
</object>
</child>
<child>
<object class="GtkStack" id="stack">
<property name="visible">True</property>
@@ -79,6 +87,8 @@
</object>
</child>
</object>
</child>
</template>
<object class="HdyActionRow" id="add_row">