What's New in v2.6.3
This release focuses on improving the mobile Progressive Web App (PWA) experience, particularly on iPhone devices.
iPhone PWA Improvements (#224)
- Status Bar Fix: Changed Apple status bar style from
black-translucenttoblackto prevent content overlay - Safe Area Support: Added proper padding for iPhone notch, status bar, and home indicator using
env(safe-area-inset-*) - Sidebar Fix: Fixed bottom content being cut off on mobile (GitHub logo, version number, expand button)
- Dynamic Viewport: Implemented
100dvhfor proper mobile viewport height handling - Improved Scrolling: Added proper bottom spacing for comfortable scrolling on mobile devices
Desktop & Mobile Layout Fixes (#223)
- Fixed Header Spacing: Resolved issue where page content appeared behind the fixed top header
- Proper Top Padding: Added calculated padding to account for header height on all pages
- Consistent Layout: All tabs now display correctly with proper spacing (Channels, Messages, Dashboard, Device, Automation, Users, Audit Log)
Full Changelog
Full Changelog: v2.6.2...v2.6.3
๐ MeshMonitor v2.6.3
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:v2.6.3๐งช Testing
โ
All tests passed
โ
TypeScript checks passed
โ
Docker images built for linux/amd64, linux/arm64, linux/arm/v7
๐ Changes
See commit history for detailed changes.