(change): Workflow improvements and force reloads on navigate

This commit is contained in:
2026-06-27 22:43:17 -04:00
parent 9602ed52a6
commit ff9265645c
7 changed files with 18 additions and 56 deletions
@@ -36,7 +36,8 @@
{#each data.prefixes as p (p.prefix)}
<a
href={resolve('/reports/byname/[prefix]', { prefix: p.prefix })}
class={p.prefix == prefix.prefix ? bAS[p.color] : bS[p.color]}>{p.prefix}</a
class={p.prefix == prefix.prefix ? bAS[p.color] : bS[p.color]}
>{p.prefix}</a
>
{/each}
</HeaderBar>
@@ -36,7 +36,8 @@
{#each data.prefixes as p (p.prefix)}
<a
href={resolve('/reports/byname/[prefix]', { prefix: p.prefix })}
class={p.prefix == prefix.prefix ? bAS[p.color] : bS[p.color]}>{p.prefix}</a
class={p.prefix == prefix.prefix ? bAS[p.color] : bS[p.color]}
>{p.prefix}</a
>
{/each}
</HeaderBar>