fix(mobile-menu): implement persistent viewport pattern and hx-preserve for mobile menu
All checks were successful
Deploy Theme / deploy (push) Successful in 14s

This commit is contained in:
2026-02-19 21:19:34 +01:00
parent b00f0559f0
commit 755a0e5057
2 changed files with 8 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
<div id="mobile-menu"
hx-preserve
x-show="mobileMenuOpen"
x-transition:enter="transition ease-out duration-300"
x-transition:enter-start="-translate-x-full"