unread_ui: Rename functions names to offer a general clarity.

Previously, the naming of functions in unread_ui was targeted towards a
specific unread banner. This is terrible if we plan on having multiple
types of unread banners and this change aims to offer that level of clarity.
This commit is contained in:
Joelute
2023-04-11 17:36:11 -04:00
committed by Tim Abbott
parent afbd0a9b43
commit ffbe6e870a
7 changed files with 16 additions and 16 deletions

View File

@@ -272,7 +272,7 @@ export function initialize() {
// The below checks might seem redundant, but it's
// possible this logic, which runs after a delay, lost
// a race with switching to another view, like Recent
// Topics, and we don't want to displ[ay this banner
// Topics, and we don't want to display this banner
// in such a view.
//
// This can likely be fixed more cleanly with another approach.