mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 22:40:53 -04:00
Added periodic sync. Improved sync dialog UI.
This commit is contained in:
parent
d5231da5bb
commit
7df2a69b4b
3 changed files with 91 additions and 13 deletions
|
@ -71,13 +71,14 @@ MDNavigationLayout:
|
|||
|
||||
MDIconButton:
|
||||
pos_hint: {"center_x": .5, "center_y": .5}
|
||||
icon: "close-network-outline"
|
||||
# icon: "close-network-outline"
|
||||
icon: "waves"
|
||||
icon_size: "72dp"
|
||||
|
||||
MDLabel:
|
||||
id: connecting_info
|
||||
halign: "center"
|
||||
text: "Shutting down..."
|
||||
text: "Dissolving Reticulum"
|
||||
font_size: "32dp"
|
||||
size_hint_y: None
|
||||
text_size: self.width, None
|
||||
|
@ -1117,17 +1118,18 @@ MDNavigationLayout:
|
|||
orientation: "vertical"
|
||||
spacing: "24dp"
|
||||
size_hint_y: None
|
||||
padding: [0, 0, 0, dp(16)]
|
||||
height: self.minimum_height+dp(24)
|
||||
|
||||
MDProgressBar:
|
||||
id: sync_progress
|
||||
value: 0
|
||||
|
||||
MDLabel:
|
||||
id: sync_status
|
||||
hint_text: "Name"
|
||||
text: "Initiating sync..."
|
||||
|
||||
MDProgressBar:
|
||||
id: sync_progress
|
||||
value: 0
|
||||
|
||||
<ConvSettings>
|
||||
orientation: "vertical"
|
||||
spacing: "24dp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue