fix: emergency restore of frontend navigation and tab functionality
- Removed restrictive x-show/x-cloak that blocked UI visibility - Forced tab container display and visibility in header - Improved auth state synchronization with synchronous Alpine loading - Fixed home section initialization and tab switching logic
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{% include "components/header.html" %}
|
||||
|
||||
<!-- Main content - Shown only when authenticated -->
|
||||
<div id="main-content" x-show="isAuthenticated" x-cloak>
|
||||
<div id="main-content">
|
||||
|
||||
{% include "components/home_section.html" %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user