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

Some simple htmx improvements #151

Merged
merged 3 commits into from
Mar 8, 2024
Merged

Some simple htmx improvements #151

merged 3 commits into from
Mar 8, 2024

Commits on Mar 8, 2024

  1. Move htmx event handler to root.

    This means just one event handler for the entire tree, rather than just
    one per link.
    bloodearnest committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f63b15d View commit details
    Browse the repository at this point in the history
  2. Use hx-boost on whole tree rather than manual hx-gets

    This has a mild size reduction and speed improvement for large trees.
    It's also a bit nicer to do it on the root element
    bloodearnest committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    262f75c View commit details
    Browse the repository at this point in the history
  3. Update to htmx 1.9.10

    bloodearnest committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7aaa7e1 View commit details
    Browse the repository at this point in the history