11 ms·
The tabs were made to prevent the user from scrolling indefinitely if he/she is not interested in one section in particular. This only appears in desktop (not m
by flipacholas 5y ago
The tabs were made to prevent the user from scrolling indefinitely if he/she is not interested in one section in particular. This only appears in desktop (not mobile).
I'm not a web dev though, so I don't mind switching to a better pattern. Do you know a better one?
- Sholmesy 5y agoFWIW I thought they were well implemented, though unique. I think the difficulty for some readers (myself included) is that they are non-standard/different from how every other web page works. I actually quite liked them, kind of like an extended aside.
- yjftsjthsd-h 5y agoTable of contents (made of links to sections) at the top?
- flipacholas 5y agoI experimented a bit with a ToC wikipedia-style but the results didn't fit very well with the rest of the design. I'll try to allocate more time in the future to focus on the design.
- andai 5y agoOh, many years ago I wrote a script to automatically generate a Wikipedia style ToC based on the semantic structure of an article. I will find it when I get home and reply to this comment.
- flipacholas 5y agoAh don't worry about that, I use Hugo which has a ToC generator. My problem is regarding the style (CSS) which I need to spend more time to make it blend better with the rest of the site. Thanks anyway!
- paulmd 5y agoHaving a page consists of a series of "tabs" is not a very good pattern because it's not at all intuitive what is going to change (and it's only going to be part of the page) when you actually click it. Would rather just have a table of contents with items and sub-items.