mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[GH-ISSUE #312] Number of notifications is not in sync with actual number of notifications #157
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Pacodastre on GitHub (Jan 13, 2026).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/312
On the
/account/notificationspage, the number of notifications displayed in the side bar on the left is only showing the number of notifications when rendering the page. If notifications get cleared or a new notification shows up, that number stays the same instead of increasing or decreasing like it should.This can lead to this:
@DecDuck commented on GitHub (Jan 13, 2026):
Should be fixed by wrapping the navigation object in computed
@Pacodastre commented on GitHub (Jan 20, 2026):
Issue already fixed in
63ac2b8Number of notifications is not in sync with actual number of notificationsto [GH-ISSUE #312] Number of notifications is not in sync with actual number of notifications