fix(ui): compact session tree indentation and allow default navigation after invalid custom input

- Only increment visual branch depth after forks so long linear session
  histories stay in one lane instead of scrolling off-screen; lower the
  max visual depth cap to match.
- Reset to the no-summary default when leaving an invalid custom summary
  choice so Navigate is never permanently disabled by a stale invalid entry.
This commit is contained in:
Federico Jaramillo Martinez
2026-07-21 11:11:10 +02:00
parent a13778c97b
commit 24a3d3611e
5 changed files with 96 additions and 21 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@jmfederico/pi-web": patch
---
Keep the session tree usable across mobile and desktop by compacting branch indentation and allowing the preselected no-summary choice to navigate immediately.