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

[BUG] - Scenes aren't updated with changes #73

Open
damontecres opened this issue Jan 30, 2024 · 2 comments · Fixed by #75
Open

[BUG] - Scenes aren't updated with changes #73

damontecres opened this issue Jan 30, 2024 · 2 comments · Fixed by #75
Labels
bug Something isn't working user interface Relates to the app's user interface/experience

Comments

@damontecres
Copy link
Owner

damontecres commented Jan 30, 2024

If you navigate to a scene and make any changes (change the playback position or add a tag/performers), the scene won't update.

#75 fixes this for the main screen, but others such as Performers, Tags, or filters won't.

@damontecres damontecres added bug Something isn't working user interface Relates to the app's user interface/experience labels Jan 30, 2024
@damontecres
Copy link
Owner Author

This is just the UI issue where scene images/details are not updated on the main page (or other places with a list of scenes).

@damontecres damontecres reopened this Feb 1, 2024
@damontecres damontecres changed the title Save watch progress seems broken [BUG] - Scenes aren't updated with changes Feb 1, 2024
@damontecres
Copy link
Owner Author

Introducing the apollo caching layer might be the real solution for this (https://www.apollographql.com/docs/kotlin/caching/introduction).

However, the changes in #208/#306 are kind of at odds with this caching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working user interface Relates to the app's user interface/experience
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant