frontend: Resolve the NavigationUserMenu hydration error when running without authentication (#289)
* Avoid creating the user menu during SSR
* Memoize the JWT decode to stop session changing every render
* Clean up old comment and unnecessary changes
* Fix formatting