-
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
Commits on Oct 17, 2024
-
fix: add user settings (compact and compactExpand are hidden at the m…
…oment) Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f80f97 - Browse repository at this point
Copy the full SHA 9f80f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for c133e7f - Browse repository at this point
Copy the full SHA c133e7fView commit details -
fix: items loaded after are not sorted sequentially
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]>
Configuration menu - View commit details
-
Copy full SHA for 82ee08c - Browse repository at this point
Copy the full SHA 82ee08cView commit details -
fix: hide items read and all articles view when showAll setting is di…
…sabled Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51cde48 - Browse repository at this point
Copy the full SHA 51cde48View commit details -
fix: load-more not working after changing item ordering
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7a7914 - Browse repository at this point
Copy the full SHA e7a7914View commit details -
fix: mark all read with reverse ordering
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38f50ec - Browse repository at this point
Copy the full SHA 38f50ecView commit details -
fix: add missing keys for navigation
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26557e4 - Browse repository at this point
Copy the full SHA 26557e4View commit details -
Update lib/Listeners/UserSettingsListener.php
Co-authored-by: Sean Molenaar <[email protected]> Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b9bc66 - Browse repository at this point
Copy the full SHA 3b9bc66View commit details -
fix: only show unread when showAll is disabled and no extra filter is…
… set Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea380f1 - Browse repository at this point
Copy the full SHA ea380f1View commit details -
fix: remove unused options for non existing compact mode
add changelog entry Signed-off-by: Wolfgang <[email protected]> Signed-off-by: Benjamin Brahmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4397c5 - Browse repository at this point
Copy the full SHA d4397c5View commit details -
Signed-off-by: Benjamin Brahmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a8f12b - Browse repository at this point
Copy the full SHA 6a8f12bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6ed728 - Browse repository at this point
Copy the full SHA e6ed728View commit details