plibither8 / refined-hacker-news

✨ Hacker News, but refined — Interface tweaks and features to make the HN experience better

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] long show/hide bars on the left side of messages

vanyakosmos opened this issue · comments

On reddit thread can be collapsed using vertical bar no matter how far above root message is. This feature will also help to determine "the level of nesting" of messages and will help to answer the question "is this message reply to the post or some other message?".

Screenshot 2020-06-25 at 21 14 34

Hi, thanks for opening the issue. I've thought about this a lot from the start, and implementing this currently would be next to impossible without giving the entire html DOM of the comments page a restructure. This is almost prohibitive because: 1) it'll take a lot of time to think, plan and implement such a solution, 2) it'll be very costly on the performance: changing almost the entire html content every time a comments page is opened will start to become annoying due to flashes of change being seen, and 3) it'll require changes in almost all other features.

For these reasons, I've decided not to implement it, it might be out of bounds for this extension.