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(files): remove focus outline on file list item click and make the link focusable #41619

Merged
merged 4 commits into from
Nov 28, 2023

Commits on Nov 28, 2023

  1. fix(files): remove focus outline on file list item click

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    2f18651 View commit details
    Browse the repository at this point in the history
  2. fix(files): make file list item link focusable

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fedd531 View commit details
    Browse the repository at this point in the history
  3. refactor(files): replace deprecated is attr on <a> with dynamic c…

    …omponent
    
    - Special attribute `is` is deprecated and removed in Vue 3
    - It is confusing, that `<a>` element is rendered as `span` sometimes
    
    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e6bdbdb View commit details
    Browse the repository at this point in the history
  4. chore(assets): Recompile assets

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c90ae20 View commit details
    Browse the repository at this point in the history