Skip to content
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

Merged
merged 12 commits into from
Oct 17, 2024
Merged

fix: add user settings #2795

merged 12 commits into from
Oct 17, 2024

Commits on Oct 17, 2024

  1. fix: add user settings (compact and compactExpand are hidden at the m…

    …oment)
    
    Signed-off-by: Wolfgang <[email protected]>
    wofferl committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9f80f97 View commit details
    Browse the repository at this point in the history
  2. fix: eslint errors

    Signed-off-by: Wolfgang <[email protected]>
    wofferl committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c133e7f View commit details
    Browse the repository at this point in the history
  3. 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]>
    wofferl committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    82ee08c View commit details
    Browse the repository at this point in the history
  4. fix: hide items read and all articles view when showAll setting is di…

    …sabled
    
    Signed-off-by: Wolfgang <[email protected]>
    wofferl committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    51cde48 View commit details
    Browse the repository at this point in the history
  5. fix: load-more not working after changing item ordering

    Signed-off-by: Wolfgang <[email protected]>
    wofferl committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e7a7914 View commit details
    Browse the repository at this point in the history
  6. fix: mark all read with reverse ordering

    Signed-off-by: Wolfgang <[email protected]>
    wofferl committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    38f50ec View commit details
    Browse the repository at this point in the history
  7. fix: add missing keys for navigation

    Signed-off-by: Wolfgang <[email protected]>
    wofferl committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    26557e4 View commit details
    Browse the repository at this point in the history
  8. Update lib/Listeners/UserSettingsListener.php

    Co-authored-by: Sean Molenaar <[email protected]>
    Signed-off-by: Wolfgang <[email protected]>
    wofferl and SMillerDev committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3b9bc66 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea380f1 View commit details
    Browse the repository at this point in the history
  10. 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]>
    wofferl committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d4397c5 View commit details
    Browse the repository at this point in the history
  11. fix test, code and style

    Signed-off-by: Benjamin Brahmer <[email protected]>
    Grotax authored and wofferl committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6a8f12b View commit details
    Browse the repository at this point in the history
  12. fix: code and style

    Signed-off-by: Wolfgang <[email protected]>
    wofferl committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e6ed728 View commit details
    Browse the repository at this point in the history