feat(status): make the set-status menu work
feat(user): optimise get() function for react qol(todos): update todos
This commit is contained in:
parent
dbb407606b
commit
1c90a0c859
30 changed files with 572 additions and 324 deletions
|
|
@ -99,7 +99,11 @@ export default function Provider(props: { children: React.ReactNode }) {
|
|||
}
|
||||
}
|
||||
|
||||
const user = await get(data.SenderId);
|
||||
const user = await get(data.SenderId, [
|
||||
"UserId",
|
||||
"Display",
|
||||
"Avatar",
|
||||
]);
|
||||
|
||||
if (isTauri()) {
|
||||
if (!appFocused) return;
|
||||
|
|
|
|||
|
|
@ -1,3 +1 @@
|
|||
- Tauri notifications
|
||||
- Mobile notifications channel setup
|
||||
- Add notification symbol / outline to user modal
|
||||
|
|
|
|||
Loading…
Reference in a new issue