mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 18:22:46 +00:00
Models get updated when userData changes at server
The websocket now notifies the ApiClient, on which several models and items are listening, when the userData for an user has changed. The UI on the qml side may automatically updates without any extra effort. This also resolves a bug where videos didn't resume after +/- 3:40 due to an integer overflow.
This commit is contained in:
parent
1e80ceb697
commit
d81fa50715
17 changed files with 304 additions and 44 deletions
|
@ -86,5 +86,6 @@ BackgroundItem {
|
|||
height: Theme.paddingSmall
|
||||
color: Theme.highlightColor
|
||||
width: root.progress * parent.width
|
||||
Behavior on width { SmoothedAnimation {} }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue