9e5dfd1c84
Move "Log out" button into the nav menu
...
When actually using mobile, I was like "oh, it's maybe not great that the menu button is tiny and the Log out button is huge". Awkward click targets!
2021-01-18 13:51:52 -08:00
4a352e04e0
simulate login with IMPRESS_LOG_IN_AS flag
2021-01-05 23:22:03 -08:00
9a2308fd41
add Outfits link to global header
2021-01-04 08:13:37 +00:00
79bde552e2
move src/images into src/app/images
...
I'm gonna add a `src/shared` next, and it felt weird for `images` to be a sibling, esp since the images are only for the client app!
2021-01-04 03:49:08 +00:00
406849182a
update chakra imports
2020-12-25 09:08:33 -08:00
63a17824e5
lint fixes
2020-11-08 14:35:02 -08:00
e47bec0abc
refactor menu/nav a bit
2020-11-03 19:36:48 -08:00
2de840b53e
fix mobile flash-of-wrong-nav-menu
...
In the previous impl, the buttons variant of the menu would appear on first render, and then the breakpoint stuff would adjust and re-render as the compact nav menu. Now I'm using CSS to show/hide instead!
2020-11-03 14:57:26 -08:00
f6268810be
make invisible DTI title text not clickable
2020-10-10 02:34:02 -07:00
64d09f040a
re-add nav menu, to prevent bad wrapping on iphone
...
noticed that the left-title and right-nav were running into each other on a standard iphone layout... menu fixes this!
2020-09-21 03:31:49 -07:00
a81060d5b8
make the Dress to Impress text clickable
...
oops, right, it was not part of the link! Now it is. Feels much better :)
2020-09-21 03:18:32 -07:00
1eeba40fac
rename GlobalNavBar to GlobalHeader
...
for consistency with GlobalFooter
2020-09-21 03:08:24 -07:00