This commit is contained in:
Arthur Belleville 2025-10-28 18:04:54 +01:00
parent 40171dc878
commit 43cb962e50
No known key found for this signature in database
2 changed files with 546 additions and 554 deletions

View file

@ -1,5 +1,6 @@
import { TabloUpdate, UserTablo } from "@xtablo/shared/types/tablos.types";
import { Button } from "@xtablo/ui/components/button";
import { Input } from "@xtablo/ui/components/input";
import { useEffect, useRef, useState } from "react";
import { usePendingTabloInvitesByTablo } from "src/hooks/tablo_invites";
import { useInviteUser } from "../hooks/invite";
@ -8,7 +9,6 @@ import { useUser } from "../providers/UserStoreProvider";
import { ClickOutside } from "./ClickOutside";
import { ImageColorPicker } from "./ImageColorPicker";
import { StatusPicker } from "./StatusPicker";
import { Input } from "@xtablo/ui/components/input";
type StatusType = "todo" | "in_progress" | "done";

File diff suppressed because it is too large Load diff