Commit Graph

6 Commits

Author SHA1 Message Date
Quentin Gliech
154162e917 frontend: Show all compatibilities sessions, not just SSO logins
Also cleans up a bunch of things in the frontend
2023-07-06 18:12:34 +02:00
Quentin Gliech
82afe9471c Better frontend assets handling and move the react app to /account/ (#1324)
This makes the Vite assets handling better, namely:

 - make it possible to include any vite assets in the templates
 - include the right `<link rel="preload">` tags for assets
 - include Subresource Integrity hashes
 - pre-compress assets and remove on-the-fly compression by the Rust server
 - build the CSS used by templates through Vite

It also moves the React app from /app/ to /account/, and remove some of the old SSR account screens.
2023-07-06 15:30:26 +02:00
Quentin Gliech
28a9d54072 Serve the SPA by the server 2022-11-18 13:43:01 +01:00
Quentin Gliech
6396192b40 Cleanup Storybook config and add theme switcher 2022-11-18 13:43:01 +01:00
Quentin Gliech
3df8e3962d Basic navigation 2022-11-18 13:43:01 +01:00
Quentin Gliech
33cf799a1e Bootstrap the frontend 2022-11-18 13:43:01 +01:00