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: preview app folder loading #11960

Merged
merged 3 commits into from
Dec 2, 2024
Merged

Commits on Nov 27, 2024

  1. refactor: move folder loaders to web-pkg

    Moves the folder loaders from the files app to `web-pkg` so they can be used from other packages.
    JammingBen committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    af742df View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. refactor: move build search term method to useSearch composable

    Moves the method to build the search term to the `useSearch` composable so it can be used in other packages.
    JammingBen committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    0872c28 View commit details
    Browse the repository at this point in the history
  2. fix: preview app in flat file lists

    Fixes the image loading of the preview app in flat file lists (Shared with me page, search results etc.) so all images of the current file list are being loaded. Before, the preview app loaded the images of the folder the files are located in.
    JammingBen committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d1a248c View commit details
    Browse the repository at this point in the history