Skip to content

HTMX based Unknown Failures view

Piotr Kira requested to merge piotrkira/cibuglog:htmx into master

I think HTMX would be a great addition to CIBugLog. It pairs well with Django's server side templating. It would enable us to lazy load some data or make it easy to dynamically fetch.

As initial step I've decided to refactor Index view and make Unknown Failures table fetch dynamically (on click, tho I guess I would change trigger to always fetch it on load). We could even add hx-trigger="every 30s" parameter so data would be refreshed every 30s.

Demo link (loading speed artificially slowed to show loading spinner)

Merge request reports