You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The link could look something like /app?site-id=..., i.e. we just pass in a query param to the posts page and use it to filter the posts shown. (that also reminds me we should fix that /app so it's just /posts or something... should make a separate issue for that)
The text was updated successfully, but these errors were encountered:
Now that platypub supports custom item types, I think the data model won't change too much more. It would be worth thinking about how to structure Platypub's UI. I chose the current navbar structure (shown below) out of expedience, not necessarily because I thought it was ideal:
And the mobile navigation is particularly bad since it doesn't have the navbar and I just wanted to get something done with as little effort as possible.
jacobobryant
changed the title
Rethink navigation/UI
Rethink navigation/UI, including mobile
Aug 8, 2022
After #39 is closed, add a link below Posts for each site you've created:
The link could look something like
/app?site-id=...
, i.e. we just pass in a query param to the posts page and use it to filter the posts shown. (that also reminds me we should fix that/app
so it's just/posts
or something... should make a separate issue for that)The text was updated successfully, but these errors were encountered: