Reflect
Active member
As I understand it...
If there is a report and a moderator logs in, they will see "Reports 1" highlighted in red in the top moderator bar via the CSS class "badgeContainer--highlighted". When they click on "Reports" this class is removed and the "1" will un-highlight for the rest of the session.
If the browser is closed and re-opened, memory of this un-highlight is forgotten and the reports count goes back to being red. I assume this information is stored in some kind of cookie or session cache that does not survive closing a browser.
Is there a way to make this persist through browser closing?
If there is a report and a moderator logs in, they will see "Reports 1" highlighted in red in the top moderator bar via the CSS class "badgeContainer--highlighted". When they click on "Reports" this class is removed and the "1" will un-highlight for the rest of the session.
If the browser is closed and re-opened, memory of this un-highlight is forgotten and the reports count goes back to being red. I assume this information is stored in some kind of cookie or session cache that does not survive closing a browser.
Is there a way to make this persist through browser closing?