Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: persistent drop-down navigation bar #508

Open
plebeius-eth opened this issue Aug 30, 2024 · 3 comments
Open

add: persistent drop-down navigation bar #508

plebeius-eth opened this issue Aug 30, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@plebeius-eth
Copy link
Member

Having some kind of sticky navigation tool is important, especially in our case since we use infinite scroll instead of pagination. Without it, it's hard to navigate across boards while scrolling down a feed, because the navigation bar is located at the top of the page. 4chan uses a sticky header on mobile, which we have already implemented, and on desktop, it uses the Frames tool, which I believe we should implement as well.

Image

@plebeius-eth plebeius-eth self-assigned this Aug 30, 2024
@plebeius-eth plebeius-eth added the enhancement New feature or request label Aug 30, 2024
@estebanabaroa
Copy link
Member

estebanabaroa commented Aug 31, 2024

how many people use this? I've never used it, I think left only sidebar is too unintuitive because it's too different from most popular sites. most sites have either sidebars on both sides, with content in the middle, or sidebar only on the right, with content on the left. I dont know any popular sites with only sidebar on the left.

imo it would be better UX to have the sticky header on desktop as well somehow (not sure how to make it merge smoothly with the desktop header when it reaches the top)

also imo it's low priority at the moment since 90% of users are on mobile

@estebanabaroa
Copy link
Member

estebanabaroa commented Aug 31, 2024

I guess one idea could be to sticky the [Home] menu and the [Return] menu, and make them separately merge back to their original position when the user scrolls up, it would look something like this as the user is scrolling up

image

but complicated to implement and low priority at the moment imo, since most people are only mobile, and people on desktop can figure out how to scroll back all the way up if they need

@plebeius-eth plebeius-eth changed the title add: "frames" desktop tool to navigate more easily across boards add: persistent drop-down navigation bar Oct 3, 2024
@plebeius-eth
Copy link
Member Author

4chan actually has a sticky header setting, under "Navigation". It only appears on desktop, it's not available on mobile since they force the sticky header. It's called "persistent drop-down navigation bar", I think we should do the same:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants