Replace namespaces with subfolders
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-13 07:19:11 -06:00
parent 82c7edd62b
commit f84b0d8c0d
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
13 changed files with 30 additions and 42 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>