621865d69f
Hide the Main/Plugins/About tab bar initially, only showing it after the user successfully authenticates. This prevents navigation options from being visible when access has not been granted. Changes: - Add display:none and id to tab-bar div in index.html - Update showAuthGate() to hide tab-bar - Update hideAuthGate() to show tab-bar Now the UI flow is: 1. Header only (auth gate visible) 2. After login: Header + tabs + content Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>