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

Save group filtering and UI/style fixes #332

Merged
merged 4 commits into from
Aug 16, 2023

Commits on Aug 15, 2023

  1. Replace group selector tree interface

    Re-enables filtering of group names when selecting where to save a new
    entry.
    
    Also improves the appearance and usability slightly.
    
    Contracted group status is no longer remembered when the filter changes.
    
    Keyboard shortcuts are marginally improved since earlier versions (it's
    possible to select an item using the enter key) but still far from ideal
    (see https://www.w3.org/WAI/ARIA/apg/patterns/treeview/ for all the
    details we haven't had time to implement yet)
    luckyrat committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    20ba3be View commit details
    Browse the repository at this point in the history
  2. Upgrade Vue, Vuetify, Vite, etc.

    Fixes many style/appearance bugs
    luckyrat committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9a0abbe View commit details
    Browse the repository at this point in the history
  3. Fix top padding of dividers

    luckyrat committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    40c59f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Minor lint updates

    luckyrat committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ad19f01 View commit details
    Browse the repository at this point in the history