Skip to content

Commit

Permalink
feat(NewAccount): done page redesign (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr authored Oct 12, 2024
1 parent 5e6fb36 commit 40d4f38
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions data/ui/dialogs/new_account.ui
Original file line number Diff line number Diff line change
Expand Up @@ -208,17 +208,6 @@
<property name="show-title">0</property>
<property name="show-end-title-buttons">0</property>
<property name="show-start-title-buttons">0</property>
<child type="end">
<object class="GtkButton">
<property name="receives_default">1</property>
<property name="label" translatable="yes">Done</property>
<property name="sensitive" bind-source="TubaDialogsNewAccount" bind-property="is_working" bind-flags="sync-create|invert-boolean"/>
<signal name="clicked" handler="on_done_clicked" swapped="no"/>
<style>
<class name="suggested-action"/>
</style>
</object>
</child>
</object>
</child>
<property name="content">
Expand All @@ -227,9 +216,19 @@
<property name="icon_name">tuba-check-round-outline-symbolic</property>
<property name="title">Hello!</property>
<property name="description" translatable="yes">Your account is connected and ready to use!</property>
<style>
<class name="compact"/>
</style>
<child>
<object class="GtkButton">
<property name="halign">center</property>
<property name="receives_default">1</property>
<property name="label" translatable="yes">Done</property>
<property name="sensitive" bind-source="TubaDialogsNewAccount" bind-property="is_working" bind-flags="sync-create|invert-boolean"/>
<signal name="clicked" handler="on_done_clicked" swapped="no"/>
<style>
<class name="suggested-action"/>
<class name="pill"/>
</style>
</object>
</child>
</object>
</property>
</object>
Expand Down

0 comments on commit 40d4f38

Please sign in to comment.