Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.33 KB

File metadata and controls

53 lines (37 loc) · 1.33 KB

AirBar System Panel

The premium glass-design system bar providing quick access to settings, powered by the AirBarBridge in the Volt Unifier.


Panels

Panel Features
WiFi Toggle, scan, signal bars, connect (open/secured), disconnect, forget, saved networks, auto-refresh 10s
Bluetooth Toggle, paired devices, connect/disconnect, unpair, scan
Sound Volume slider (gradient track), mute toggle, output device selection
Battery Percentage, charging status, source info
Sidebar Notification center, quiet mode, WiFi/BT/Sound status

Architecture

AirBar.tsx
├── AirBarProvider (context: activePanel, anchors, theme)
├── AirBarStatusCluster (WiFi / BT / Sound / Battery icons)
├── Panels
│   ├── WifiPanel
│   ├── BluetoothPanel
│   ├── SoundPanel
│   ├── BatteryPanel
│   └── SidebarPanel

Theme

  • Glass design with adaptive background sampling
  • Dark / light mode via CSS custom properties
  • Colors controlled by createAirBarVars() which adapts to theme

Related



← Back: Architecture Overview