
This prevents a release on Nextcloud 13 and I've pulled 12.0.0 due to more issues surfacing recently which I won't be fixing due to #150

@BernhardPosselt can you point me where the compact view is broken?
Also, should we support 13+ on the next release?
Hover over the settings area

Unread count is hidden if feed title is long, e.g.:
Not on my stable13 server
Is not fixed, reopening
@skjnldsv add bemetal.org into a folder

@BernhardPosselt still good on my side... :/
@skjnldsv not the only one with this issue :) https://github.com/nextcloud/news/issues/234#issuecomment-360983544
Also it seems to only affect Firefox, looks good in Chrome
Thanks, I'll try on ff :)
Fixed in 13.0.0 RC 4
Thanks for working on this issue.
Now I'm Nextcloud 13 RC4 and the latest git master of the news app, but the bug described here https://github.com/nextcloud/news/issues/234#issuecomment-360983544 is still present. Invisible feeds are still filling additional space in the list :(
@onny what browser?
Firefox and Chrome
Try clearing your browser cache
Yup, can't reproduce either :)
That's how you can reproduce it using a Docker image with a fresh Nextcloud instance:
cd /tmp
wget "https://github.com/nextcloud/news/releases/download/12.0.1/news.tar.gz"
wget "https://onny.project-insanity.org/files/oc_news_db.tar.gz"
tar xvf news.tar.gz oc_news_db.tar.gz
docker build -t nextcloud-testing github.com/onny/docker-nextcloud
docker run -v /tmp/dockerdata:/data/data -v /tmp/news:/opt/nextcloud/apps/news -d --name nextcloud -p 80:80 nextcloud-testing
Import news app db backup:
cat /tmp/oc_news_{feeds,folders}.sql | sudo sqlite3 /tmp/dockerdata/owncloud.db
Now wait until Webcron will start loading the feeds. The hidden items will appear.
Updated to Nextcloud 13.0 final and this issue is still present :(
@rullzer is the appdata clear function available for @onny ?
Not in 13 yet. But you can try https://github.com/rullzer/appdatacleaner
So I cleaned up my feed directory and of course it solved the issue. It's not the best soloution but maybe the quickest ;) Thanks for helping!
Most helpful comment
Hover over the settings area