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: Always request current content when triggering a menu entry #1313

Merged
merged 2 commits into from
Aug 2, 2024

Commits on Aug 2, 2024

  1. fix: Always request current content when triggering a menu entry

    We need to make sure we work with an up-to-date version of the current content,
    e.g. if a file was removed or added, so reload the current content on click.
    
    The using app (esp. files) should have cached version so no requests are needed.
    (for files this is already the case).
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3e853f4 View commit details
    Browse the repository at this point in the history
  2. test: Make sure needed CSS variables are set in tests

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9768088 View commit details
    Browse the repository at this point in the history