project view updates

This commit is contained in:
Storme-bit
2026-04-18 22:53:03 -07:00
parent ad5ecb5ff3
commit e69ceb44e7
10 changed files with 274 additions and 121 deletions

View File

@@ -36,6 +36,7 @@ export function useSession() {
const selectSession = useCallback(async (session) => {
setActiveSession(session);
setMessages([]);
if (!session || session.isNew) return;
setLoadingHistory(true);
try {