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,533 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
BookmarkCheck,
|
|
3
|
-
CheckCircle2,
|
|
4
|
-
Circle,
|
|
5
|
-
Heart,
|
|
6
|
-
Image,
|
|
7
|
-
MessageCircle,
|
|
8
|
-
Repeat2,
|
|
9
|
-
UserSearch,
|
|
10
|
-
} from "lucide-react";
|
|
11
|
-
import { formatCompactNumber } from "#/lib/present";
|
|
12
|
-
import {
|
|
13
|
-
isTweetArticleUrlEntity,
|
|
14
|
-
normalizeTweetUrlEntityRangeForText,
|
|
15
|
-
} from "#/lib/tweet-render";
|
|
16
|
-
import type {
|
|
17
|
-
TimelineItem,
|
|
18
|
-
TweetEntities,
|
|
19
|
-
TweetMediaItem,
|
|
20
|
-
TweetUrlEntity,
|
|
21
|
-
} from "#/lib/types";
|
|
22
|
-
import { useConversationSurface } from "#/lib/conversation-surface";
|
|
23
|
-
import {
|
|
24
|
-
cx,
|
|
25
|
-
embeddedCardClass,
|
|
26
|
-
feedActionButtonClass,
|
|
27
|
-
feedActionIconClass,
|
|
28
|
-
feedActionIconWrapClass,
|
|
29
|
-
feedRowActionsClass,
|
|
30
|
-
feedRowBodyClass,
|
|
31
|
-
feedRowClass,
|
|
32
|
-
feedRowDotClass,
|
|
33
|
-
feedRowHandleClass,
|
|
34
|
-
feedRowHeaderClass,
|
|
35
|
-
feedRowNameClass,
|
|
36
|
-
feedRowStatePillActiveClass,
|
|
37
|
-
feedRowStatePillClass,
|
|
38
|
-
feedRowStatePillOpenClass,
|
|
39
|
-
feedRowTextClass,
|
|
40
|
-
feedRowTimestampClass,
|
|
41
|
-
} from "#/lib/ui";
|
|
42
|
-
import { AvatarChip } from "./AvatarChip";
|
|
43
|
-
import { ConversationThread } from "./ConversationThread";
|
|
44
|
-
import { EmbeddedTweetCard } from "./EmbeddedTweetCard";
|
|
45
|
-
import { LinkPreviewCard } from "./LinkPreviewCard";
|
|
46
|
-
import { ProfilePreview } from "./ProfilePreview";
|
|
47
|
-
import { SmartTimestamp } from "./SmartTimestamp";
|
|
48
|
-
import { TweetArticleCard } from "./TweetArticleCard";
|
|
49
|
-
import { TweetMediaGrid } from "./TweetMediaGrid";
|
|
50
|
-
import { TweetRichText } from "./TweetRichText";
|
|
51
|
-
|
|
52
|
-
function comparableUrl(value: string | null | undefined) {
|
|
53
|
-
if (!value) return null;
|
|
54
|
-
try {
|
|
55
|
-
const parsed = new URL(value);
|
|
56
|
-
return `${parsed.protocol}//${parsed.hostname}${parsed.pathname}`;
|
|
57
|
-
} catch {
|
|
58
|
-
return value.split("?")[0] ?? value;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
function getMediaUrlSet(media: TweetMediaItem[]) {
|
|
63
|
-
const urls = new Set<string>();
|
|
64
|
-
for (const item of media) {
|
|
65
|
-
for (const url of [item.url, item.thumbnailUrl]) {
|
|
66
|
-
const comparable = comparableUrl(url);
|
|
67
|
-
if (comparable) urls.add(comparable);
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
return urls;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
function isMediaUrlEntity(
|
|
74
|
-
entry: TweetUrlEntity,
|
|
75
|
-
mediaUrls: Set<string>,
|
|
76
|
-
tweetId: string,
|
|
77
|
-
) {
|
|
78
|
-
if (mediaUrls.size > 0 && isOwnStatusMediaUrl(entry.expandedUrl, tweetId)) {
|
|
79
|
-
return true;
|
|
80
|
-
}
|
|
81
|
-
for (const url of [entry.url, entry.expandedUrl, entry.displayUrl]) {
|
|
82
|
-
const comparable = comparableUrl(url);
|
|
83
|
-
if (comparable && mediaUrls.has(comparable)) {
|
|
84
|
-
return true;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
return false;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
function isShortUrl(value: string | null | undefined) {
|
|
91
|
-
if (!value) return false;
|
|
92
|
-
try {
|
|
93
|
-
const candidate = value.includes("://") ? value : `https://${value}`;
|
|
94
|
-
const parsed = new URL(candidate);
|
|
95
|
-
return parsed.hostname.replace(/^www\./, "") === "t.co";
|
|
96
|
-
} catch {
|
|
97
|
-
return false;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
function isUnresolvedShortUrlEntity(entry: TweetUrlEntity) {
|
|
102
|
-
if (isShortUrl(entry.expandedUrl)) return true;
|
|
103
|
-
if (entry.expandedUrl) return false;
|
|
104
|
-
if (isShortUrl(entry.displayUrl)) return true;
|
|
105
|
-
return !entry.displayUrl && isShortUrl(entry.url);
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
function unresolvedShortUrlRanges(text: string, entities: TweetEntities) {
|
|
109
|
-
return (entities.urls ?? [])
|
|
110
|
-
.filter(isUnresolvedShortUrlEntity)
|
|
111
|
-
.map((entry) => normalizeTweetUrlEntityRangeForText(text, entry));
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
function textOutsideRanges(
|
|
115
|
-
text: string,
|
|
116
|
-
ranges: Array<{ start: number; end: number }>,
|
|
117
|
-
) {
|
|
118
|
-
let cursor = 0;
|
|
119
|
-
let output = "";
|
|
120
|
-
for (const range of [...ranges].sort(
|
|
121
|
-
(left, right) => left.start - right.start,
|
|
122
|
-
)) {
|
|
123
|
-
if (
|
|
124
|
-
range.start < cursor ||
|
|
125
|
-
range.end <= range.start ||
|
|
126
|
-
range.end > text.length
|
|
127
|
-
) {
|
|
128
|
-
continue;
|
|
129
|
-
}
|
|
130
|
-
output += text.slice(cursor, range.start);
|
|
131
|
-
cursor = range.end;
|
|
132
|
-
}
|
|
133
|
-
output += text.slice(cursor);
|
|
134
|
-
return output;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
function shouldHideUnresolvedShortUrls(
|
|
138
|
-
text: string,
|
|
139
|
-
entities: TweetEntities,
|
|
140
|
-
mediaUrls: Set<string>,
|
|
141
|
-
) {
|
|
142
|
-
if (mediaUrls.size === 0) return false;
|
|
143
|
-
const ranges = unresolvedShortUrlRanges(text, entities);
|
|
144
|
-
if (ranges.length === 0) return false;
|
|
145
|
-
return textOutsideRanges(text, ranges).trim().length === 0;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
function isOwnStatusMediaUrl(
|
|
149
|
-
value: string | null | undefined,
|
|
150
|
-
tweetId: string,
|
|
151
|
-
) {
|
|
152
|
-
if (!value) return false;
|
|
153
|
-
try {
|
|
154
|
-
const parsed = new URL(value);
|
|
155
|
-
const host = parsed.hostname.replace(/^www\./, "");
|
|
156
|
-
if (host !== "x.com" && host !== "twitter.com") return false;
|
|
157
|
-
const segments = parsed.pathname.split("/").filter(Boolean);
|
|
158
|
-
const statusIndex = segments.indexOf("status");
|
|
159
|
-
if (statusIndex < 0 || segments[statusIndex + 1] !== tweetId) {
|
|
160
|
-
return false;
|
|
161
|
-
}
|
|
162
|
-
const mediaSegment = segments[statusIndex + 2];
|
|
163
|
-
return mediaSegment === "photo" || mediaSegment === "video";
|
|
164
|
-
} catch {
|
|
165
|
-
return false;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
function getVisibleEntities(
|
|
170
|
-
entities: TweetEntities,
|
|
171
|
-
media: TweetMediaItem[],
|
|
172
|
-
tweetId: string,
|
|
173
|
-
text: string,
|
|
174
|
-
) {
|
|
175
|
-
const mediaUrls = getMediaUrlSet(media);
|
|
176
|
-
if (mediaUrls.size === 0) return entities;
|
|
177
|
-
const hideUnresolvedShortUrls = shouldHideUnresolvedShortUrls(
|
|
178
|
-
text,
|
|
179
|
-
entities,
|
|
180
|
-
mediaUrls,
|
|
181
|
-
);
|
|
182
|
-
return {
|
|
183
|
-
...entities,
|
|
184
|
-
urls: (entities.urls ?? []).filter(
|
|
185
|
-
(entry) =>
|
|
186
|
-
!isMediaUrlEntity(entry, mediaUrls, tweetId) &&
|
|
187
|
-
!(hideUnresolvedShortUrls && isUnresolvedShortUrlEntity(entry)),
|
|
188
|
-
),
|
|
189
|
-
};
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
function getHiddenMediaUrlRanges(
|
|
193
|
-
entities: TweetEntities,
|
|
194
|
-
media: TweetMediaItem[],
|
|
195
|
-
tweetId: string,
|
|
196
|
-
text: string,
|
|
197
|
-
) {
|
|
198
|
-
const mediaUrls = getMediaUrlSet(media);
|
|
199
|
-
if (mediaUrls.size === 0) return [];
|
|
200
|
-
const hideUnresolvedShortUrls = shouldHideUnresolvedShortUrls(
|
|
201
|
-
text,
|
|
202
|
-
entities,
|
|
203
|
-
mediaUrls,
|
|
204
|
-
);
|
|
205
|
-
return (entities.urls ?? [])
|
|
206
|
-
.filter(
|
|
207
|
-
(entry) =>
|
|
208
|
-
isMediaUrlEntity(entry, mediaUrls, tweetId) ||
|
|
209
|
-
(hideUnresolvedShortUrls && isUnresolvedShortUrlEntity(entry)),
|
|
210
|
-
)
|
|
211
|
-
.map((entry) => normalizeTweetUrlEntityRangeForText(text, entry));
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
function getVisibleUrlCards(
|
|
215
|
-
entities: TweetEntities,
|
|
216
|
-
quotedTweetId: string | null,
|
|
217
|
-
) {
|
|
218
|
-
return (entities.urls ?? []).filter((entry) => {
|
|
219
|
-
if (isUnresolvedShortUrlEntity(entry)) return false;
|
|
220
|
-
if (entities.article && isTweetArticleUrlEntity(entry, entities.article)) {
|
|
221
|
-
return false;
|
|
222
|
-
}
|
|
223
|
-
if (!quotedTweetId) return true;
|
|
224
|
-
return !entry.expandedUrl.includes(quotedTweetId);
|
|
225
|
-
});
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
function isInteractiveTarget(target: EventTarget | null) {
|
|
229
|
-
return (
|
|
230
|
-
target instanceof Element &&
|
|
231
|
-
Boolean(target.closest("a,button,input,textarea,select,[role='button']"))
|
|
232
|
-
);
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
export function TimelineCard({
|
|
236
|
-
item,
|
|
237
|
-
onReply,
|
|
238
|
-
showReplyControls = true,
|
|
239
|
-
}: {
|
|
240
|
-
item: TimelineItem;
|
|
241
|
-
onReply: (tweetId: string) => void;
|
|
242
|
-
showReplyControls?: boolean;
|
|
243
|
-
}) {
|
|
244
|
-
const canReply =
|
|
245
|
-
showReplyControls && item.kind !== "like" && item.kind !== "bookmark";
|
|
246
|
-
const displayTweet = item.retweetedTweet ?? item;
|
|
247
|
-
const displayTweetId = displayTweet.id;
|
|
248
|
-
const interactionTweetId =
|
|
249
|
-
item.retweetedTweet && displayTweetId === `${item.id}:retweeted`
|
|
250
|
-
? item.id
|
|
251
|
-
: displayTweetId;
|
|
252
|
-
const displayAuthor = displayTweet.author;
|
|
253
|
-
const conversation = useConversationSurface(item.id, interactionTweetId);
|
|
254
|
-
const visibleEntities = getVisibleEntities(
|
|
255
|
-
displayTweet.entities,
|
|
256
|
-
displayTweet.media,
|
|
257
|
-
displayTweet.id,
|
|
258
|
-
displayTweet.text,
|
|
259
|
-
);
|
|
260
|
-
const hiddenMediaUrlRanges = getHiddenMediaUrlRanges(
|
|
261
|
-
displayTweet.entities,
|
|
262
|
-
displayTweet.media,
|
|
263
|
-
displayTweet.id,
|
|
264
|
-
displayTweet.text,
|
|
265
|
-
);
|
|
266
|
-
const visibleUrlCards = getVisibleUrlCards(
|
|
267
|
-
visibleEntities,
|
|
268
|
-
item.retweetedTweet ? null : (item.quotedTweet?.id ?? null),
|
|
269
|
-
);
|
|
270
|
-
const displayMediaCount = item.retweetedTweet
|
|
271
|
-
? (displayTweet.mediaCount ?? displayTweet.media.length)
|
|
272
|
-
: item.mediaCount;
|
|
273
|
-
const displayIsReplied = displayTweet.isReplied ?? item.isReplied;
|
|
274
|
-
const displayLikeCount = displayTweet.likeCount ?? item.likeCount;
|
|
275
|
-
const displayBookmarked = displayTweet.bookmarked ?? item.bookmarked;
|
|
276
|
-
const displayLiked = displayTweet.liked ?? item.liked;
|
|
277
|
-
const showLikeIndicator = displayLiked || displayLikeCount > 0;
|
|
278
|
-
const showMediaIndicator = displayMediaCount > 0;
|
|
279
|
-
const hasConversation = Boolean(
|
|
280
|
-
item.retweetedTweet
|
|
281
|
-
? displayTweet.replyToId
|
|
282
|
-
: item.replyToTweet || item.replyToId,
|
|
283
|
-
);
|
|
284
|
-
|
|
285
|
-
return (
|
|
286
|
-
<article
|
|
287
|
-
className={cx(
|
|
288
|
-
feedRowClass,
|
|
289
|
-
"cursor-pointer [content-visibility:auto] [contain-intrinsic-size:auto_280px]",
|
|
290
|
-
)}
|
|
291
|
-
data-perf="timeline-card"
|
|
292
|
-
onFocus={conversation.prefetch}
|
|
293
|
-
onMouseEnter={conversation.prefetch}
|
|
294
|
-
onClick={(event) => {
|
|
295
|
-
if (isInteractiveTarget(event.target)) return;
|
|
296
|
-
conversation.toggle();
|
|
297
|
-
}}
|
|
298
|
-
>
|
|
299
|
-
<AvatarChip
|
|
300
|
-
avatarUrl={displayAuthor.avatarUrl}
|
|
301
|
-
hue={displayAuthor.avatarHue}
|
|
302
|
-
name={displayAuthor.displayName}
|
|
303
|
-
profileId={displayAuthor.id}
|
|
304
|
-
/>
|
|
305
|
-
<div className={feedRowBodyClass}>
|
|
306
|
-
{item.retweetedTweet ? (
|
|
307
|
-
<div className="inline-flex items-center gap-2 text-[13px] font-medium text-[var(--ink-soft)]">
|
|
308
|
-
<Repeat2 className="size-4" strokeWidth={1.8} />
|
|
309
|
-
<ProfilePreview profile={item.author}>
|
|
310
|
-
<span>{item.author.displayName} reposted</span>
|
|
311
|
-
</ProfilePreview>
|
|
312
|
-
</div>
|
|
313
|
-
) : null}
|
|
314
|
-
<header className={feedRowHeaderClass}>
|
|
315
|
-
<ProfilePreview profile={displayAuthor}>
|
|
316
|
-
<span className="flex min-w-0 items-center gap-1.5">
|
|
317
|
-
<span className={feedRowNameClass}>
|
|
318
|
-
{displayAuthor.displayName}
|
|
319
|
-
</span>
|
|
320
|
-
<span className={feedRowHandleClass}>
|
|
321
|
-
@{displayAuthor.handle}
|
|
322
|
-
</span>
|
|
323
|
-
</span>
|
|
324
|
-
</ProfilePreview>
|
|
325
|
-
<span className={feedRowDotClass}>·</span>
|
|
326
|
-
<SmartTimestamp
|
|
327
|
-
className={feedRowTimestampClass}
|
|
328
|
-
value={displayTweet.createdAt}
|
|
329
|
-
/>
|
|
330
|
-
{canReply || hasConversation ? (
|
|
331
|
-
<span className="ml-auto inline-flex items-center gap-1">
|
|
332
|
-
{hasConversation ? (
|
|
333
|
-
<span
|
|
334
|
-
aria-label="Part of a conversation"
|
|
335
|
-
className={cx(
|
|
336
|
-
feedRowStatePillClass,
|
|
337
|
-
feedRowStatePillActiveClass,
|
|
338
|
-
)}
|
|
339
|
-
title="Part of a conversation"
|
|
340
|
-
>
|
|
341
|
-
<MessageCircle className="size-3.5" strokeWidth={2} />
|
|
342
|
-
thread
|
|
343
|
-
</span>
|
|
344
|
-
) : null}
|
|
345
|
-
{canReply ? (
|
|
346
|
-
<span
|
|
347
|
-
aria-label={displayIsReplied ? "We replied" : "Reply open"}
|
|
348
|
-
className={cx(
|
|
349
|
-
feedRowStatePillClass,
|
|
350
|
-
displayIsReplied
|
|
351
|
-
? feedRowStatePillActiveClass
|
|
352
|
-
: feedRowStatePillOpenClass,
|
|
353
|
-
)}
|
|
354
|
-
title={displayIsReplied ? "We replied" : "Reply open"}
|
|
355
|
-
>
|
|
356
|
-
{displayIsReplied ? (
|
|
357
|
-
<CheckCircle2 className="size-3.5" strokeWidth={2} />
|
|
358
|
-
) : (
|
|
359
|
-
<Circle className="size-3" strokeWidth={2.2} />
|
|
360
|
-
)}
|
|
361
|
-
{displayIsReplied ? "replied" : "open"}
|
|
362
|
-
</span>
|
|
363
|
-
) : null}
|
|
364
|
-
</span>
|
|
365
|
-
) : null}
|
|
366
|
-
</header>
|
|
367
|
-
{item.retweetedTweet ? (
|
|
368
|
-
<>
|
|
369
|
-
<TweetRichText
|
|
370
|
-
className={feedRowTextClass}
|
|
371
|
-
entities={displayTweet.entities}
|
|
372
|
-
hiddenUrlRanges={hiddenMediaUrlRanges}
|
|
373
|
-
text={displayTweet.text}
|
|
374
|
-
/>
|
|
375
|
-
<TweetMediaGrid items={displayTweet.media} />
|
|
376
|
-
{displayTweet.entities.article ? (
|
|
377
|
-
<TweetArticleCard article={displayTweet.entities.article} />
|
|
378
|
-
) : null}
|
|
379
|
-
{visibleUrlCards.map((entry, index) => (
|
|
380
|
-
<LinkPreviewCard
|
|
381
|
-
key={`${entry.expandedUrl}-${String(index)}`}
|
|
382
|
-
entry={entry}
|
|
383
|
-
index={index}
|
|
384
|
-
/>
|
|
385
|
-
))}
|
|
386
|
-
</>
|
|
387
|
-
) : (
|
|
388
|
-
<>
|
|
389
|
-
<TweetRichText
|
|
390
|
-
className={feedRowTextClass}
|
|
391
|
-
entities={item.entities}
|
|
392
|
-
hiddenUrlRanges={hiddenMediaUrlRanges}
|
|
393
|
-
text={item.text}
|
|
394
|
-
/>
|
|
395
|
-
<TweetMediaGrid items={item.media} />
|
|
396
|
-
{item.entities.article ? (
|
|
397
|
-
<TweetArticleCard article={item.entities.article} />
|
|
398
|
-
) : null}
|
|
399
|
-
{item.replyToTweet ? (
|
|
400
|
-
<div className={embeddedCardClass}>
|
|
401
|
-
<EmbeddedTweetCard
|
|
402
|
-
item={item.replyToTweet}
|
|
403
|
-
label="In reply to"
|
|
404
|
-
/>
|
|
405
|
-
</div>
|
|
406
|
-
) : null}
|
|
407
|
-
{item.quotedTweet ? (
|
|
408
|
-
<div className={embeddedCardClass}>
|
|
409
|
-
<EmbeddedTweetCard
|
|
410
|
-
item={item.quotedTweet}
|
|
411
|
-
label="Quoted tweet"
|
|
412
|
-
/>
|
|
413
|
-
</div>
|
|
414
|
-
) : null}
|
|
415
|
-
{visibleUrlCards.map((entry, index) => (
|
|
416
|
-
<LinkPreviewCard
|
|
417
|
-
key={`${entry.expandedUrl}-${String(index)}`}
|
|
418
|
-
entry={entry}
|
|
419
|
-
index={index}
|
|
420
|
-
/>
|
|
421
|
-
))}
|
|
422
|
-
</>
|
|
423
|
-
)}
|
|
424
|
-
<footer className={feedRowActionsClass}>
|
|
425
|
-
<div className="flex items-center gap-3 text-[13px] text-[var(--ink-soft)]">
|
|
426
|
-
<button
|
|
427
|
-
aria-expanded={conversation.isOpen}
|
|
428
|
-
aria-label={
|
|
429
|
-
conversation.isOpen ? "Hide conversation" : "Show conversation"
|
|
430
|
-
}
|
|
431
|
-
className={feedActionButtonClass}
|
|
432
|
-
onClick={(event) => {
|
|
433
|
-
event.stopPropagation();
|
|
434
|
-
conversation.toggle();
|
|
435
|
-
}}
|
|
436
|
-
type="button"
|
|
437
|
-
>
|
|
438
|
-
<span className={feedActionIconWrapClass}>
|
|
439
|
-
<MessageCircle
|
|
440
|
-
className={feedActionIconClass}
|
|
441
|
-
strokeWidth={1.7}
|
|
442
|
-
/>
|
|
443
|
-
</span>
|
|
444
|
-
<span className="text-[13px]">
|
|
445
|
-
{conversation.isOpen ? "Hide thread" : "Thread"}
|
|
446
|
-
</span>
|
|
447
|
-
</button>
|
|
448
|
-
{canReply ? (
|
|
449
|
-
<button
|
|
450
|
-
className={feedActionButtonClass}
|
|
451
|
-
onClick={(event) => {
|
|
452
|
-
event.stopPropagation();
|
|
453
|
-
onReply(interactionTweetId);
|
|
454
|
-
}}
|
|
455
|
-
type="button"
|
|
456
|
-
aria-label="Reply"
|
|
457
|
-
>
|
|
458
|
-
<span className={feedActionIconWrapClass}>
|
|
459
|
-
<MessageCircle
|
|
460
|
-
className={feedActionIconClass}
|
|
461
|
-
strokeWidth={1.7}
|
|
462
|
-
/>
|
|
463
|
-
</span>
|
|
464
|
-
<span className="text-[13px]">Reply</span>
|
|
465
|
-
</button>
|
|
466
|
-
) : null}
|
|
467
|
-
<a
|
|
468
|
-
aria-label={`Analyse @${displayAuthor.handle}`}
|
|
469
|
-
className={feedActionButtonClass}
|
|
470
|
-
href={`/profiles/${encodeURIComponent(displayAuthor.handle)}`}
|
|
471
|
-
onClick={(event) => {
|
|
472
|
-
event.stopPropagation();
|
|
473
|
-
}}
|
|
474
|
-
title={`Analyse @${displayAuthor.handle}`}
|
|
475
|
-
>
|
|
476
|
-
<span className={feedActionIconWrapClass}>
|
|
477
|
-
<UserSearch className={feedActionIconClass} strokeWidth={1.7} />
|
|
478
|
-
</span>
|
|
479
|
-
<span className="text-[13px]">Analyse</span>
|
|
480
|
-
</a>
|
|
481
|
-
{showLikeIndicator ? (
|
|
482
|
-
<span
|
|
483
|
-
aria-label={`${formatCompactNumber(displayLikeCount)} likes`}
|
|
484
|
-
className={cx(
|
|
485
|
-
"inline-flex items-center gap-1 px-2 py-1 text-[13px]",
|
|
486
|
-
displayLiked && "text-[var(--like)]",
|
|
487
|
-
)}
|
|
488
|
-
title={`${formatCompactNumber(displayLikeCount)} likes`}
|
|
489
|
-
>
|
|
490
|
-
<Heart
|
|
491
|
-
className={feedActionIconClass}
|
|
492
|
-
strokeWidth={1.7}
|
|
493
|
-
fill={displayLiked ? "currentColor" : "none"}
|
|
494
|
-
/>
|
|
495
|
-
<span>{formatCompactNumber(displayLikeCount)}</span>
|
|
496
|
-
</span>
|
|
497
|
-
) : null}
|
|
498
|
-
{displayBookmarked ? (
|
|
499
|
-
<span
|
|
500
|
-
aria-label="Bookmarked"
|
|
501
|
-
className="inline-flex items-center px-2 py-1"
|
|
502
|
-
title="Bookmarked"
|
|
503
|
-
>
|
|
504
|
-
<BookmarkCheck
|
|
505
|
-
className={feedActionIconClass}
|
|
506
|
-
strokeWidth={1.7}
|
|
507
|
-
/>
|
|
508
|
-
</span>
|
|
509
|
-
) : null}
|
|
510
|
-
{showMediaIndicator ? (
|
|
511
|
-
<span
|
|
512
|
-
aria-label={`${String(displayMediaCount)} media attachments`}
|
|
513
|
-
className="inline-flex items-center gap-1 px-2 py-1 text-[13px]"
|
|
514
|
-
title={`${String(displayMediaCount)} media attachments`}
|
|
515
|
-
>
|
|
516
|
-
<Image className={feedActionIconClass} strokeWidth={1.7} />
|
|
517
|
-
<span>{displayMediaCount}</span>
|
|
518
|
-
</span>
|
|
519
|
-
) : null}
|
|
520
|
-
</div>
|
|
521
|
-
</footer>
|
|
522
|
-
{conversation.isOpen ? (
|
|
523
|
-
<ConversationThread
|
|
524
|
-
anchorId={interactionTweetId}
|
|
525
|
-
error={conversation.error}
|
|
526
|
-
items={conversation.items}
|
|
527
|
-
loading={conversation.loading}
|
|
528
|
-
/>
|
|
529
|
-
) : null}
|
|
530
|
-
</div>
|
|
531
|
-
</article>
|
|
532
|
-
);
|
|
533
|
-
}
|
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
import { Search } from "lucide-react";
|
|
2
|
-
import { useMemo, useState } from "react";
|
|
3
|
-
import {
|
|
4
|
-
FeedEmpty,
|
|
5
|
-
FeedError,
|
|
6
|
-
FeedLoading,
|
|
7
|
-
TweetSkeletonRows,
|
|
8
|
-
} from "#/components/FeedState";
|
|
9
|
-
import { SyncNowButton } from "#/components/SyncNowButton";
|
|
10
|
-
import { TimelineCard } from "#/components/TimelineCard";
|
|
11
|
-
import { ConversationSurfaceScope } from "#/lib/conversation-surface";
|
|
12
|
-
import type { QueryEnvelope, ReplyFilter } from "#/lib/types";
|
|
13
|
-
import type { WebSyncKind } from "#/lib/web-sync";
|
|
14
|
-
import {
|
|
15
|
-
cx,
|
|
16
|
-
feedClass,
|
|
17
|
-
pageHeaderClass,
|
|
18
|
-
pageHeaderRowClass,
|
|
19
|
-
pageSubtitleClass,
|
|
20
|
-
pageTitleClass,
|
|
21
|
-
searchFieldIconClass,
|
|
22
|
-
searchFieldInputClass,
|
|
23
|
-
searchFieldShellClass,
|
|
24
|
-
tabButtonActiveClass,
|
|
25
|
-
tabButtonClass,
|
|
26
|
-
tabButtonIndicatorClass,
|
|
27
|
-
tabStripClass,
|
|
28
|
-
timestampClass,
|
|
29
|
-
} from "#/lib/ui";
|
|
30
|
-
import { useTimelineRouteData } from "./useTimelineRouteData";
|
|
31
|
-
|
|
32
|
-
const TABS: Array<{ value: ReplyFilter; label: string }> = [
|
|
33
|
-
{ value: "all", label: "All" },
|
|
34
|
-
{ value: "unreplied", label: "Unreplied" },
|
|
35
|
-
{ value: "replied", label: "Replied" },
|
|
36
|
-
];
|
|
37
|
-
|
|
38
|
-
interface TimelineRouteFrameProps {
|
|
39
|
-
title: string;
|
|
40
|
-
resource: "home" | "mentions";
|
|
41
|
-
initialReplyFilter: ReplyFilter;
|
|
42
|
-
searchPlaceholder: string;
|
|
43
|
-
syncKind: WebSyncKind;
|
|
44
|
-
syncLabel: string;
|
|
45
|
-
loadingLabel: string;
|
|
46
|
-
loadingDetail: string;
|
|
47
|
-
errorTitle: string;
|
|
48
|
-
errorFallback: string;
|
|
49
|
-
emptyLabel: string;
|
|
50
|
-
emptyDetail: string;
|
|
51
|
-
subtitle: (meta: QueryEnvelope | null) => string;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
export function TimelineRouteFrame({
|
|
55
|
-
title,
|
|
56
|
-
resource,
|
|
57
|
-
initialReplyFilter,
|
|
58
|
-
searchPlaceholder,
|
|
59
|
-
syncKind,
|
|
60
|
-
syncLabel,
|
|
61
|
-
loadingLabel,
|
|
62
|
-
loadingDetail,
|
|
63
|
-
errorTitle,
|
|
64
|
-
errorFallback,
|
|
65
|
-
emptyLabel,
|
|
66
|
-
emptyDetail,
|
|
67
|
-
subtitle,
|
|
68
|
-
}: TimelineRouteFrameProps) {
|
|
69
|
-
const [replyFilter, setReplyFilter] =
|
|
70
|
-
useState<ReplyFilter>(initialReplyFilter);
|
|
71
|
-
const [search, setSearch] = useState("");
|
|
72
|
-
const {
|
|
73
|
-
meta,
|
|
74
|
-
items,
|
|
75
|
-
loading,
|
|
76
|
-
error,
|
|
77
|
-
replyError,
|
|
78
|
-
retry,
|
|
79
|
-
refreshLocalView,
|
|
80
|
-
replyToTweet,
|
|
81
|
-
hasMore,
|
|
82
|
-
loadingMore,
|
|
83
|
-
loadMore,
|
|
84
|
-
} = useTimelineRouteData({
|
|
85
|
-
resource,
|
|
86
|
-
replyFilter,
|
|
87
|
-
search,
|
|
88
|
-
errorFallback,
|
|
89
|
-
});
|
|
90
|
-
const subtitleText = useMemo(() => subtitle(meta), [meta, subtitle]);
|
|
91
|
-
|
|
92
|
-
return (
|
|
93
|
-
<>
|
|
94
|
-
<header className={pageHeaderClass}>
|
|
95
|
-
<div className={pageHeaderRowClass}>
|
|
96
|
-
<div className="flex min-w-0 flex-col">
|
|
97
|
-
<h1 className={pageTitleClass}>{title}</h1>
|
|
98
|
-
<p className={pageSubtitleClass}>{subtitleText}</p>
|
|
99
|
-
</div>
|
|
100
|
-
<SyncNowButton
|
|
101
|
-
accounts={meta?.accounts}
|
|
102
|
-
kind={syncKind}
|
|
103
|
-
label={syncLabel}
|
|
104
|
-
onSynced={refreshLocalView}
|
|
105
|
-
showAccountPicker
|
|
106
|
-
/>
|
|
107
|
-
</div>
|
|
108
|
-
<div className="px-4 pb-3">
|
|
109
|
-
<label className={searchFieldShellClass}>
|
|
110
|
-
<Search className={searchFieldIconClass} strokeWidth={2} />
|
|
111
|
-
<input
|
|
112
|
-
className={searchFieldInputClass}
|
|
113
|
-
onChange={(event) => setSearch(event.target.value)}
|
|
114
|
-
placeholder={searchPlaceholder}
|
|
115
|
-
value={search}
|
|
116
|
-
/>
|
|
117
|
-
</label>
|
|
118
|
-
</div>
|
|
119
|
-
<div className={tabStripClass}>
|
|
120
|
-
{TABS.map((tab) => {
|
|
121
|
-
const active = replyFilter === tab.value;
|
|
122
|
-
return (
|
|
123
|
-
<button
|
|
124
|
-
key={tab.value}
|
|
125
|
-
type="button"
|
|
126
|
-
aria-pressed={active}
|
|
127
|
-
className={cx(tabButtonClass, active && tabButtonActiveClass)}
|
|
128
|
-
onClick={() => setReplyFilter(tab.value)}
|
|
129
|
-
>
|
|
130
|
-
<span className="relative inline-flex flex-col items-center justify-center py-1">
|
|
131
|
-
{tab.label}
|
|
132
|
-
{active ? <span className={tabButtonIndicatorClass} /> : null}
|
|
133
|
-
</span>
|
|
134
|
-
</button>
|
|
135
|
-
);
|
|
136
|
-
})}
|
|
137
|
-
</div>
|
|
138
|
-
</header>
|
|
139
|
-
{replyError ? (
|
|
140
|
-
<p className={cx(timestampClass, "px-4 py-2 text-red-500")}>
|
|
141
|
-
{replyError}
|
|
142
|
-
</p>
|
|
143
|
-
) : null}
|
|
144
|
-
<ConversationSurfaceScope>
|
|
145
|
-
<section className={feedClass}>
|
|
146
|
-
{loading ? (
|
|
147
|
-
<FeedLoading detail={loadingDetail} label={loadingLabel}>
|
|
148
|
-
<TweetSkeletonRows />
|
|
149
|
-
</FeedLoading>
|
|
150
|
-
) : error ? (
|
|
151
|
-
<FeedError
|
|
152
|
-
action={
|
|
153
|
-
<button
|
|
154
|
-
className="rounded-full bg-[var(--accent)] px-4 py-1.5 text-[14px] font-bold text-white"
|
|
155
|
-
onClick={retry}
|
|
156
|
-
type="button"
|
|
157
|
-
>
|
|
158
|
-
Retry
|
|
159
|
-
</button>
|
|
160
|
-
}
|
|
161
|
-
message={error}
|
|
162
|
-
title={errorTitle}
|
|
163
|
-
/>
|
|
164
|
-
) : items.length === 0 ? (
|
|
165
|
-
<FeedEmpty detail={emptyDetail} label={emptyLabel} />
|
|
166
|
-
) : null}
|
|
167
|
-
{items.map((item) => (
|
|
168
|
-
<TimelineCard key={item.id} item={item} onReply={replyToTweet} />
|
|
169
|
-
))}
|
|
170
|
-
{!loading && !error && hasMore ? (
|
|
171
|
-
<div className="flex justify-center py-4">
|
|
172
|
-
<button
|
|
173
|
-
className="rounded-full bg-[var(--accent)] px-5 py-1.5 text-[14px] font-bold text-white disabled:opacity-60"
|
|
174
|
-
disabled={loadingMore}
|
|
175
|
-
onClick={loadMore}
|
|
176
|
-
type="button"
|
|
177
|
-
>
|
|
178
|
-
{loadingMore ? "Loading…" : "Load more"}
|
|
179
|
-
</button>
|
|
180
|
-
</div>
|
|
181
|
-
) : null}
|
|
182
|
-
</section>
|
|
183
|
-
</ConversationSurfaceScope>
|
|
184
|
-
</>
|
|
185
|
-
);
|
|
186
|
-
}
|