momentum-mod / website

Momentum Mod's main website.
https://momentum-mod.org
MIT License
55 stars 60 forks source link

Misc tweaks for Gordi's login-less frontend #928

Closed tsa96 closed 3 months ago

tsa96 commented 3 months ago

Just a couple small things.

Generally I don't think we need to do hardcore mega-reactivity stuff where you avoid storing state on classes at all costs, but in the case of the local user service, using async pipes better to avoid storing stuff like isLoggedIn everywhere makes a lot of sense.