jacobobryant / platypub

A publishing platform built with Biff
MIT License
65 stars 13 forks source link

add /sites link to Post page on mobile view #4

Closed jeffp42ker closed 2 years ago

jeffp42ker commented 2 years ago

In a mobile-sized view, moving from the Post page to Sites in order to Export, Publish or Preview requires one click to the menu and another on Sites. This link removes a bit of friction with a direct Sites link on the Post page.

jacobobryant commented 2 years ago

Sounds good. IMO this makes the UI a little inconsistent, but eh. At some point perhaps we should use a tabs/pills navigation component like on The Sample:

image

(Maybe I'll just copy-paste that code over on the weekend...)

jeffp42ker commented 2 years ago

Yes, I should have started with that instead of the hamburger, if I'd thought of it, considering we only have a few links. I guess accounting for the "Toggle dark mode" pref threw me off.