Find a way to store Announcements offline. #102
Labels
enhancement
add functionality to an existing feature
regression
A feature that was previously working, but is not anymore
As a part of move from Qt5 to Qt6, this was a feature lost along the way.
Our AnnouncementsModel.qml relies on XmlListModel to display the announcements. It's Qt5 equivlent had the xml property that was used to load data from localstorage for when the device was offline. This field is no longer present as of Qt6.
The change was made in ab269e9
The text was updated successfully, but these errors were encountered: