Files
fizzy/app/controllers
Kevin McConnell 6c8fe164b3 Read a card should dismiss all notifications
Previous code assumed that there was a single notification to dismiss
for that card, but in practice there can be zero or many. If it's zero,
we need to avoid the crash. If it's many, we should dismiss them all.

Also re-rendering the notification stack after dismissing enables us to
remove all the removed cards, as well as reveal any older ones that were
previously outside the visible page size.

This reverts commit 6135909b7e.
2025-04-17 09:40:59 +01:00
..
2025-04-13 20:17:24 +02:00
2025-04-09 14:50:58 +02:00
2024-12-18 12:38:53 -06:00
2025-04-09 14:50:58 +02:00
2025-04-13 20:26:58 +02:00
2025-04-16 17:12:20 +02:00
2025-04-12 18:15:05 +02:00
2025-04-13 20:29:10 +02:00
2025-04-13 20:30:03 +02:00