(feat): add cache for conversations and communities

(feat): conversations now get moved to the top when engaged with
(qol): update todo
This commit is contained in:
Alois 2026-05-01 16:40:16 +02:00
commit fd15215f15
14 changed files with 178 additions and 67 deletions

View file

@ -1,9 +1,9 @@
import { useTTP } from "@tensamin/ttp";
import { Button, Popover, PopoverContent, PopoverTrigger } from "@tensamin/ui";
import Wrapper from "@tensamin/user/wrapper";
import { Mail } from "lucide-react";
import { sendCallInvite } from "../../store";
import { log, toast } from "@tensamin/shared/log";
import { useSession } from "@tensamin/storage/session";
export default function InviteButton({
className,
@ -12,7 +12,7 @@ export default function InviteButton({
className?: string;
iconSize?: number;
}) {
const { contacts } = useTTP();
const { contacts } = useSession();
return (
<Popover>