[feat]: Implement chat description editing in sidebar and header, add visual cue for active chat in sidebar

This commit is contained in:
PuneetP16
2024-11-30 15:18:29 +05:30
parent 0d49c7402b
commit 5335580646
7 changed files with 352 additions and 42 deletions

View File

@@ -2,4 +2,5 @@ export * from './useMessageParser';
export * from './usePromptEnhancer';
export * from './useShortcuts';
export * from './useSnapScroll';
export * from './useEditChatDescription';
export { default } from './useViewport';