From 4cf990816817c009a512356373fdb1c4baa5e63b Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 6 Apr 2024 01:35:37 +0100 Subject: ui(web): Add a tooltip explaining what archived means --- .../components/dashboard/bookmarks/EditorCard.tsx | 25 ++++++---------------- 1 file changed, 6 insertions(+), 19 deletions(-) (limited to 'apps/web/components/dashboard/bookmarks') diff --git a/apps/web/components/dashboard/bookmarks/EditorCard.tsx b/apps/web/components/dashboard/bookmarks/EditorCard.tsx index 6858255a..b9e46a30 100644 --- a/apps/web/components/dashboard/bookmarks/EditorCard.tsx +++ b/apps/web/components/dashboard/bookmarks/EditorCard.tsx @@ -2,20 +2,14 @@ import type { SubmitErrorHandler, SubmitHandler } from "react-hook-form"; import { useEffect, useImperativeHandle, useRef } from "react"; import { ActionButton } from "@/components/ui/action-button"; import { Form, FormControl, FormItem } from "@/components/ui/form"; +import InfoTooltip from "@/components/ui/info-tooltip"; import { Separator } from "@/components/ui/separator"; import { Textarea } from "@/components/ui/textarea"; -import { - Tooltip, - TooltipContent, - TooltipProvider, - TooltipTrigger, -} from "@/components/ui/tooltip"; import { toast } from "@/components/ui/use-toast"; import { useClientConfig } from "@/lib/clientConfig"; import { api } from "@/lib/trpc"; import { cn } from "@/lib/utils"; import { zodResolver } from "@hookform/resolvers/zod"; -import { Info } from "lucide-react"; import { useForm } from "react-hook-form"; import { z } from "zod"; @@ -97,18 +91,11 @@ export default function EditorCard({ className }: { className?: string }) { >

NEW ITEM

- - - - - - -

- You can quickly focus on this field by pressing ⌘ + E -

-
-
-
+ +

+ You can quickly focus on this field by pressing ⌘ + E +

+
-- cgit v1.2.3-70-g09d2