-
Notifications
You must be signed in to change notification settings - Fork 186
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
fix: add user settings #2795
fix: add user settings #2795
Conversation
Needs a rebase :) |
ff1479b
to
42f449d
Compare
I can't fix the frontend tests :) |
ah, I see some problems. I will look into it later tonight |
Not sure I have not much insight into the frontend tests |
This seems a problem with my develop system that throws several |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do I need to do anything else here?
|
…oment) Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
The backend sends the items to the frontend in packets of 40 sorted by item id. In the unread, all articles or folder view this leads to the fact that new items that have been loaded can also be sorted above the items already displayed. Signed-off-by: Wolfgang <[email protected]>
…sabled Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
Co-authored-by: Sean Molenaar <[email protected]> Signed-off-by: Wolfgang <[email protected]>
… set Signed-off-by: Wolfgang <[email protected]>
add changelog entry Signed-off-by: Wolfgang <[email protected]> Signed-off-by: Benjamin Brahmer <[email protected]>
Signed-off-by: Benjamin Brahmer <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
12c732e
to
e6ed728
Compare
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 <[email protected]>
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 <[email protected]>
Summary
Things that are still missing here:
Checklist