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

refactor(files): Adjust useNavigation composable to enforce active view #49301

Merged
merged 2 commits into from
Nov 16, 2024

Commits on Nov 16, 2024

  1. refactor(files): Adjust useNavigation composable to enforce active …

    …view
    
    In some cases it is guaranteed that we have a proper active view,
    e.g. when the file list is loaded (so within FileEntry* components).
    This does not change anything but the Typescript types,
    so the `currentView` is typed as `View` instead of `View | null´.
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c06723c View commit details
    Browse the repository at this point in the history
  2. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <[email protected]>
    nextcloud-command authored and susnux committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    ec1c4d8 View commit details
    Browse the repository at this point in the history