(newView: View)
| 216 | * Handles view changes with navigation protection |
| 217 | */ |
| 218 | const handleViewChange = (newView: View) => { |
| 219 | // No need for navigation protection with tabs since sessions stay open |
| 220 | setView(newView); |
| 221 | }; |
| 222 | |
| 223 | /** |
| 224 | * Handles navigating to hooks configuration |
no outgoing calls
no test coverage detected