Conversation
|
There is an extension for that ;) https://github.com/FreshRSS/Extensions |
|
ooh … Thou i think this should be default … Therefore i'll keep this PR open for the moment … |
And set correct parent option #1172
|
Nice, thanks… |
|
One more little change #1214 for recalc after auto loading more articles |
|
I can see a little bug when collapsing the categories |
|
sounds familiar and i think i fixed it … can't remember exactly … but wasn't that the reason why i added those 3 'false' to the jquery append script function? |
|
The tree |
With lots of articles on one page, all expanded (how i like it), it was a bit inconvenient to change the feed…
I solved this by making the Sidebar sticky with a jQuery Plugin "Sticky-Kit"
For the plugin to work I needed to disable the defer and async on jQuery script tag.
I hope the "mobile check" is ok this way…
Before:


After:
(sorry for creating the PR twice … choose the wrong target branch first)