Summary
desktop/src/components/chat/InputBar.tsx handles message input, but there is no way to clear the current conversation from the UI.
Goal
Add a small 'Clear' button in the InputBar (or chat header) that calls an existing onClear/onNewSession handler wired from LeftSidebar/TopBar's session management. Create a new session when clicked.
Tasks
- Add a Clear icon-button with a tooltip in the InputBar
- Wire it to a callback prop; parent component starts a new session
- Guard with a confirm step (window.confirm) to prevent accidental clears
- Add/extend a Vitest test in desktop/src/test/InputBar.test.tsx
Acceptance criteria
Labels
good first issue, help wanted
Summary
desktop/src/components/chat/InputBar.tsx handles message input, but there is no way to clear the current conversation from the UI.
Goal
Add a small 'Clear' button in the InputBar (or chat header) that calls an existing onClear/onNewSession handler wired from LeftSidebar/TopBar's session management. Create a new session when clicked.
Tasks
Acceptance criteria
Labels
good first issue, help wanted