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] Deleted Games don't appear to update UI correctly #325

Closed
AndrewBudziszek opened this issue Aug 6, 2023 · 1 comment · Fixed by #326
Closed

[Bug] Deleted Games don't appear to update UI correctly #325

AndrewBudziszek opened this issue Aug 6, 2023 · 1 comment · Fixed by #326
Assignees
Labels
bug Something isn't working

Comments

@AndrewBudziszek
Copy link

RomM version
v1.9

Describe the bug
When deleting records from UI, the UI doesn't update accordingly.

To Reproduce

  1. Delete a game from your library in the UI
  2. Observe game disappearing from library, but count in sidebar remains the same (even after reload)

Expected behavior
When deleting a game from your library, the games disappear from the library and the sidebar updates accordingly.
Any subsequent scans should pick the game back up again.

Screenshots
image

Platform

  • Running in Firefox
@AndrewBudziszek AndrewBudziszek added the bug Something isn't working label Aug 6, 2023
@AndrewBudziszek AndrewBudziszek changed the title [Bug] Bug title [Bug] Deleted Games don't appear to update UI correctly Aug 6, 2023
@gantoine
Copy link
Member

gantoine commented Aug 6, 2023

Confirmed, seems we don't emit a refreshPlatforms event on delete, like we do on scan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants