{# =========================================================================== jobs/_row.html — compact (collapsed) job row =========================================================================== PORT NOTE (load-bearing — the expand/collapse interaction depends on ALL of these EXACTLY; keep attribute names + the placeholder-row pattern intact): • data-dedup-key, data-expand-url, data-collapse-url • hx-push-url="false" • the inline onclick that runs htmx.ajax(GET, expand|collapse url, {target: nextElementSibling, swap:'outerHTML'}) and flips this.dataset.expanded. • The hidden placeholder
|
{# Chevron rotates via the [data-expanded=true] rule on the |