• edy's avatar
    fix(ui): restore session card navigation and preserve session scope across tabs · 0e954cbb
    edy authored
    - When clicking a session card, switch to the correct project and viewMode
      ('chat' for home sessions, 'experts' for expert sessions) instead of only
      setting the active session ID
    - Persist session scope via sticky ref so switching to non-conversation tabs
      (knowledge, tasks, etc.) no longer jumps to the first expert's sessions
    - Prevent project switch during active streaming to avoid disrupting AI output
    - Keep useMemo pure by extracting ref writes into useEffect
    - Remove redundant ternary in openSession
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    0e954cbb
Name
Last commit
Last update
..
AppSidebar.tsx Loading commit data...
ExpertTree.tsx Loading commit data...
SessionList.tsx Loading commit data...
Sidebar.tsx Loading commit data...
TopBar.tsx Loading commit data...
expertEntries.ts Loading commit data...
sessionTitles.ts Loading commit data...
startupStatus.ts Loading commit data...
useHomeNavigation.ts Loading commit data...
useSidebarModel.ts Loading commit data...