birdclaw 0.8.2 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/README.md +10 -8
- package/bin/birdclaw.mjs +4 -66
- package/dist/cli/birdclaw.js +28165 -0
- package/dist/client/assets/AvatarChip-DLoqM5xD.js +1 -0
- package/dist/client/assets/ProfilePreview-BejAuYsJ.js +1 -0
- package/dist/client/assets/SavedTimelineView-BIS7HKpp.js +1 -0
- package/dist/client/assets/SmartTimestamp-BR0-9se2.js +1 -0
- package/dist/client/assets/TimelineRouteFrame-CyGPj0eM.js +1 -0
- package/dist/client/assets/blocks-7UDKQp8H.js +1 -0
- package/dist/client/assets/bookmarks-CbBkMvXk.js +1 -0
- package/dist/client/assets/chunk-C0phanGV.js +1 -0
- package/dist/client/assets/circle-check-C_Vq3ElD.js +1 -0
- package/dist/client/assets/client-stream-contracts-ys3XhWG4.js +5 -0
- package/dist/client/assets/createLucideIcon-JV8isFFR.js +1 -0
- package/dist/client/assets/data-sources-Cm2bpNvg.js +1 -0
- package/dist/client/assets/discuss-DTjaOugw.js +1 -0
- package/dist/client/assets/dms-CGd6Eogq.js +1 -0
- package/dist/client/assets/inbox-BHlGuOy2.js +1 -0
- package/dist/client/assets/index-CEIG7S6s.js +31 -0
- package/dist/client/assets/index-bpFrQ5yG.css +1 -0
- package/dist/client/assets/likes-cLrcAQem.js +1 -0
- package/dist/client/assets/links-CM9QO1LC.js +1 -0
- package/dist/client/assets/mapbox-BxTlqXt9.js +2 -0
- package/dist/client/assets/mapbox-gl-dgf_hX3a.js +3215 -0
- package/dist/client/assets/mentions-CxKCgzIf.js +1 -0
- package/dist/client/assets/network-map-B5a3whqj.js +2 -0
- package/dist/client/assets/profile-analyze-CRtNEwlb.js +1 -0
- package/dist/client/assets/profile-hydration-client-YEtJsNTv.js +1 -0
- package/dist/client/assets/profiles._handle-C82_HoKX.js +1 -0
- package/dist/client/assets/query-client-fYu2rzRC.js +17 -0
- package/dist/client/assets/rate-limits-ScaEwdVK.js +1 -0
- package/dist/client/assets/react-dom-DHl6Ug7F.js +1 -0
- package/dist/client/assets/react-nBylq1U5.js +1 -0
- package/dist/client/assets/repeat-2-xCwHM9hD.js +1 -0
- package/dist/client/assets/routes-q7ZaW4En.js +1 -0
- package/dist/client/assets/schemas-I9r6F6ya.js +64 -0
- package/dist/client/assets/search-Dq5kYsxA.js +1 -0
- package/dist/client/assets/sparkles-CQVlvHsZ.js +1 -0
- package/dist/client/assets/styles-B8s3tt3r.css +2 -0
- package/dist/client/assets/today-CeG1O7Py.js +1 -0
- package/dist/client/assets/triangle-alert-CBL7s2pf.js +1 -0
- package/dist/client/assets/useTimelineRouteData-1HsqgvUi.js +1 -0
- package/dist/client/assets/users-CHbKlqUr.js +1 -0
- package/dist/server/assets/AvatarChip-zUDAEmjL.js +105 -0
- package/dist/server/assets/FeedState-ntW0Q2GB.js +214 -0
- package/dist/server/assets/ProfileAnalysisStream-BFvhVdhn.js +198 -0
- package/dist/server/assets/ProfilePreview-C6gAor_j.js +752 -0
- package/dist/server/assets/SavedTimelineView-BG1jnBp1.js +64 -0
- package/dist/server/assets/SmartTimestamp-DfwE1NGf.js +45 -0
- package/dist/server/assets/SyncNowButton-BOn_IBXS.js +76 -0
- package/dist/server/assets/TimelineRouteFrame-CU7ilM7U.js +85 -0
- package/dist/server/assets/TweetRichText-DhCVv1-6.js +74 -0
- package/dist/server/assets/_tanstack-start-manifest_v-C-ZRnG_n.js +148 -0
- package/dist/server/assets/account-selection-CTdFGWRk.js +44 -0
- package/dist/server/assets/blocks-C1mgGTB3.js +299 -0
- package/dist/server/assets/blocks-DSgQghqP.js +17 -0
- package/dist/server/assets/bookmarks-BJN8tykY.js +14 -0
- package/dist/server/assets/client-stream-contracts-C2xbWVjm.js +769 -0
- package/dist/server/assets/data-sources-BnA1Q94p.js +180 -0
- package/dist/server/assets/discuss-CJ1dau1j.js +15 -0
- package/dist/server/assets/discuss-QTo08NCN.js +338 -0
- package/dist/server/assets/dms-BuLj4bp8.js +368 -0
- package/dist/server/assets/dms-DAyQrVM2.js +240 -0
- package/dist/server/assets/empty-plugin-adapters-DzrEkdBF.js +5 -0
- package/dist/server/assets/inbox-CkGOaW1q.js +214 -0
- package/dist/server/assets/inbox-DpWd1EzC.js +146 -0
- package/dist/server/assets/likes-DBOAtsJU.js +14 -0
- package/dist/server/assets/links-DAhSjynu.js +240 -0
- package/dist/server/assets/links-DmH5lxHO.js +468 -0
- package/dist/server/assets/mentions-BH2MzKtB.js +26 -0
- package/dist/server/assets/network-map-D3CzRcC4.js +224 -0
- package/dist/server/assets/network-map-D5DoLOwR.js +582 -0
- package/dist/server/assets/profile-analyze-BP65PED0.js +90 -0
- package/dist/server/assets/profile-analyze-C1NoM0tV.js +9 -0
- package/dist/server/assets/profile-hydration-client-GJ4kwJS8.js +133 -0
- package/dist/server/assets/profiles._handle-DjwlN_ac.js +184 -0
- package/dist/server/assets/profiles._handle-DsLNj2Ca.js +12 -0
- package/dist/server/assets/query-client-BdauHBgd.js +923 -0
- package/dist/server/assets/rate-limits-VAr2qzYD.js +262 -0
- package/dist/server/assets/route-search-BUlQ5lGM.js +117 -0
- package/dist/server/assets/router-DqkwSPiM.js +17026 -0
- package/dist/server/assets/routes-A9c9ZhwN.js +26 -0
- package/dist/server/assets/start-FaDOTmto.js +4 -0
- package/dist/server/assets/today-B5hVM57Z.js +17 -0
- package/dist/server/assets/today-fvGiZ7ud.js +303 -0
- package/dist/server/assets/ui-qbmcMSSX.js +137 -0
- package/{src/components/useDebouncedValue.ts → dist/server/assets/useDebouncedValue-DOnA6Xcy.js} +4 -4
- package/dist/server/assets/useTimelineRouteData-27cxynxa.js +1101 -0
- package/dist/server/server.js +5520 -0
- package/package.json +27 -34
- package/playwright.config.ts +0 -35
- package/scripts/browser-perf.mjs +0 -427
- package/scripts/build-docs-site.mjs +0 -967
- package/scripts/docs-site-assets.mjs +0 -311
- package/scripts/run-vitest.mjs +0 -21
- package/scripts/sanitize-node-options.mjs +0 -23
- package/scripts/start-test-server.mjs +0 -42
- package/src/cli-moderation.ts +0 -210
- package/src/cli.ts +0 -2336
- package/src/components/AccountSwitcher.tsx +0 -186
- package/src/components/AppNav.tsx +0 -118
- package/src/components/AvatarChip.tsx +0 -58
- package/src/components/BrandMark.tsx +0 -67
- package/src/components/ConversationThread.tsx +0 -131
- package/src/components/DmWorkspace.tsx +0 -286
- package/src/components/EmbeddedTweetCard.tsx +0 -55
- package/src/components/FeedState.tsx +0 -147
- package/src/components/FloatingPreview.tsx +0 -382
- package/src/components/InboxCard.tsx +0 -152
- package/src/components/LinkPreviewCard.tsx +0 -292
- package/src/components/MarkdownViewer.tsx +0 -777
- package/src/components/ProfileAnalysisStream.tsx +0 -428
- package/src/components/ProfilePreview.tsx +0 -129
- package/src/components/SavedTimelineView.tsx +0 -155
- package/src/components/SmartTimestamp.tsx +0 -72
- package/src/components/SyncNowButton.tsx +0 -140
- package/src/components/ThemeSlider.tsx +0 -80
- package/src/components/TimelineCard.tsx +0 -533
- package/src/components/TimelineRouteFrame.tsx +0 -186
- package/src/components/TweetArticleCard.tsx +0 -66
- package/src/components/TweetMediaGrid.tsx +0 -185
- package/src/components/TweetRichText.tsx +0 -159
- package/src/components/account-selection.ts +0 -64
- package/src/components/useTimelineRouteData.ts +0 -323
- package/src/lib/account-sync-job.ts +0 -666
- package/src/lib/actions-transport.ts +0 -300
- package/src/lib/api-client.ts +0 -419
- package/src/lib/archive-finder.ts +0 -185
- package/src/lib/archive-import.ts +0 -2764
- package/src/lib/authored-live.ts +0 -1072
- package/src/lib/avatar-cache.ts +0 -349
- package/src/lib/backup.ts +0 -2741
- package/src/lib/bird-actions.ts +0 -294
- package/src/lib/bird-command.ts +0 -130
- package/src/lib/bird.ts +0 -1140
- package/src/lib/blocklist.ts +0 -136
- package/src/lib/blocks-write.ts +0 -167
- package/src/lib/blocks.ts +0 -389
- package/src/lib/bookmark-sync-job.ts +0 -536
- package/src/lib/client-cache.ts +0 -109
- package/src/lib/config.ts +0 -224
- package/src/lib/conversation-surface.ts +0 -205
- package/src/lib/data-sources.ts +0 -219
- package/src/lib/db.ts +0 -1135
- package/src/lib/dms-live.ts +0 -933
- package/src/lib/effect-runtime.ts +0 -45
- package/src/lib/follow-graph.ts +0 -1097
- package/src/lib/geocoding.ts +0 -296
- package/src/lib/http-effect.ts +0 -222
- package/src/lib/identity-search-index.ts +0 -369
- package/src/lib/inbox.ts +0 -241
- package/src/lib/link-index.ts +0 -641
- package/src/lib/link-insights.ts +0 -860
- package/src/lib/link-preview-metadata.ts +0 -754
- package/src/lib/location.ts +0 -137
- package/src/lib/media-fetch.ts +0 -860
- package/src/lib/media-includes.ts +0 -165
- package/src/lib/mention-threads-live.ts +0 -917
- package/src/lib/mentions-export.ts +0 -147
- package/src/lib/mentions-live.ts +0 -1238
- package/src/lib/moderation-target.ts +0 -216
- package/src/lib/moderation-write.ts +0 -131
- package/src/lib/mutes-write.ts +0 -167
- package/src/lib/mutes.ts +0 -84
- package/src/lib/ndjson-stream.ts +0 -106
- package/src/lib/network-map.ts +0 -382
- package/src/lib/openai.ts +0 -117
- package/src/lib/period-digest.ts +0 -1552
- package/src/lib/present.ts +0 -118
- package/src/lib/profile-affiliation-hydration.ts +0 -228
- package/src/lib/profile-affiliations.ts +0 -262
- package/src/lib/profile-analysis.ts +0 -1272
- package/src/lib/profile-bio-entities.ts +0 -318
- package/src/lib/profile-history.ts +0 -164
- package/src/lib/profile-hydration.ts +0 -180
- package/src/lib/profile-replies.ts +0 -77
- package/src/lib/profile-resolver.ts +0 -650
- package/src/lib/queries.ts +0 -2381
- package/src/lib/research.ts +0 -652
- package/src/lib/search-discussion.ts +0 -1016
- package/src/lib/seed.ts +0 -613
- package/src/lib/sqlite.ts +0 -147
- package/src/lib/sync-cache.ts +0 -65
- package/src/lib/theme-transition.ts +0 -113
- package/src/lib/theme.tsx +0 -165
- package/src/lib/timeline-collections-live.ts +0 -581
- package/src/lib/timeline-live.ts +0 -452
- package/src/lib/tweet-account-edges.ts +0 -48
- package/src/lib/tweet-lookup.ts +0 -46
- package/src/lib/tweet-render.ts +0 -430
- package/src/lib/tweet-search-live.ts +0 -566
- package/src/lib/types.ts +0 -723
- package/src/lib/ui.ts +0 -529
- package/src/lib/url-expansion-store.ts +0 -110
- package/src/lib/url-expansion.ts +0 -343
- package/src/lib/url-safety.ts +0 -220
- package/src/lib/web-sync.ts +0 -516
- package/src/lib/whois.ts +0 -1079
- package/src/lib/x-profile.ts +0 -365
- package/src/lib/x-web.ts +0 -199
- package/src/lib/xurl-rate-limits.ts +0 -267
- package/src/lib/xurl.ts +0 -1677
- package/src/routeTree.gen.ts +0 -723
- package/src/router.tsx +0 -20
- package/src/routes/__root.tsx +0 -79
- package/src/routes/api/action.tsx +0 -147
- package/src/routes/api/avatar.tsx +0 -50
- package/src/routes/api/blocks.tsx +0 -35
- package/src/routes/api/conversation.tsx +0 -45
- package/src/routes/api/data-sources.tsx +0 -24
- package/src/routes/api/inbox.tsx +0 -43
- package/src/routes/api/link-insights.tsx +0 -85
- package/src/routes/api/link-preview.tsx +0 -47
- package/src/routes/api/network-map.tsx +0 -55
- package/src/routes/api/period-digest.tsx +0 -101
- package/src/routes/api/profile-analysis.tsx +0 -97
- package/src/routes/api/profile-hydrate.tsx +0 -54
- package/src/routes/api/query.tsx +0 -115
- package/src/routes/api/search-discussion.tsx +0 -113
- package/src/routes/api/status.tsx +0 -28
- package/src/routes/api/sync.tsx +0 -105
- package/src/routes/api/xurl-rate-limits.tsx +0 -24
- package/src/routes/blocks.tsx +0 -377
- package/src/routes/bookmarks.tsx +0 -18
- package/src/routes/data-sources.tsx +0 -257
- package/src/routes/discuss.tsx +0 -419
- package/src/routes/dms.tsx +0 -432
- package/src/routes/inbox.tsx +0 -226
- package/src/routes/index.tsx +0 -32
- package/src/routes/likes.tsx +0 -18
- package/src/routes/links.tsx +0 -994
- package/src/routes/mentions.tsx +0 -32
- package/src/routes/network-map.tsx +0 -1035
- package/src/routes/profile-analyze.tsx +0 -112
- package/src/routes/profiles.$handle.tsx +0 -228
- package/src/routes/rate-limits.tsx +0 -309
- package/src/routes/today.tsx +0 -511
- package/src/styles.css +0 -257
- package/tsconfig.json +0 -29
- package/vite.config.ts +0 -29
- /package/{public → dist/client}/birdclaw-mark.png +0 -0
- /package/{public → dist/client}/favicon.ico +0 -0
- /package/{public → dist/client}/logo192.png +0 -0
- /package/{public → dist/client}/logo512.png +0 -0
- /package/{public → dist/client}/manifest.json +0 -0
- /package/{public → dist/client}/robots.txt +0 -0
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { BookOpen, ExternalLink } from "lucide-react";
|
|
2
|
-
import type { TweetArticle } from "#/lib/types";
|
|
3
|
-
import {
|
|
4
|
-
linkPreviewCardClass,
|
|
5
|
-
linkPreviewDescClass,
|
|
6
|
-
linkPreviewHostClass,
|
|
7
|
-
linkPreviewTitleClass,
|
|
8
|
-
} from "#/lib/ui";
|
|
9
|
-
import { safeHttpUrl } from "#/lib/url-safety";
|
|
10
|
-
|
|
11
|
-
function safeArticleImageUrl(value: string | undefined) {
|
|
12
|
-
const url = safeHttpUrl(value);
|
|
13
|
-
if (!url) return null;
|
|
14
|
-
try {
|
|
15
|
-
return new URL(url).hostname === "pbs.twimg.com" ? url : null;
|
|
16
|
-
} catch {
|
|
17
|
-
return null;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export function TweetArticleCard({ article }: { article: TweetArticle }) {
|
|
22
|
-
const href = safeHttpUrl(article.url);
|
|
23
|
-
if (!href) return null;
|
|
24
|
-
const imageUrl = safeArticleImageUrl(article.coverImageUrl);
|
|
25
|
-
|
|
26
|
-
return (
|
|
27
|
-
<a
|
|
28
|
-
aria-label={`Read article: ${article.title}`}
|
|
29
|
-
className={linkPreviewCardClass}
|
|
30
|
-
data-perf="tweet-article-card"
|
|
31
|
-
href={href}
|
|
32
|
-
rel="noreferrer"
|
|
33
|
-
target="_blank"
|
|
34
|
-
>
|
|
35
|
-
<div className="flex min-w-0 flex-1 flex-col justify-center gap-1 px-3.5 py-3">
|
|
36
|
-
<div className="flex min-w-0 items-center gap-2">
|
|
37
|
-
<BookOpen
|
|
38
|
-
aria-hidden="true"
|
|
39
|
-
className="size-3.5 shrink-0 text-[var(--ink-soft)]"
|
|
40
|
-
strokeWidth={1.8}
|
|
41
|
-
/>
|
|
42
|
-
<span className={linkPreviewHostClass}>Article on X</span>
|
|
43
|
-
<ExternalLink
|
|
44
|
-
aria-hidden="true"
|
|
45
|
-
className="size-3.5 shrink-0 text-[var(--ink-soft)] opacity-0 transition-opacity group-hover/link-preview:opacity-100"
|
|
46
|
-
strokeWidth={1.8}
|
|
47
|
-
/>
|
|
48
|
-
</div>
|
|
49
|
-
<span className={linkPreviewTitleClass}>{article.title}</span>
|
|
50
|
-
{article.previewText ? (
|
|
51
|
-
<span className={linkPreviewDescClass}>{article.previewText}</span>
|
|
52
|
-
) : null}
|
|
53
|
-
</div>
|
|
54
|
-
{imageUrl ? (
|
|
55
|
-
<div className="flex aspect-[1.45] w-40 shrink-0 overflow-hidden border-l border-[var(--line)] bg-[var(--bg-soft)] max-[720px]:w-28">
|
|
56
|
-
<img
|
|
57
|
-
alt=""
|
|
58
|
-
className="size-full object-cover transition-transform duration-200 group-hover/link-preview:scale-[1.03]"
|
|
59
|
-
loading="lazy"
|
|
60
|
-
src={imageUrl}
|
|
61
|
-
/>
|
|
62
|
-
</div>
|
|
63
|
-
) : null}
|
|
64
|
-
</a>
|
|
65
|
-
);
|
|
66
|
-
}
|
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
import { X } from "lucide-react";
|
|
2
|
-
import { useState } from "react";
|
|
3
|
-
import type { TweetMediaItem } from "#/lib/types";
|
|
4
|
-
import { cx, tweetMediaGridClass, tweetMediaTileClass } from "#/lib/ui";
|
|
5
|
-
|
|
6
|
-
export function TweetMediaGrid({ items }: { items: TweetMediaItem[] }) {
|
|
7
|
-
const [selectedIndex, setSelectedIndex] = useState<number | null>(null);
|
|
8
|
-
if (items.length === 0) {
|
|
9
|
-
return null;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
const visibleItems = items.slice(0, 4);
|
|
13
|
-
const selectedItem =
|
|
14
|
-
selectedIndex === null ? null : (visibleItems[selectedIndex] ?? null);
|
|
15
|
-
const selectedVideoUrl =
|
|
16
|
-
selectedItem?.type === "video" || selectedItem?.type === "gif"
|
|
17
|
-
? (selectedItem.variants?.[0]?.url ?? playableVideoUrl(selectedItem.url))
|
|
18
|
-
: null;
|
|
19
|
-
const singleImage =
|
|
20
|
-
visibleItems.length === 1 && visibleItems[0]?.type === "image"
|
|
21
|
-
? visibleItems[0]
|
|
22
|
-
: null;
|
|
23
|
-
|
|
24
|
-
return (
|
|
25
|
-
<>
|
|
26
|
-
{singleImage ? (
|
|
27
|
-
<button
|
|
28
|
-
aria-label="Open tweet media 1"
|
|
29
|
-
className={cx(
|
|
30
|
-
"tweet-media-single mt-2 max-w-full overflow-hidden rounded-2xl border border-[var(--line)] bg-[var(--bg-active)] p-0 text-left",
|
|
31
|
-
singleImage.width && singleImage.height
|
|
32
|
-
? "block"
|
|
33
|
-
: "inline-block align-top",
|
|
34
|
-
)}
|
|
35
|
-
onClick={(event) => {
|
|
36
|
-
event.stopPropagation();
|
|
37
|
-
setSelectedIndex(0);
|
|
38
|
-
}}
|
|
39
|
-
style={singleImageStyle(singleImage)}
|
|
40
|
-
type="button"
|
|
41
|
-
>
|
|
42
|
-
<img
|
|
43
|
-
alt={singleImage.altText ?? "Tweet media 1"}
|
|
44
|
-
className={cx(
|
|
45
|
-
"tweet-media-image block max-h-[720px] max-w-full",
|
|
46
|
-
singleImage.width && singleImage.height
|
|
47
|
-
? "size-full object-cover"
|
|
48
|
-
: "h-auto w-auto object-contain",
|
|
49
|
-
)}
|
|
50
|
-
height={singleImage.height}
|
|
51
|
-
loading="lazy"
|
|
52
|
-
src={singleImage.thumbnailUrl ?? singleImage.url}
|
|
53
|
-
width={singleImage.width}
|
|
54
|
-
/>
|
|
55
|
-
</button>
|
|
56
|
-
) : (
|
|
57
|
-
<div className={tweetMediaGridClass(Math.min(items.length, 4))}>
|
|
58
|
-
{visibleItems.map((item, index) => (
|
|
59
|
-
<button
|
|
60
|
-
key={item.url + String(index)}
|
|
61
|
-
aria-label={`Open tweet media ${String(index + 1)}`}
|
|
62
|
-
className={tweetMediaTileClass(index, Math.min(items.length, 4))}
|
|
63
|
-
onClick={(event) => {
|
|
64
|
-
event.stopPropagation();
|
|
65
|
-
setSelectedIndex(index);
|
|
66
|
-
}}
|
|
67
|
-
style={
|
|
68
|
-
visibleItems.length === 1 && item.width && item.height
|
|
69
|
-
? {
|
|
70
|
-
aspectRatio: `${String(item.width)} / ${String(item.height)}`,
|
|
71
|
-
}
|
|
72
|
-
: undefined
|
|
73
|
-
}
|
|
74
|
-
type="button"
|
|
75
|
-
>
|
|
76
|
-
{item.type === "image" ? (
|
|
77
|
-
<img
|
|
78
|
-
alt={item.altText ?? `Tweet media ${String(index + 1)}`}
|
|
79
|
-
className="tweet-media-image block size-full object-contain"
|
|
80
|
-
loading="lazy"
|
|
81
|
-
src={item.thumbnailUrl ?? item.url}
|
|
82
|
-
/>
|
|
83
|
-
) : (
|
|
84
|
-
<span className="tweet-media-fallback grid min-h-40 place-items-center font-semibold text-[var(--ink-soft)]">
|
|
85
|
-
{item.type === "video"
|
|
86
|
-
? "Video"
|
|
87
|
-
: item.type === "gif"
|
|
88
|
-
? "GIF"
|
|
89
|
-
: "Media"}
|
|
90
|
-
</span>
|
|
91
|
-
)}
|
|
92
|
-
</button>
|
|
93
|
-
))}
|
|
94
|
-
</div>
|
|
95
|
-
)}
|
|
96
|
-
{selectedItem ? (
|
|
97
|
-
<div
|
|
98
|
-
aria-modal="true"
|
|
99
|
-
className="fixed inset-0 z-50 flex items-center justify-center bg-black/85 p-4"
|
|
100
|
-
onClick={(event) => {
|
|
101
|
-
event.stopPropagation();
|
|
102
|
-
setSelectedIndex(null);
|
|
103
|
-
}}
|
|
104
|
-
role="dialog"
|
|
105
|
-
>
|
|
106
|
-
<button
|
|
107
|
-
aria-label="Close media viewer"
|
|
108
|
-
className="absolute right-4 top-4 grid size-10 place-items-center rounded-full bg-white/10 text-white transition-colors hover:bg-white/20"
|
|
109
|
-
onClick={(event) => {
|
|
110
|
-
event.stopPropagation();
|
|
111
|
-
setSelectedIndex(null);
|
|
112
|
-
}}
|
|
113
|
-
type="button"
|
|
114
|
-
>
|
|
115
|
-
<X className="size-5" strokeWidth={1.8} />
|
|
116
|
-
</button>
|
|
117
|
-
{selectedItem.type === "image" ? (
|
|
118
|
-
<img
|
|
119
|
-
alt={selectedItem.altText ?? "Tweet media"}
|
|
120
|
-
className="max-h-[92vh] max-w-[92vw] object-contain"
|
|
121
|
-
onClick={(event) => event.stopPropagation()}
|
|
122
|
-
src={selectedItem.url}
|
|
123
|
-
/>
|
|
124
|
-
) : selectedVideoUrl ? (
|
|
125
|
-
<video
|
|
126
|
-
autoPlay={selectedItem.type === "gif"}
|
|
127
|
-
className="max-h-[92vh] max-w-[92vw]"
|
|
128
|
-
controls
|
|
129
|
-
loop={selectedItem.type === "gif"}
|
|
130
|
-
muted={selectedItem.type === "gif"}
|
|
131
|
-
onClick={(event) => event.stopPropagation()}
|
|
132
|
-
playsInline
|
|
133
|
-
poster={selectedItem.thumbnailUrl}
|
|
134
|
-
src={selectedVideoUrl}
|
|
135
|
-
/>
|
|
136
|
-
) : (
|
|
137
|
-
<div
|
|
138
|
-
className="grid min-h-64 min-w-80 place-items-center gap-3 rounded-2xl border border-white/20 bg-black p-6 text-white"
|
|
139
|
-
onClick={(event) => event.stopPropagation()}
|
|
140
|
-
>
|
|
141
|
-
<span>
|
|
142
|
-
{selectedItem.type === "video"
|
|
143
|
-
? "Video"
|
|
144
|
-
: selectedItem.type === "gif"
|
|
145
|
-
? "GIF"
|
|
146
|
-
: "Media"}
|
|
147
|
-
</span>
|
|
148
|
-
<a
|
|
149
|
-
className="rounded-full bg-white/10 px-4 py-2 text-sm font-semibold text-white transition-colors hover:bg-white/20"
|
|
150
|
-
href={selectedItem.url}
|
|
151
|
-
rel="noreferrer"
|
|
152
|
-
target="_blank"
|
|
153
|
-
>
|
|
154
|
-
Open media
|
|
155
|
-
</a>
|
|
156
|
-
</div>
|
|
157
|
-
)}
|
|
158
|
-
</div>
|
|
159
|
-
) : null}
|
|
160
|
-
</>
|
|
161
|
-
);
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
function singleImageStyle(item: TweetMediaItem) {
|
|
165
|
-
if (!item.width || !item.height) return undefined;
|
|
166
|
-
const maxHeight = 720;
|
|
167
|
-
const width = Math.min(
|
|
168
|
-
item.width,
|
|
169
|
-
Math.round((item.width / item.height) * maxHeight),
|
|
170
|
-
);
|
|
171
|
-
return {
|
|
172
|
-
aspectRatio: `${String(item.width)} / ${String(item.height)}`,
|
|
173
|
-
width: `${String(width)}px`,
|
|
174
|
-
};
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
function playableVideoUrl(url: string) {
|
|
178
|
-
try {
|
|
179
|
-
const parsed = new URL(url);
|
|
180
|
-
if (parsed.hostname === "video.twimg.com") return url;
|
|
181
|
-
return /\.(?:mp4|m3u8)(?:$|[?#])/i.test(parsed.pathname) ? url : undefined;
|
|
182
|
-
} catch {
|
|
183
|
-
return /\.(?:mp4|m3u8)(?:$|[?#])/i.test(url) ? url : undefined;
|
|
184
|
-
}
|
|
185
|
-
}
|
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
import { Fragment } from "react";
|
|
2
|
-
import type { ReactNode } from "react";
|
|
3
|
-
import {
|
|
4
|
-
collectTweetSegmentsForText,
|
|
5
|
-
enrichFallbackUrlEntities,
|
|
6
|
-
isTweetArticleUrlEntity,
|
|
7
|
-
normalizeTweetUrlEntityRangeForText,
|
|
8
|
-
} from "#/lib/tweet-render";
|
|
9
|
-
import type { TweetEntities } from "#/lib/types";
|
|
10
|
-
import {
|
|
11
|
-
bodyCopyClass,
|
|
12
|
-
tweetHashtagClass,
|
|
13
|
-
tweetLinkClass,
|
|
14
|
-
tweetMentionClass,
|
|
15
|
-
} from "#/lib/ui";
|
|
16
|
-
import { safeHttpUrl } from "#/lib/url-safety";
|
|
17
|
-
import { ProfilePreview } from "./ProfilePreview";
|
|
18
|
-
|
|
19
|
-
function rangeKey(range: { start: number; end: number }) {
|
|
20
|
-
return `${range.start}:${range.end}`;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
function isShortUrl(value: string) {
|
|
24
|
-
try {
|
|
25
|
-
return new URL(value).hostname.replace(/^www\./, "") === "t.co";
|
|
26
|
-
} catch {
|
|
27
|
-
return false;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export function TweetRichText({
|
|
32
|
-
text,
|
|
33
|
-
entities,
|
|
34
|
-
className = "body-copy",
|
|
35
|
-
hiddenUrlRanges = [],
|
|
36
|
-
urlLabel = "display",
|
|
37
|
-
as = "p",
|
|
38
|
-
}: {
|
|
39
|
-
text: string;
|
|
40
|
-
entities: TweetEntities;
|
|
41
|
-
className?: string;
|
|
42
|
-
hiddenUrlRanges?: Array<{ start: number; end: number }>;
|
|
43
|
-
urlLabel?: "display" | "expanded";
|
|
44
|
-
as?: "p" | "span";
|
|
45
|
-
}) {
|
|
46
|
-
const richEntities = enrichFallbackUrlEntities(text, entities);
|
|
47
|
-
const segments = collectTweetSegmentsForText(text, richEntities);
|
|
48
|
-
const hiddenRawRangeKeys = new Set(hiddenUrlRanges.map(rangeKey));
|
|
49
|
-
const article = entities.article;
|
|
50
|
-
if (article) {
|
|
51
|
-
const urlEntries = richEntities.urls ?? [];
|
|
52
|
-
const articleUrlEntries = urlEntries.filter((entry) =>
|
|
53
|
-
isTweetArticleUrlEntity(entry, article),
|
|
54
|
-
);
|
|
55
|
-
const onlyUrlEntry = urlEntries[0];
|
|
56
|
-
if (
|
|
57
|
-
articleUrlEntries.length === 0 &&
|
|
58
|
-
urlEntries.length === 1 &&
|
|
59
|
-
onlyUrlEntry &&
|
|
60
|
-
(isShortUrl(onlyUrlEntry.url) || isShortUrl(onlyUrlEntry.expandedUrl))
|
|
61
|
-
) {
|
|
62
|
-
articleUrlEntries.push(onlyUrlEntry);
|
|
63
|
-
}
|
|
64
|
-
for (const entry of articleUrlEntries) {
|
|
65
|
-
hiddenRawRangeKeys.add(rangeKey(entry));
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
const hiddenRangeKeys = new Set(hiddenRawRangeKeys);
|
|
69
|
-
for (const entry of richEntities.urls ?? []) {
|
|
70
|
-
if (!hiddenRawRangeKeys.has(rangeKey(entry))) continue;
|
|
71
|
-
hiddenRangeKeys.add(
|
|
72
|
-
rangeKey(normalizeTweetUrlEntityRangeForText(text, entry)),
|
|
73
|
-
);
|
|
74
|
-
}
|
|
75
|
-
const Wrapper = as;
|
|
76
|
-
let cursor = 0;
|
|
77
|
-
const hideArticleTitle =
|
|
78
|
-
entities.article && text.trim() === entities.article.title.trim();
|
|
79
|
-
const visibleSegments = hideArticleTitle ? [] : segments;
|
|
80
|
-
|
|
81
|
-
return (
|
|
82
|
-
<Wrapper className={className === "body-copy" ? bodyCopyClass : className}>
|
|
83
|
-
{visibleSegments.map((segment, index) => {
|
|
84
|
-
if (
|
|
85
|
-
segment.start < cursor ||
|
|
86
|
-
segment.end <= segment.start ||
|
|
87
|
-
segment.end > text.length
|
|
88
|
-
) {
|
|
89
|
-
return null;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
const prefix = text.slice(cursor, segment.start);
|
|
93
|
-
cursor = segment.end;
|
|
94
|
-
|
|
95
|
-
let node: ReactNode = (
|
|
96
|
-
<Fragment key={`segment-${String(index)}`}>
|
|
97
|
-
{text.slice(segment.start, segment.end)}
|
|
98
|
-
</Fragment>
|
|
99
|
-
);
|
|
100
|
-
if (segment.kind === "url" && hiddenRangeKeys.has(rangeKey(segment))) {
|
|
101
|
-
node = null;
|
|
102
|
-
} else if (segment.kind === "mention" && segment.profile) {
|
|
103
|
-
node = (
|
|
104
|
-
<ProfilePreview
|
|
105
|
-
key={`segment-${String(index)}`}
|
|
106
|
-
profile={segment.profile}
|
|
107
|
-
>
|
|
108
|
-
<span className={tweetMentionClass}>@{segment.username}</span>
|
|
109
|
-
</ProfilePreview>
|
|
110
|
-
);
|
|
111
|
-
} else if (segment.kind === "mention") {
|
|
112
|
-
node = (
|
|
113
|
-
<a
|
|
114
|
-
key={`segment-${String(index)}`}
|
|
115
|
-
className={tweetMentionClass}
|
|
116
|
-
href={`/profiles/${encodeURIComponent(segment.username)}`}
|
|
117
|
-
>
|
|
118
|
-
@{segment.username}
|
|
119
|
-
</a>
|
|
120
|
-
);
|
|
121
|
-
} else if (segment.kind === "url") {
|
|
122
|
-
const href = safeHttpUrl(segment.expandedUrl);
|
|
123
|
-
if (href) {
|
|
124
|
-
node = (
|
|
125
|
-
<a
|
|
126
|
-
key={`segment-${String(index)}`}
|
|
127
|
-
className={tweetLinkClass}
|
|
128
|
-
href={href}
|
|
129
|
-
rel="noreferrer"
|
|
130
|
-
target="_blank"
|
|
131
|
-
>
|
|
132
|
-
{urlLabel === "expanded"
|
|
133
|
-
? segment.expandedUrl
|
|
134
|
-
: segment.displayUrl}
|
|
135
|
-
</a>
|
|
136
|
-
);
|
|
137
|
-
}
|
|
138
|
-
} else if (segment.kind === "hashtag") {
|
|
139
|
-
node = (
|
|
140
|
-
<span
|
|
141
|
-
className={tweetHashtagClass}
|
|
142
|
-
key={`segment-${String(index)}`}
|
|
143
|
-
>
|
|
144
|
-
#{segment.tag}
|
|
145
|
-
</span>
|
|
146
|
-
);
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
return (
|
|
150
|
-
<Fragment key={`piece-${String(index)}`}>
|
|
151
|
-
{prefix}
|
|
152
|
-
{node}
|
|
153
|
-
</Fragment>
|
|
154
|
-
);
|
|
155
|
-
})}
|
|
156
|
-
{hideArticleTitle ? null : text.slice(cursor)}
|
|
157
|
-
</Wrapper>
|
|
158
|
-
);
|
|
159
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { useEffect, useMemo, useState } from "react";
|
|
2
|
-
import type { AccountRecord } from "#/lib/types";
|
|
3
|
-
|
|
4
|
-
const STORAGE_KEY = "birdclaw:selected-account-id";
|
|
5
|
-
const CHANGE_EVENT = "birdclaw-account-change";
|
|
6
|
-
|
|
7
|
-
export function defaultAccountId(accounts: AccountRecord[] | undefined) {
|
|
8
|
-
if (!accounts?.length) return undefined;
|
|
9
|
-
return accounts.find((account) => account.isDefault)?.id ?? accounts[0]?.id;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
function readStoredAccountId() {
|
|
13
|
-
if (typeof window === "undefined") return undefined;
|
|
14
|
-
return window.localStorage.getItem(STORAGE_KEY) ?? undefined;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export function setStoredAccountId(accountId: string) {
|
|
18
|
-
if (typeof window === "undefined") return;
|
|
19
|
-
window.localStorage.setItem(STORAGE_KEY, accountId);
|
|
20
|
-
window.dispatchEvent(
|
|
21
|
-
new CustomEvent(CHANGE_EVENT, {
|
|
22
|
-
detail: { accountId },
|
|
23
|
-
}),
|
|
24
|
-
);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export function useSelectedAccountId(accounts: AccountRecord[] | undefined) {
|
|
28
|
-
const fallbackAccountId = useMemo(
|
|
29
|
-
() => defaultAccountId(accounts),
|
|
30
|
-
[accounts],
|
|
31
|
-
);
|
|
32
|
-
const [selectedAccountId, setSelectedAccountId] = useState<
|
|
33
|
-
string | undefined
|
|
34
|
-
>(() => readStoredAccountId());
|
|
35
|
-
|
|
36
|
-
useEffect(() => {
|
|
37
|
-
const onChange = (event: Event) => {
|
|
38
|
-
const custom = event as CustomEvent<{ accountId?: string }>;
|
|
39
|
-
setSelectedAccountId(custom.detail?.accountId ?? readStoredAccountId());
|
|
40
|
-
};
|
|
41
|
-
const onStorage = () => setSelectedAccountId(readStoredAccountId());
|
|
42
|
-
window.addEventListener(CHANGE_EVENT, onChange);
|
|
43
|
-
window.addEventListener("storage", onStorage);
|
|
44
|
-
return () => {
|
|
45
|
-
window.removeEventListener(CHANGE_EVENT, onChange);
|
|
46
|
-
window.removeEventListener("storage", onStorage);
|
|
47
|
-
};
|
|
48
|
-
}, []);
|
|
49
|
-
|
|
50
|
-
useEffect(() => {
|
|
51
|
-
if (!accounts?.length || !fallbackAccountId) return;
|
|
52
|
-
const current = readStoredAccountId();
|
|
53
|
-
const valid = current && accounts.some((account) => account.id === current);
|
|
54
|
-
if (!valid) {
|
|
55
|
-
setStoredAccountId(fallbackAccountId);
|
|
56
|
-
setSelectedAccountId(fallbackAccountId);
|
|
57
|
-
}
|
|
58
|
-
}, [accounts, fallbackAccountId]);
|
|
59
|
-
|
|
60
|
-
return selectedAccountId &&
|
|
61
|
-
accounts?.some((account) => account.id === selectedAccountId)
|
|
62
|
-
? selectedAccountId
|
|
63
|
-
: fallbackAccountId;
|
|
64
|
-
}
|