mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-06-05 12:02:02 +00:00
c97ff6da1f
Live page (priority): - Fix feed panel max-height from 180px to 40vh (was clipping content) - Fix VCR bar: bump breakpoint from 600px to 640px, hide LCD, ensure no wrapping, increase touch targets to 44px min - Remove rogue ≤600px rules that hid feed/legend/toggle entirely - Fix legend toggle: was using inverted logic (legend-mobile-hidden toggled off instead of legend-mobile-visible toggled on) - Header: constrain width to viewport, reduce padding/font on mobile - Feed detail card: add max-height 50vh + overflow-y auto to prevent clipping off screen - Disable feed resize handle on mobile (not practical for touch) - Ensure Leaflet zoom controls clear mobile header Packets page: - panel-left gets min-height 50vh + overflow-x with -webkit touch scrolling - data-table gets min-width 500px so it scrolls horizontally instead of collapsing columns to nothing - panel-right removes max-height 50vh cap (was hiding detail panel) - Filter bar buttons get 44px min touch target - Node filter wrap goes full width Nodes page: - Node count pills wrap properly - Smaller font on count pills for narrow screens Analytics pages: - analytics-grid goes single column on mobile - analytics-page reduces padding Style fixes (global): - Filter bar gap reduced to 4px on mobile - All cache busters updated