PVUI/Sources/PVUIBase/SwiftUI/Components/RetroWave/README-RetroStatusControlView.md
A retrowave-styled interactive status view for Provenance that provides real-time feedback on system operations and allows users to control various app features.
The main view component that displays status information and interactive controls.
A SwiftUI view modifier that makes it easy to add the RetroStatusControlView to any view in the app.
Add the RetroStatusControlView to any SwiftUI view using the view modifier:
YourView()
.withRetroStatusView(position: .bottom, autoHide: true, autoHideDelay: 10.0)
The RetroStatusControlView has been integrated into the following key areas of the app:
This ensures the status view is accessible from all main navigation areas of the app.