You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made my own ChatMessage class, for both backend and frontend
Thanks to this, messages sent between back and front are now in a JSON form and not the legacy one
And thanks to that, online panel is now able to support chat events (hover, click, insert)
With only hover event currently implemented
Outside of message stuff - command history, chat size and toggle state of the tab list and scoreboard are now saved in the local storage of a browser. Making them not affected by a page refresh