mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-29 02:24:02 +02:00
fix to:
UX issue: if I scroll the text before the copilot has finished generating, then it scrolls back up after the end of generation. Rename tasks -> Chats and make it the default view
This commit is contained in:
parent
2105f6d6cd
commit
84c101fa21
5 changed files with 5 additions and 6 deletions
|
|
@ -95,7 +95,7 @@ type SidebarContentPanelProps = {
|
|||
|
||||
const sectionTitles = {
|
||||
knowledge: "Knowledge",
|
||||
tasks: "Tasks",
|
||||
tasks: "Chats",
|
||||
}
|
||||
|
||||
export function SidebarContentPanel({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue