fix: restore and stabilize tab navigation with Alpine.js
- Fixed navigation blockage by moving Alpine state to body scope - Resolved CSS display conflicts between legacy .active class and x-show - Synchronized legacy auth logic with Alpine global state - Redirected legacy switchTab calls to Alpine events - Removed obsolete tabs.js and updated home section initialization - Added E2E navigation test placeholder
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
display: none;
|
||||
/* Managed by Alpine.js x-show */
|
||||
}
|
||||
|
||||
.tab-content.active {
|
||||
|
||||
Reference in New Issue
Block a user