mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user