Some checks failed
CI / Build Frontend (push) Has been cancelled
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
The framer-motion AnimatePresence with mode="wait" caused the sidebar content to get stuck on the conversations list when switching to the agents tab. The React state updated correctly but the DOM did not re-render. Replaced with simple conditional rendering which is more reliable and removes the framer-motion dependency from this component.
Tauri + React + Typescript
This template should help get you started developing with Tauri, React and Typescript in Vite.