Feat: Notification section (#2033)

* Feature/Notification-section

* fix notification ui and add local storage variable to save the state

* add notification component to app.tsx
This commit is contained in:
Mariam Saeed
2025-10-09 01:26:10 +03:00
committed by GitHub
parent a4507008c1
commit e7b15b316e
6 changed files with 69 additions and 1 deletions

View File

@@ -202,6 +202,7 @@ export default function Conversation() {
queries[queries.length - 1].response && setLastQueryReturnedErr(false);
}
}, [queries[queries.length - 1]]);
return (
<div className="flex h-full flex-col justify-end gap-1">
<ConversationMessages