tangled
alpha
login
or
join now
bunware.org
/
pin.to.it
6
fork
atom
Scrapboard.org client
6
fork
atom
overview
issues
pulls
pipelines
feat: add scrapboard note
bunware.org
7 months ago
8cf57052
dcd3fe63
+14
-1
1 changed file
expand all
collapse all
unified
split
src
components
SaveButton.tsx
+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
14
-
import { ChevronDown, LoaderCircle } from "lucide-react";
14
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
216
+
<p className="mt-3 text-sm text-muted-foreground">
217
217
+
Saved posts use{" "}
218
218
+
<a
219
219
+
href="https://scrapboard.org"
220
220
+
target="_blank"
221
221
+
rel="noopener noreferrer"
222
222
+
className="inline-flex items-center hover:underline text-blue-400 mr-1"
223
223
+
>
224
224
+
scrapboard.org's
225
225
+
<ExternalLink className="w-3 h-3 ml-1" />
226
226
+
</a>
227
227
+
standard format, making them interoperable.
228
228
+
</p>
216
229
</DialogDescription>
217
230
</DialogHeader>
218
231
<DialogFooter>