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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    a267d62 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 3, 2024
    Configuration menu
    Copy the full SHA
    0205a73 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. 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 5, 2024
    Configuration menu
    Copy the full SHA
    b03fcf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f12c27 View commit details
    Browse the repository at this point in the history
  3. fix: load-more not working after changing item ordering

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

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

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

Commits on Oct 7, 2024

  1. Update lib/Listeners/UserSettingsListener.php

    Co-authored-by: Sean Molenaar <[email protected]>
    Signed-off-by: Wolfgang <[email protected]>
    wofferl and SMillerDev authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    157bfbf View commit details
    Browse the repository at this point in the history