Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
Some checks failed
/ build-web (push) Failing after 2m6s
/ build-desktop (linux) (push) Failing after 2m10s
/ build-mobile (push) Failing after 3m46s
/ release (push) Has been skipped

This commit is contained in:
Alex Emmet 2026-08-30 21:28:51 +02:00
commit 6e31989262
No known key found for this signature in database
40 changed files with 613 additions and 696 deletions

View file

@ -21,7 +21,7 @@
"@tensamin/mtp": "workspace:*",
"@tensamin/shared": "workspace:*",
"@tensamin/storage": "workspace:*",
"@tensamin/user": "workspace:*",
"@tensamin/identity": "workspace:*",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"sonner": "^2.0.7"

View file

@ -1,5 +1,5 @@
import { useStorage } from "@tensamin/storage/context";
import { useUser } from "@tensamin/user/context";
import { useUser } from "@tensamin/identity/context";
import { useChat } from "@tensamin/chat/context";
import { useMTP } from "@tensamin/mtp";
import { createContext, useEffect, useContext } from "react";