CTFd icon indicating copy to clipboard operation
CTFd copied to clipboard

Show notification count in title

Open ColdHeat opened this issue 5 years ago • 2 comments

Show a notification count in the title to make it clearer when people should go read a notification.

This needs to be synced across all CTFd tabs so it's a little tricky.

ColdHeat avatar Sep 20 '20 02:09 ColdHeat

This actually doesn't work because you need to send messages between all the browser tabs using the window controller. The notification count is actually currently broken because this isn't how it currently works.

ColdHeat avatar Nov 16 '20 19:11 ColdHeat

A service worker may actually be able to workaround the connection limit but I'm not sure if the browser compatibility or whether SSE works well within a service worker.

ColdHeat avatar Feb 20 '22 12:02 ColdHeat