Scrapboard.org client

feat: add scrapboard note

+14 -1
+14 -1
src/components/SaveButton.tsx
··· 11 11 import { useState, useRef, useEffect } from "react"; 12 12 import { Button } from "./ui/button"; 13 13 import { PostView } from "@atproto/api/dist/client/types/app/bsky/feed/defs"; 14 - import { ChevronDown, LoaderCircle } from "lucide-react"; 14 + import { ChevronDown, ExternalLink, LoaderCircle } from "lucide-react"; 15 15 import { useBoardsStore } from "@/lib/stores/boards"; 16 16 import { BoardsPicker } from "./BoardPicker"; 17 17 import { toast } from "sonner"; ··· 213 213 } 214 214 }} 215 215 /> 216 + <p className="mt-3 text-sm text-muted-foreground"> 217 + Saved posts use{" "} 218 + <a 219 + href="https://scrapboard.org" 220 + target="_blank" 221 + rel="noopener noreferrer" 222 + className="inline-flex items-center hover:underline text-blue-400 mr-1" 223 + > 224 + scrapboard.org&apos;s 225 + <ExternalLink className="w-3 h-3 ml-1" /> 226 + </a> 227 + standard format, making them interoperable. 228 + </p> 216 229 </DialogDescription> 217 230 </DialogHeader> 218 231 <DialogFooter>