feature wishlist

This site is getting better everyday, big shout out to @Ernest , you're doing a fantastic job :)... #kbin #ui #wishlist #kbinMeta

https://kbin.social/m/kbinMeta/t/42621

feature wishlist - /kbin meta - kbin.social

This site is getting better everyday, big shout out to @ernest , you're doing a fantastic job :)...

Having the ability to expand/shrink replies and trees would be nice. Once I'm done reading a few replies to something I'd like to minimize that tree and read others.

yup that’s me! it’s gone through several reviews and i envision it to hopefully go in once ernest has some time to breathe!

if u want to see gifs of it in action: https://codeberg.org/Kbin/kbin-core/pulls/167

Add support for collapsable comment threads/trees on click

#### Resolves https://codeberg.org/Kbin/kbin-core/issues/9 ### Description When you click on the comment collapse/expand indicator, it will now collapse and hide all its children. If you click it again, it'll show all its children again. NOTE: I've opted for a simpler solution for nested comment threads (if you have a collapsed thread in another collapsed thread, expanding the one at a higher level will expand the whole thing, TODO: https://codeberg.org/Kbin/kbin-core/issues/284) for now to get this out as a "V1" ### Testing Tested it by bashing locally on a thread's comments with various levels of nesting (gif attached). Also tested on user profile where comments show and there are no regressions. ### Demo GIFs ![mobile-demo](https://codeberg.org/attachments/bd4e816f-16a4-4881-8c0b-91a2dd321e9c) ![desktop-demo](https://codeberg.org/attachments/9e83ac86-0001-41bb-b2f2-60991705ffe6)

Codeberg.org