🚸(frontend) follow antoine's remarks on homepage and header

- show the header on homepage. Not sure we want any header on this app
actually but I guess he's right since we have one it feels more
consistent to have it everywhere
- show logged in email in header. ditched it because i didn't quite get
the value of showing it all the time in this app but i guess it's better
than nothing
- remove user info from settings. Since they are back in the header, no
need
This commit is contained in:
Emmanuel Pelletier
2024-07-25 14:39:34 +02:00
parent d15fb0a19b
commit 668523aa8b
19 changed files with 117 additions and 76 deletions

View File

@@ -181,6 +181,7 @@ const config: Config = {
active: { value: '{colors.gray.300}' },
text: { value: '{colors.default.text}' },
border: { value: '{colors.gray.500}' },
subtle: { value: '{colors.gray.400}' },
},
primary: {
DEFAULT: { value: '{colors.blue.700}' },