feat(FN-2695): gate Todos view behind todoView experimental flag

- Add todoView to experimental feature settings and expose it in Settings modal and docs
- Derive todosEnabled in app settings hook with regression tests for enabled/disabled behavior
- Gate App routing so Todos only renders when the flag is enabled and redirects otherwise
- Hide Todos entries in header overflow and mobile navigation when the flag is off
This commit is contained in:
Fusion
2026-04-27 08:48:34 -07:00
committed by gsxdsm
parent 1ded15a40a
commit 47ace9ca09
8 changed files with 72 additions and 37 deletions

View File

@@ -666,6 +666,7 @@ Common built-in dashboard flags include:
- `skillsView`
- `nodesView`
- `devServerView`
- `todoView`
---