Make Second Tab Configurable by bjorkert · Pull Request #420 · loopandlearn/LoopFollow

Description

This PR introduces a dynamic second tab in the tab bar. 🛠️

For users who have remote functionality enabled (i.e., remoteType is not .none), the second tab will continue to show the Remote view.

For users who do not use the remote features (remoteType is .none), this change restores the Alarms view to the second tab. This provides these users with quick and convenient access to alarm configuration without having to navigate through the settings menu.

This implementation listens for changes to the remoteType setting and updates the tab bar in real-time.