🛠️ default3.handlebars Update
Added mobile dropdown permission system to match desktop tab visibility:
- Added
updateMobileDropdownPermissions()function that applies desktop permission logic to mobile dropdown options - Enhanced
applyMobileVisibility()function for iOS/Android compatibility using DOM manipulation instead of the CSShiddenattribute - Updated
go()function to refresh mobile permissions when navigating between device tabs - Events tab is now always visible (matching desktop behavior)
- Plugins tab only visible when available
- Mobile dropdown now shows only tabs the user has permission to access across all platforms
🎨 custom.css Update
Mobile Notification Count
- Updated location of
#notificationCountand#notifiyBoxon mobile for better layout alignment.