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
|
@@ -0,0 +1,468 @@
|
|
|
1
|
+
import { Dt as pageSubtitleClass, Et as pageHeaderRowClass, Ht as searchFieldInputClass, Kt as segmentClass, Ot as pageTitleClass, Tt as pageHeaderClass, Ut as searchFieldShellClass, Vt as searchFieldIconClass, Wt as secondaryButtonClass, m as cx, qt as segmentedClass } from "./ui-qbmcMSSX.js";
|
|
2
|
+
import { r as formatCompactNumber, t as AvatarChip } from "./AvatarChip-zUDAEmjL.js";
|
|
3
|
+
import { i as LinkSkeletonRows, n as FeedError, r as FeedLoading, t as FeedEmpty } from "./FeedState-ntW0Q2GB.js";
|
|
4
|
+
import { t as ProfilePreview } from "./ProfilePreview-C6gAor_j.js";
|
|
5
|
+
import { t as SmartTimestamp } from "./SmartTimestamp-DfwE1NGf.js";
|
|
6
|
+
import { a as validateLinksSearch } from "./route-search-BUlQ5lGM.js";
|
|
7
|
+
import { a as itemSubtitle, c as mentionCopy, d as ranges, f as youtubeThumbnailUrl, i as isSameProfile, l as mentionHref, n as useLinksController, o as itemTitle, r as commentCount, s as mediaImage, t as Route$1, u as pureShareCount } from "./links-DAhSjynu.js";
|
|
8
|
+
import { useState } from "react";
|
|
9
|
+
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
+
import { ChevronDown, ChevronUp, ExternalLink, MessageCircle, Play, Repeat2, Search, Users } from "lucide-react";
|
|
11
|
+
//#region src/routes/links.tsx?tsr-split=component
|
|
12
|
+
function ProfilePill({ profile, className }) {
|
|
13
|
+
if (!profile) return /* @__PURE__ */ jsx("span", {
|
|
14
|
+
className: cx("text-[var(--ink-soft)]", className),
|
|
15
|
+
children: "unknown"
|
|
16
|
+
});
|
|
17
|
+
return /* @__PURE__ */ jsx(ProfilePreview, {
|
|
18
|
+
profile,
|
|
19
|
+
children: /* @__PURE__ */ jsxs("span", {
|
|
20
|
+
className: cx("font-bold text-[var(--ink)] hover:underline", className),
|
|
21
|
+
children: ["@", profile.handle]
|
|
22
|
+
})
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
function SharerStrip({ item }) {
|
|
26
|
+
const itemSharers = item.sharers ?? [];
|
|
27
|
+
const visible = (itemSharers.length > 0 ? itemSharers : item.topSharer ? [item.topSharer] : []).slice(0, 5);
|
|
28
|
+
const hidden = Math.max(0, item.uniqueSharers - visible.length);
|
|
29
|
+
if (visible.length === 0) return /* @__PURE__ */ jsx("span", { children: "top unknown" });
|
|
30
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
31
|
+
className: "group/sharers relative z-10 inline-flex items-center gap-1 hover:z-50 focus-within:z-50",
|
|
32
|
+
children: [
|
|
33
|
+
/* @__PURE__ */ jsx("div", {
|
|
34
|
+
className: "flex -space-x-2",
|
|
35
|
+
children: visible.slice(0, 4).map((profile) => /* @__PURE__ */ jsx("a", {
|
|
36
|
+
"aria-label": `Open @${profile.handle}`,
|
|
37
|
+
className: "inline-flex rounded-full bg-[var(--bg)] ring-2 ring-[var(--bg)]",
|
|
38
|
+
href: `https://x.com/${profile.handle}`,
|
|
39
|
+
rel: "noreferrer",
|
|
40
|
+
target: "_blank",
|
|
41
|
+
children: /* @__PURE__ */ jsx(AvatarChip, {
|
|
42
|
+
avatarUrl: profile.avatarUrl,
|
|
43
|
+
hue: profile.avatarHue,
|
|
44
|
+
name: profile.displayName,
|
|
45
|
+
profileId: profile.id,
|
|
46
|
+
size: "small"
|
|
47
|
+
})
|
|
48
|
+
}, profile.id))
|
|
49
|
+
}),
|
|
50
|
+
/* @__PURE__ */ jsxs("span", {
|
|
51
|
+
className: "inline-flex items-center gap-1 text-[13px] text-[var(--ink-soft)]",
|
|
52
|
+
children: [/* @__PURE__ */ jsx("span", { children: "top" }), /* @__PURE__ */ jsxs("a", {
|
|
53
|
+
className: "font-medium text-[var(--ink-soft)] hover:underline",
|
|
54
|
+
href: `https://x.com/${visible[0]?.handle ?? ""}`,
|
|
55
|
+
rel: "noreferrer",
|
|
56
|
+
target: "_blank",
|
|
57
|
+
children: ["@", visible[0]?.handle]
|
|
58
|
+
})]
|
|
59
|
+
}),
|
|
60
|
+
hidden > 0 ? /* @__PURE__ */ jsxs("span", {
|
|
61
|
+
className: "text-[13px] text-[var(--ink-soft)]",
|
|
62
|
+
children: ["+", formatCompactNumber(hidden)]
|
|
63
|
+
}) : null,
|
|
64
|
+
/* @__PURE__ */ jsxs("div", {
|
|
65
|
+
className: "pointer-events-none absolute left-0 top-[calc(100%+8px)] z-[80] grid w-[280px] translate-y-1 gap-2 rounded-2xl border border-[var(--line)] bg-[var(--bg-elevated)] p-3 opacity-0 shadow-[0_8px_28px_var(--shadow-strong)] transition-all duration-150 group-hover/sharers:pointer-events-auto group-hover/sharers:translate-y-0 group-hover/sharers:opacity-100 group-focus-within/sharers:pointer-events-auto group-focus-within/sharers:translate-y-0 group-focus-within/sharers:opacity-100",
|
|
66
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
67
|
+
className: "flex items-center gap-2 text-[13px] font-bold text-[var(--ink)]",
|
|
68
|
+
children: [/* @__PURE__ */ jsx(Users, { className: "size-4" }), /* @__PURE__ */ jsxs("span", { children: [formatCompactNumber(item.uniqueSharers), " sharers"] })]
|
|
69
|
+
}), /* @__PURE__ */ jsx("div", {
|
|
70
|
+
className: "grid gap-2",
|
|
71
|
+
children: visible.map((profile) => /* @__PURE__ */ jsxs("a", {
|
|
72
|
+
className: "flex min-w-0 items-center gap-2 rounded-xl p-1 transition-colors hover:bg-[var(--bg-hover)]",
|
|
73
|
+
href: `https://x.com/${profile.handle}`,
|
|
74
|
+
rel: "noreferrer",
|
|
75
|
+
target: "_blank",
|
|
76
|
+
children: [/* @__PURE__ */ jsx(AvatarChip, {
|
|
77
|
+
avatarUrl: profile.avatarUrl,
|
|
78
|
+
hue: profile.avatarHue,
|
|
79
|
+
name: profile.displayName,
|
|
80
|
+
profileId: profile.id,
|
|
81
|
+
size: "small"
|
|
82
|
+
}), /* @__PURE__ */ jsxs("span", {
|
|
83
|
+
className: "min-w-0",
|
|
84
|
+
children: [/* @__PURE__ */ jsx("span", {
|
|
85
|
+
className: "block truncate text-[14px] font-bold text-[var(--ink)]",
|
|
86
|
+
children: profile.displayName
|
|
87
|
+
}), /* @__PURE__ */ jsxs("span", {
|
|
88
|
+
className: "block truncate text-[13px] text-[var(--ink-soft)]",
|
|
89
|
+
children: [
|
|
90
|
+
"@",
|
|
91
|
+
profile.handle,
|
|
92
|
+
" /",
|
|
93
|
+
" ",
|
|
94
|
+
formatCompactNumber(profile.followersCount),
|
|
95
|
+
" followers"
|
|
96
|
+
]
|
|
97
|
+
})]
|
|
98
|
+
})]
|
|
99
|
+
}, profile.id))
|
|
100
|
+
})]
|
|
101
|
+
})
|
|
102
|
+
]
|
|
103
|
+
});
|
|
104
|
+
}
|
|
105
|
+
function SourceActions({ item, mention }) {
|
|
106
|
+
return /* @__PURE__ */ jsx("div", {
|
|
107
|
+
className: "flex flex-wrap items-center gap-3 text-[13px]",
|
|
108
|
+
children: [
|
|
109
|
+
mention.sourceUrl ? {
|
|
110
|
+
href: mention.sourceUrl,
|
|
111
|
+
label: mention.sourceKind === "dm" ? "Open DM" : "Open tweet"
|
|
112
|
+
} : null,
|
|
113
|
+
mention.contentTweetUrl ? {
|
|
114
|
+
href: mention.contentTweetUrl,
|
|
115
|
+
label: "Open source tweet"
|
|
116
|
+
} : null,
|
|
117
|
+
{
|
|
118
|
+
href: item.url,
|
|
119
|
+
label: "Open link"
|
|
120
|
+
}
|
|
121
|
+
].filter(Boolean).map((link) => /* @__PURE__ */ jsxs("a", {
|
|
122
|
+
className: "inline-flex items-center gap-1 font-semibold text-[var(--accent)] hover:underline",
|
|
123
|
+
href: link.href,
|
|
124
|
+
rel: "noreferrer",
|
|
125
|
+
target: "_blank",
|
|
126
|
+
children: [/* @__PURE__ */ jsx("span", { children: link.label }), /* @__PURE__ */ jsx(ExternalLink, { className: "size-3.5" })]
|
|
127
|
+
}, `${link.label}:${link.href}`))
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
function MentionCard({ item, mention }) {
|
|
131
|
+
const image = mediaImage(mention.media);
|
|
132
|
+
const href = mentionHref(mention, item);
|
|
133
|
+
const contentAuthor = mention.contentAuthor && !isSameProfile(mention.sharedBy, mention.contentAuthor) ? mention.contentAuthor : null;
|
|
134
|
+
return /* @__PURE__ */ jsxs("article", {
|
|
135
|
+
className: "grid gap-2 rounded-2xl border border-[var(--line)] bg-[var(--bg)] px-3 py-2.5",
|
|
136
|
+
children: [
|
|
137
|
+
/* @__PURE__ */ jsxs("div", {
|
|
138
|
+
className: "flex min-w-0 items-center gap-2 text-[13px] text-[var(--ink-soft)]",
|
|
139
|
+
children: [
|
|
140
|
+
/* @__PURE__ */ jsx(ProfilePill, { profile: mention.sharedBy }),
|
|
141
|
+
/* @__PURE__ */ jsx("span", { children: mention.sourceLabel ?? mention.sourceKind }),
|
|
142
|
+
/* @__PURE__ */ jsx("span", { children: "/" }),
|
|
143
|
+
/* @__PURE__ */ jsx("a", {
|
|
144
|
+
className: "hover:underline",
|
|
145
|
+
href,
|
|
146
|
+
rel: "noreferrer",
|
|
147
|
+
target: "_blank",
|
|
148
|
+
children: /* @__PURE__ */ jsx(SmartTimestamp, { value: mention.createdAt })
|
|
149
|
+
})
|
|
150
|
+
]
|
|
151
|
+
}),
|
|
152
|
+
/* @__PURE__ */ jsx("p", {
|
|
153
|
+
className: "m-0 whitespace-pre-wrap text-[14px] leading-[1.45] text-[var(--ink)] [overflow-wrap:anywhere]",
|
|
154
|
+
children: mentionCopy(mention)
|
|
155
|
+
}),
|
|
156
|
+
contentAuthor ? /* @__PURE__ */ jsxs("div", {
|
|
157
|
+
className: "text-[13px] text-[var(--ink-soft)]",
|
|
158
|
+
children: ["source by ", /* @__PURE__ */ jsx(ProfilePill, { profile: contentAuthor })]
|
|
159
|
+
}) : null,
|
|
160
|
+
image ? /* @__PURE__ */ jsx("a", {
|
|
161
|
+
className: "block max-w-[220px] overflow-hidden rounded-2xl border border-[var(--line)] bg-[var(--bg-active)]",
|
|
162
|
+
href,
|
|
163
|
+
rel: "noreferrer",
|
|
164
|
+
target: "_blank",
|
|
165
|
+
children: /* @__PURE__ */ jsx("img", {
|
|
166
|
+
alt: image.altText || "Mention media",
|
|
167
|
+
className: "aspect-video h-auto w-full object-cover",
|
|
168
|
+
src: image.thumbnailUrl || image.url
|
|
169
|
+
})
|
|
170
|
+
}) : null,
|
|
171
|
+
/* @__PURE__ */ jsx(SourceActions, {
|
|
172
|
+
item,
|
|
173
|
+
mention
|
|
174
|
+
})
|
|
175
|
+
]
|
|
176
|
+
});
|
|
177
|
+
}
|
|
178
|
+
function PureShareCluster({ item, mentions }) {
|
|
179
|
+
const visible = mentions.map((mention) => mention.sharedBy).filter(Boolean).slice(0, 6);
|
|
180
|
+
const firstSource = mentions.find((mention) => mention.sourceUrl)?.sourceUrl;
|
|
181
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
182
|
+
className: "flex flex-wrap items-center justify-between gap-3 rounded-2xl border border-[var(--line)] bg-[var(--bg-hover)] px-3 py-2.5",
|
|
183
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
184
|
+
className: "flex min-w-0 items-center gap-2",
|
|
185
|
+
children: [/* @__PURE__ */ jsx("div", {
|
|
186
|
+
className: "grid size-8 shrink-0 place-items-center rounded-full bg-[var(--bg-active)] text-[var(--ink-soft)]",
|
|
187
|
+
children: /* @__PURE__ */ jsx(Repeat2, { className: "size-4" })
|
|
188
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
189
|
+
className: "min-w-0",
|
|
190
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
191
|
+
className: "text-[14px] font-bold text-[var(--ink)]",
|
|
192
|
+
children: [formatCompactNumber(pureShareCount(item)), " shares without comment"]
|
|
193
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
194
|
+
className: "flex min-w-0 flex-wrap items-center gap-1 text-[13px] text-[var(--ink-soft)]",
|
|
195
|
+
children: [visible.map((profile) => /* @__PURE__ */ jsx(ProfilePill, { profile }, profile.id)), pureShareCount(item) > visible.length ? /* @__PURE__ */ jsxs("span", { children: [
|
|
196
|
+
"+",
|
|
197
|
+
formatCompactNumber(pureShareCount(item) - visible.length),
|
|
198
|
+
" ",
|
|
199
|
+
"more"
|
|
200
|
+
] }) : null]
|
|
201
|
+
})]
|
|
202
|
+
})]
|
|
203
|
+
}), firstSource ? /* @__PURE__ */ jsxs("a", {
|
|
204
|
+
className: "inline-flex items-center gap-1 text-[13px] font-semibold text-[var(--accent)] hover:underline",
|
|
205
|
+
href: firstSource,
|
|
206
|
+
rel: "noreferrer",
|
|
207
|
+
target: "_blank",
|
|
208
|
+
children: [/* @__PURE__ */ jsx("span", { children: "Open first source" }), /* @__PURE__ */ jsx(ExternalLink, { className: "size-3.5" })]
|
|
209
|
+
}) : null]
|
|
210
|
+
});
|
|
211
|
+
}
|
|
212
|
+
function CommentsSection({ item }) {
|
|
213
|
+
const [expanded, setExpanded] = useState(false);
|
|
214
|
+
const [visibleCount, setVisibleCount] = useState(3);
|
|
215
|
+
const comments = item.mentions.filter((mention) => mention.hasComment);
|
|
216
|
+
const pureShares = item.mentions.filter((mention) => mention.isPureShare || !mention.hasComment);
|
|
217
|
+
const itemCommentCount = commentCount(item);
|
|
218
|
+
const itemPureShareCount = pureShareCount(item);
|
|
219
|
+
const totalDiscussion = itemCommentCount + itemPureShareCount;
|
|
220
|
+
const visibleComments = comments.slice(0, visibleCount);
|
|
221
|
+
const remainingLocalComments = Math.max(0, comments.length - visibleCount);
|
|
222
|
+
const remainingComments = Math.max(0, itemCommentCount - visibleComments.length);
|
|
223
|
+
if (totalDiscussion === 0) return null;
|
|
224
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
225
|
+
className: "mt-2 grid gap-2 border-t border-[var(--line)] pt-2",
|
|
226
|
+
children: [/* @__PURE__ */ jsxs("button", {
|
|
227
|
+
className: "inline-flex w-fit items-center gap-1 rounded-full border-0 bg-transparent px-2 py-1 text-[13px] font-bold text-[var(--accent)] transition-colors hover:bg-[var(--accent-soft)]",
|
|
228
|
+
onClick: () => setExpanded((value) => !value),
|
|
229
|
+
type: "button",
|
|
230
|
+
children: [
|
|
231
|
+
/* @__PURE__ */ jsx(MessageCircle, { className: "size-4" }),
|
|
232
|
+
/* @__PURE__ */ jsxs("span", { children: [
|
|
233
|
+
expanded ? "Hide" : "Show",
|
|
234
|
+
" ",
|
|
235
|
+
formatCompactNumber(itemCommentCount),
|
|
236
|
+
" ",
|
|
237
|
+
"comments",
|
|
238
|
+
itemPureShareCount > 0 ? ` / ${formatCompactNumber(itemPureShareCount)} shares` : ""
|
|
239
|
+
] }),
|
|
240
|
+
expanded ? /* @__PURE__ */ jsx(ChevronUp, { className: "size-4" }) : /* @__PURE__ */ jsx(ChevronDown, { className: "size-4" })
|
|
241
|
+
]
|
|
242
|
+
}), expanded ? /* @__PURE__ */ jsxs("div", {
|
|
243
|
+
className: "grid gap-2",
|
|
244
|
+
children: [
|
|
245
|
+
visibleComments.map((mention) => /* @__PURE__ */ jsx(MentionCard, {
|
|
246
|
+
item,
|
|
247
|
+
mention
|
|
248
|
+
}, mention.id)),
|
|
249
|
+
remainingLocalComments > 0 ? /* @__PURE__ */ jsxs("button", {
|
|
250
|
+
className: cx(secondaryButtonClass, "w-fit"),
|
|
251
|
+
onClick: () => setVisibleCount((value) => value + 6),
|
|
252
|
+
type: "button",
|
|
253
|
+
children: [
|
|
254
|
+
"Show",
|
|
255
|
+
" ",
|
|
256
|
+
formatCompactNumber(Math.min(6, remainingLocalComments)),
|
|
257
|
+
" ",
|
|
258
|
+
"more"
|
|
259
|
+
]
|
|
260
|
+
}) : null,
|
|
261
|
+
remainingComments > 0 && remainingLocalComments === 0 ? /* @__PURE__ */ jsxs("div", {
|
|
262
|
+
className: "rounded-2xl border border-[var(--line)] bg-[var(--bg-hover)] px-3 py-2 text-[13px] text-[var(--ink-soft)]",
|
|
263
|
+
children: [formatCompactNumber(remainingComments), " more mentions in archive. Narrow the range or raise the API limit to inspect them."]
|
|
264
|
+
}) : null,
|
|
265
|
+
itemPureShareCount > 0 ? /* @__PURE__ */ jsx(PureShareCluster, {
|
|
266
|
+
item,
|
|
267
|
+
mentions: pureShares
|
|
268
|
+
}) : null
|
|
269
|
+
]
|
|
270
|
+
}) : null]
|
|
271
|
+
});
|
|
272
|
+
}
|
|
273
|
+
function VideoPreview({ item }) {
|
|
274
|
+
if (item.kind !== "videos") return null;
|
|
275
|
+
const image = mediaImage(item.mentions.flatMap((mention) => mention.media));
|
|
276
|
+
const thumbnailUrl = image?.thumbnailUrl || image?.url || youtubeThumbnailUrl(item.url);
|
|
277
|
+
return /* @__PURE__ */ jsxs("a", {
|
|
278
|
+
className: "mt-2 flex max-w-md items-center gap-3 overflow-hidden rounded-2xl border border-[var(--line)] bg-[var(--bg-hover)] transition-colors hover:bg-[var(--bg-active)]",
|
|
279
|
+
href: item.url,
|
|
280
|
+
rel: "noreferrer",
|
|
281
|
+
target: "_blank",
|
|
282
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
283
|
+
className: "relative grid aspect-video w-36 shrink-0 place-items-center overflow-hidden bg-[var(--bg-active)] text-[var(--ink-soft)]",
|
|
284
|
+
children: [thumbnailUrl ? /* @__PURE__ */ jsx("img", {
|
|
285
|
+
alt: image?.altText || itemTitle(item),
|
|
286
|
+
className: "h-full w-full object-cover transition-transform duration-150 hover:scale-105",
|
|
287
|
+
src: thumbnailUrl
|
|
288
|
+
}) : /* @__PURE__ */ jsx(Play, { className: "size-6" }), /* @__PURE__ */ jsx("div", {
|
|
289
|
+
className: "absolute inset-0 grid place-items-center bg-black/20",
|
|
290
|
+
children: /* @__PURE__ */ jsx("span", {
|
|
291
|
+
className: "grid size-9 place-items-center rounded-full bg-black/70 text-white shadow-[0_4px_18px_rgba(0,0,0,0.35)]",
|
|
292
|
+
children: /* @__PURE__ */ jsx(Play, { className: "ml-0.5 size-4 fill-current" })
|
|
293
|
+
})
|
|
294
|
+
})]
|
|
295
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
296
|
+
className: "min-w-0 py-2 pr-3",
|
|
297
|
+
children: [/* @__PURE__ */ jsx("div", {
|
|
298
|
+
className: "truncate text-[13px] font-bold text-[var(--ink)]",
|
|
299
|
+
children: itemTitle(item)
|
|
300
|
+
}), /* @__PURE__ */ jsx("div", {
|
|
301
|
+
className: "truncate text-[13px] text-[var(--ink-soft)]",
|
|
302
|
+
children: item.displayUrl
|
|
303
|
+
})]
|
|
304
|
+
})]
|
|
305
|
+
});
|
|
306
|
+
}
|
|
307
|
+
function LinkInsightRow({ index, item }) {
|
|
308
|
+
return /* @__PURE__ */ jsxs("article", {
|
|
309
|
+
className: "flex flex-col gap-2 border-b border-[var(--line)] px-4 py-3 transition-colors duration-150 hover:bg-[var(--bg-hover)]",
|
|
310
|
+
"data-perf": "link-insight-row",
|
|
311
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
312
|
+
className: "flex items-start gap-3",
|
|
313
|
+
children: [/* @__PURE__ */ jsx("div", {
|
|
314
|
+
className: "grid size-9 shrink-0 place-items-center rounded-full bg-[var(--bg-active)] text-[14px] font-bold text-[var(--ink-soft)]",
|
|
315
|
+
children: index + 1
|
|
316
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
317
|
+
className: "min-w-0 flex-1",
|
|
318
|
+
children: [
|
|
319
|
+
/* @__PURE__ */ jsx("a", {
|
|
320
|
+
className: "block break-words text-[15px] font-bold text-[var(--ink)] [overflow-wrap:anywhere] hover:underline",
|
|
321
|
+
href: item.url,
|
|
322
|
+
rel: "noreferrer",
|
|
323
|
+
target: "_blank",
|
|
324
|
+
children: itemTitle(item)
|
|
325
|
+
}),
|
|
326
|
+
/* @__PURE__ */ jsx("p", {
|
|
327
|
+
className: "mt-0.5 truncate text-[13px] text-[var(--ink-soft)]",
|
|
328
|
+
children: itemSubtitle(item)
|
|
329
|
+
}),
|
|
330
|
+
/* @__PURE__ */ jsxs("div", {
|
|
331
|
+
className: "mt-1 flex flex-wrap items-center gap-2 text-[13px] text-[var(--ink-soft)]",
|
|
332
|
+
children: [
|
|
333
|
+
/* @__PURE__ */ jsx("span", { children: item.host }),
|
|
334
|
+
/* @__PURE__ */ jsx("span", { children: "/" }),
|
|
335
|
+
/* @__PURE__ */ jsxs("span", { children: [formatCompactNumber(item.shareCount), " shares"] }),
|
|
336
|
+
/* @__PURE__ */ jsx("span", { children: "/" }),
|
|
337
|
+
/* @__PURE__ */ jsxs("span", { children: [formatCompactNumber(item.uniqueSharers), " sharers"] }),
|
|
338
|
+
/* @__PURE__ */ jsx("span", { children: "/" }),
|
|
339
|
+
/* @__PURE__ */ jsxs("span", { children: [formatCompactNumber(commentCount(item)), " comments"] }),
|
|
340
|
+
/* @__PURE__ */ jsx("span", { children: "/" }),
|
|
341
|
+
/* @__PURE__ */ jsx(SharerStrip, { item }),
|
|
342
|
+
/* @__PURE__ */ jsx("span", { children: "/" }),
|
|
343
|
+
/* @__PURE__ */ jsx(SmartTimestamp, { value: item.lastSeenAt })
|
|
344
|
+
]
|
|
345
|
+
}),
|
|
346
|
+
/* @__PURE__ */ jsx(VideoPreview, { item })
|
|
347
|
+
]
|
|
348
|
+
})]
|
|
349
|
+
}), /* @__PURE__ */ jsx(CommentsSection, { item })]
|
|
350
|
+
});
|
|
351
|
+
}
|
|
352
|
+
function LinksRoute() {
|
|
353
|
+
const search = Route$1.useSearch();
|
|
354
|
+
const navigate = Route$1.useNavigate();
|
|
355
|
+
return /* @__PURE__ */ jsx(LinksRouteView, {
|
|
356
|
+
searchState: search,
|
|
357
|
+
onSearchChange: (next, options) => void navigate({
|
|
358
|
+
search: next,
|
|
359
|
+
replace: options?.replace
|
|
360
|
+
})
|
|
361
|
+
});
|
|
362
|
+
}
|
|
363
|
+
function LinksRouteView({ searchState: controlledSearch, onSearchChange } = {}) {
|
|
364
|
+
const [localSearch, setLocalSearch] = useState(() => validateLinksSearch({}));
|
|
365
|
+
const searchState = controlledSearch ?? localSearch;
|
|
366
|
+
const updateSearch = (next, options) => onSearchChange ? onSearchChange(next, options) : setLocalSearch(next);
|
|
367
|
+
const { kind, setKind, range, setRange, source, setSource, sort, setSort, search, setSearch, items, subtitle, loading, error, retry } = useLinksController(searchState, updateSearch);
|
|
368
|
+
return /* @__PURE__ */ jsxs(Fragment$1, { children: [/* @__PURE__ */ jsxs("header", {
|
|
369
|
+
className: pageHeaderClass,
|
|
370
|
+
children: [/* @__PURE__ */ jsx("div", {
|
|
371
|
+
className: pageHeaderRowClass,
|
|
372
|
+
children: /* @__PURE__ */ jsxs("div", {
|
|
373
|
+
className: "flex min-w-0 flex-col",
|
|
374
|
+
children: [/* @__PURE__ */ jsx("h1", {
|
|
375
|
+
className: pageTitleClass,
|
|
376
|
+
children: "Links"
|
|
377
|
+
}), /* @__PURE__ */ jsx("p", {
|
|
378
|
+
className: pageSubtitleClass,
|
|
379
|
+
children: subtitle
|
|
380
|
+
})]
|
|
381
|
+
})
|
|
382
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
383
|
+
className: "flex flex-wrap items-center gap-2 px-4 pb-3",
|
|
384
|
+
children: [
|
|
385
|
+
/* @__PURE__ */ jsxs("label", {
|
|
386
|
+
className: cx(searchFieldShellClass, "min-w-[180px] flex-1"),
|
|
387
|
+
children: [/* @__PURE__ */ jsx(Search, {
|
|
388
|
+
className: searchFieldIconClass,
|
|
389
|
+
strokeWidth: 2
|
|
390
|
+
}), /* @__PURE__ */ jsx("input", {
|
|
391
|
+
className: searchFieldInputClass,
|
|
392
|
+
onChange: (event) => setSearch(event.target.value),
|
|
393
|
+
placeholder: "Search links",
|
|
394
|
+
value: search
|
|
395
|
+
})]
|
|
396
|
+
}),
|
|
397
|
+
/* @__PURE__ */ jsx("div", {
|
|
398
|
+
className: segmentedClass,
|
|
399
|
+
children: ["links", "videos"].map((value) => /* @__PURE__ */ jsx("button", {
|
|
400
|
+
className: cx(segmentClass, kind === value && "bg-[var(--bg-active)] text-[var(--ink)]"),
|
|
401
|
+
onClick: () => setKind(value),
|
|
402
|
+
type: "button",
|
|
403
|
+
children: value
|
|
404
|
+
}, value))
|
|
405
|
+
}),
|
|
406
|
+
/* @__PURE__ */ jsx("div", {
|
|
407
|
+
className: segmentedClass,
|
|
408
|
+
children: ranges.map((entry) => /* @__PURE__ */ jsx("button", {
|
|
409
|
+
className: cx(segmentClass, range === entry.value && "bg-[var(--bg-active)] text-[var(--ink)]"),
|
|
410
|
+
onClick: () => setRange(entry.value),
|
|
411
|
+
type: "button",
|
|
412
|
+
children: entry.label
|
|
413
|
+
}, entry.value))
|
|
414
|
+
}),
|
|
415
|
+
/* @__PURE__ */ jsx("div", {
|
|
416
|
+
className: segmentedClass,
|
|
417
|
+
children: [
|
|
418
|
+
"all",
|
|
419
|
+
"tweet",
|
|
420
|
+
"dm"
|
|
421
|
+
].map((value) => /* @__PURE__ */ jsx("button", {
|
|
422
|
+
className: cx(segmentClass, source === value && "bg-[var(--bg-active)] text-[var(--ink)]"),
|
|
423
|
+
onClick: () => setSource(value),
|
|
424
|
+
type: "button",
|
|
425
|
+
children: value
|
|
426
|
+
}, value))
|
|
427
|
+
}),
|
|
428
|
+
/* @__PURE__ */ jsx("div", {
|
|
429
|
+
className: segmentedClass,
|
|
430
|
+
children: [
|
|
431
|
+
"rank",
|
|
432
|
+
"recent",
|
|
433
|
+
"comments"
|
|
434
|
+
].map((value) => /* @__PURE__ */ jsx("button", {
|
|
435
|
+
className: cx(segmentClass, sort === value && "bg-[var(--bg-active)] text-[var(--ink)]"),
|
|
436
|
+
onClick: () => setSort(value),
|
|
437
|
+
type: "button",
|
|
438
|
+
children: value
|
|
439
|
+
}, value))
|
|
440
|
+
})
|
|
441
|
+
]
|
|
442
|
+
})]
|
|
443
|
+
}), /* @__PURE__ */ jsxs("section", {
|
|
444
|
+
className: "flex flex-col",
|
|
445
|
+
children: [loading ? /* @__PURE__ */ jsx(FeedLoading, {
|
|
446
|
+
detail: "Ranking URLs and collecting local discussion",
|
|
447
|
+
label: "Loading links",
|
|
448
|
+
children: /* @__PURE__ */ jsx(LinkSkeletonRows, {})
|
|
449
|
+
}) : error ? /* @__PURE__ */ jsx(FeedError, {
|
|
450
|
+
action: /* @__PURE__ */ jsx("button", {
|
|
451
|
+
className: "rounded-full bg-[var(--accent)] px-4 py-1.5 text-[14px] font-bold text-white",
|
|
452
|
+
onClick: () => void retry(),
|
|
453
|
+
type: "button",
|
|
454
|
+
children: "Retry"
|
|
455
|
+
}),
|
|
456
|
+
message: error,
|
|
457
|
+
title: "Could not load links"
|
|
458
|
+
}) : items.length === 0 ? /* @__PURE__ */ jsx(FeedEmpty, {
|
|
459
|
+
detail: "Try a different range, source, or search term.",
|
|
460
|
+
label: "No links in this window"
|
|
461
|
+
}) : null, items.map((item, index) => /* @__PURE__ */ jsx(LinkInsightRow, {
|
|
462
|
+
index,
|
|
463
|
+
item
|
|
464
|
+
}, `${kind}:${range}:${source}:${item.id}`))]
|
|
465
|
+
})] });
|
|
466
|
+
}
|
|
467
|
+
//#endregion
|
|
468
|
+
export { LinksRouteView, LinksRoute as component };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { t as TimelineRouteFrame } from "./TimelineRouteFrame-CU7ilM7U.js";
|
|
2
|
+
import { jsx } from "react/jsx-runtime";
|
|
3
|
+
//#region src/routes/mentions.tsx?tsr-split=component
|
|
4
|
+
function mentionsSubtitle(meta) {
|
|
5
|
+
if (!meta) return "Loading mentions...";
|
|
6
|
+
return `${String(meta.stats.mentions)} mention/reply items in local store`;
|
|
7
|
+
}
|
|
8
|
+
function MentionsRoute() {
|
|
9
|
+
return /* @__PURE__ */ jsx(TimelineRouteFrame, {
|
|
10
|
+
emptyDetail: "Try All, search less narrowly, or sync mentions.",
|
|
11
|
+
emptyLabel: "No mentions in this view",
|
|
12
|
+
errorFallback: "Mentions unavailable",
|
|
13
|
+
errorTitle: "Could not load mentions",
|
|
14
|
+
initialReplyFilter: "unreplied",
|
|
15
|
+
loadingDetail: "Checking local mentions and reply context",
|
|
16
|
+
loadingLabel: "Loading mentions",
|
|
17
|
+
resource: "mentions",
|
|
18
|
+
searchPlaceholder: "Search mentions",
|
|
19
|
+
subtitle: mentionsSubtitle,
|
|
20
|
+
syncKind: "mentions",
|
|
21
|
+
syncLabel: "Sync mentions",
|
|
22
|
+
title: "Mentions"
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
//#endregion
|
|
26
|
+
export { MentionsRoute as component };
|