Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find a way to store Announcements offline. #102

Open
42flyingfish opened this issue Sep 27, 2024 · 0 comments
Open

Find a way to store Announcements offline. #102

42flyingfish opened this issue Sep 27, 2024 · 0 comments
Labels
enhancement add functionality to an existing feature regression A feature that was previously working, but is not anymore

Comments

@42flyingfish
Copy link
Collaborator

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

@42flyingfish 42flyingfish added the enhancement add functionality to an existing feature label Sep 27, 2024
@42flyingfish 42flyingfish added the regression A feature that was previously working, but is not anymore label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement add functionality to an existing feature regression A feature that was previously working, but is not anymore
Projects
None yet
Development

No branches or pull requests

1 participant