Various changes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2025-07-12 21:31:22 -06:00
parent e3835f6577
commit f70df99f09
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
7 changed files with 22 additions and 21 deletions

View file

@ -0,0 +1,10 @@
<script props>
module.exports = {
page: props.page,
aria_selected: Boolean(props.selected)
}
</script>
<a href="/src/{{page}}" hx-get="/partials/{{page}}" hx-push-url="/{{page}}" role="tab" aria-selected="{{aria_selected}}"
aria-controls="tab-content">
<yield></yield>
</a>