-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing features in News 25.x #2503
Comments
Hello, |
Are there features missing that will impact external apps accessing news, eg. Nextcloud News Android app? Or is this all related to the News UI in Nextcloud via web browser? |
All related to the frontend, the API/backend which is used by the apps actually is a bit better, performance, bug fixes for edge cases and so on |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment was marked as duplicate.
This comment was marked as duplicate.
Very happy with the rewrite, much more responsive than the AngularJS version. Missing feature: there is no way to move a feed from one folder to another |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hi, i have to add that scrolling in the mobile Interface ist a Pita, as items disapear from the list too early and the rest of the list jumps up... Also I'd love to see the full post list again, I was used to scroll through the list of full news items, as most providers do not feed the full article anyway. |
For the first issue you mention there is already #2498 basically the vue component in use does not work properly. I'm not sure if that view will come back. There are so many different opinions how the views should be done. |
Unless people make a pull request of course, then there's a reasonable chance it will be added |
I miss the Keybord Navigation to the next Article |
See #2671. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
It might be worth it to have an "officially recommended" solution to this for now, apart from uninstalling news. |
My official recommended solution is to update to the alpha. We do not support older versions at all. Some people might find this strange but that's how it is in open source sometimes. |
Should be up to date but if you want to work on the code and implement create a PR better double check 😊 |
And do you think we could add |
Fixed - First features for user settings after vue migration (#2795) - scroll stops after first bunch of items when they are marked read during scroll (#2814) - marked read items disappear when showAll is disabled in folder or feed view (#2814) - Feed item lists are merged when filtered (#2516) - Mark as read on Scroll (#2503) - Open news with the last viewed feed or folder (#2507) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
this is implemented with #2795
Should this really be an own option or like in news24 when showAll is disabled autohide read folders |
Fixed - First features for user settings after vue migration (#2795) - scroll stops after first bunch of items when they are marked read during scroll (#2814) - marked read items disappear when showAll is disabled in folder or feed view (#2814) - Feed item lists are merged when filtered (#2516) - Mark as read on Scroll (#2503) - Open news with the last viewed feed or folder (#2507) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
I think how it was in news24 is ok |
Yes this worked with alpha11. When you set the global setting to "Reverse ordering" the feeds are sorted from oldest to newest. |
Ok, global settings in something different then. I was working on the per-feed settings. |
Yes, we talked about this in your PR :) |
This comment has been minimized.
This comment has been minimized.
is importing OPML files an abandoned feature? No longer works in the app and missing from web ui |
It's in the list above, so clearly not. |
These seem both like new feature requests, please file those in Discussions or as a pull request. |
Changed - Feed ordering will now be used for sorting items (#2678) Fixed - restore old scroll behavior to scroll after articles needed for mark scroll on read (#2817) - 25.0.0-alpha2: Feed folder bar menu always opens collapsed (#2508) - fix: hide folder/feeds with no unread items when `showAll` is disabled (#2503) - Items keep popping up in Folder, All or Unread view (#2833) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Changed - Feed ordering will now be used for sorting items (#2678) Fixed - restore old scroll behavior to scroll after articles needed for mark scroll on read (#2817) - 25.0.0-alpha2: Feed folder bar menu always opens collapsed (#2508) - fix: hide folder/feeds with no unread items when `showAll` is disabled (#2503) - Items keep popping up in Folder, All or Unread view (#2833) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Just for my edification, are all the features listed here blockers for the 25.x release? In particular, I'm under the impression that things like the compact mode could reasonably be postponed to 26.x, so that nextcloud news can be used again with fewer features in the meantime? For some context, Nextcloud 27 has been EOL for a few months, so there's currently no supported way of installing of Nextcloud News, despite it being a featured app on the official website — an alpha install is not really a supported install IMHO. Regardless of your choice on the matter, thank you for all the work you put towards Nextcloud News 25! I'm very hyped about it, even though I've been living without an RSS feed for quite a few months now 😅 |
To be fair, if you have access to the console, it's fairly easy to install the alpha version. But I agree it's a workaround and I'd prefer an official release of 25.0 with less features, knowing more are coming in 25.x afterwards |
Closing this as we are about to release 25.0.0. I'm sure there is still room for improvement but it will be the end of this issue. |
Background
News 25.x includes a major rewrite of the fronted. This change was necessary since the old UI was based on angular JS (the original) and that framework is no longer supported by Google and therefore also all dependencies and everything around it.
The new frontend uses vue js and the nextcloud libs for vue js.
See https://github.com/orgs/nextcloud/projects/85 for the things that have been done so far.
Current Situation
We have alpha releases that include basic functionality. People can install them manually from the app-store via cli or however they like.
Missing Features
Pull requests welcome ❤️
The text was updated successfully, but these errors were encountered: