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

Added toggle button to sort chats by title, creation date, or recently updated. #1932

Closed
wants to merge 4 commits into from

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    cc9335c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Moved sorting button into user menu

    Changed design to occupy less space on the sidebar.
    Update to request open-webui#1392
    albertso committed May 4, 2024
    Configuration menu
    Copy the full SHA
    7593687 View commit details
    Browse the repository at this point in the history
  2. Moved list sort button into search box

    Also removed right padding from input, to so text reaches flush with the icon. Otherwise, there is a lot of space, but this might be preference.
    albertso committed May 4, 2024
    Configuration menu
    Copy the full SHA
    bf144eb View commit details
    Browse the repository at this point in the history
  3. Better aria label, shifted enum order, whitespace correction

    The aria label was static, now it's the same as the tooltip.
    Reordered enum to match with initial value (equal behaviour).
    albertso committed May 4, 2024
    Configuration menu
    Copy the full SHA
    6884757 View commit details
    Browse the repository at this point in the history