Add account setup workflow; move activeChatState to states.ts to avoid importing app.ts on ui.ts; add ScrollableView to ui.ts to contain and modularize scrollable views; make app layout use ScrollableView add option to delete data on settings page.
Some checks failed
Build Vite / build (24.x) (push) Has been cancelled
Some checks failed
Build Vite / build (24.x) (push) Has been cancelled
This commit is contained in:
parent
a467c41432
commit
d4adfde73a
13 changed files with 652 additions and 301 deletions
|
|
@ -164,4 +164,4 @@ export async function markRead(chatId: string): Promise<Chat | undefined> {
|
|||
await upsertChats([chat]);
|
||||
}
|
||||
return chat;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue