[Bug]: Collection replay should be fully updated when an item is added or removed
Closed this issue · 1 comments
ikreymer commented
Browsertrix Version
v1.12.0
What did you expect to happen? What happened instead?
The replay cache is not currently cleared when an item is added / removed, resulting in replay not being up to date with state of collection.
Reproduction instructions
- Create collection, add items
- Load replay.
- Remove items, add other items
- Observe replay is not automatically updated.
Screenshots / Video
No response
Environment
No response
Additional details
The simplest solution is to do a full reload, which will be supported via webrecorder/replayweb.page#374