birdclaw 0.8.3 → 0.8.5
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 +24 -0
- package/README.md +10 -8
- package/bin/birdclaw.mjs +4 -66
- package/dist/cli/birdclaw.js +28164 -0
- package/dist/client/assets/AvatarChip-DLoqM5xD.js +1 -0
- package/dist/client/assets/ProfilePreview-DQX6_xc3.js +1 -0
- package/dist/client/assets/SavedTimelineView-BhSiVyR1.js +1 -0
- package/dist/client/assets/SmartTimestamp-BR0-9se2.js +1 -0
- package/dist/client/assets/TimelineRouteFrame-9NDLnXzH.js +1 -0
- package/dist/client/assets/blocks-CFp_njvG.js +1 -0
- package/dist/client/assets/bookmarks-LbYOsoKf.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-sR4xMQxY.js +5 -0
- package/dist/client/assets/createLucideIcon-JV8isFFR.js +1 -0
- package/dist/client/assets/data-sources-euTr6T_L.js +1 -0
- package/dist/client/assets/discuss-BWKu_p7B.js +1 -0
- package/dist/client/assets/dms-SLXMtC4v.js +1 -0
- package/dist/client/assets/inbox-BybSI5Vf.js +1 -0
- package/dist/client/assets/index-DZVisyna.js +31 -0
- package/dist/client/assets/index-bpFrQ5yG.css +1 -0
- package/dist/client/assets/likes-dyh9p8y_.js +1 -0
- package/dist/client/assets/links-CIwqK_dX.js +1 -0
- package/dist/client/assets/mapbox-B4zqX7r0.js +2 -0
- package/dist/client/assets/mapbox-gl-DYNcLcll.js +3215 -0
- package/dist/client/assets/mentions-BoVVAIT7.js +1 -0
- package/dist/client/assets/network-map-zRysIY_b.js +2 -0
- package/dist/client/assets/profile-analyze-C_yDeX6-.js +1 -0
- package/dist/client/assets/profile-hydration-client-YEtJsNTv.js +1 -0
- package/dist/client/assets/profiles._handle-DdIVPqU-.js +1 -0
- package/dist/client/assets/query-client-fYu2rzRC.js +17 -0
- package/dist/client/assets/rate-limits-BWPmPOSh.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-CiLuYpZr.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-BoO64YoY.js +1 -0
- package/dist/client/assets/triangle-alert-CBL7s2pf.js +1 -0
- package/dist/client/assets/useTimelineRouteData-BaO3Rna1.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-L7bs6IHH.js +198 -0
- package/dist/server/assets/ProfilePreview-Cg-AOHBE.js +751 -0
- package/dist/server/assets/SavedTimelineView-BtCq1dHk.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-CjMIh63G.js +85 -0
- package/dist/server/assets/TweetRichText-DDywESRF.js +74 -0
- package/dist/server/assets/_tanstack-start-manifest_v-aLWUdbAc.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-D_YkmCK3.js +14 -0
- package/dist/server/assets/client-stream-contracts-Bq6kMmhh.js +769 -0
- package/dist/server/assets/data-sources-BnA1Q94p.js +180 -0
- package/dist/server/assets/discuss-C1QMBBSk.js +338 -0
- package/dist/server/assets/discuss-DAq6ehL9.js +15 -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-BMm2JWYI.js +14 -0
- package/dist/server/assets/links-Da4tjWtI.js +468 -0
- package/dist/server/assets/links-dqXb35YM.js +240 -0
- package/dist/server/assets/mentions-CEyEcOFw.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-CGCj4VFd.js +90 -0
- package/dist/server/assets/profile-analyze-DH1TSBkT.js +9 -0
- package/dist/server/assets/profile-hydration-client-GJ4kwJS8.js +133 -0
- package/dist/server/assets/profiles._handle-B5V-huoo.js +12 -0
- package/dist/server/assets/profiles._handle-CJ6rgzt8.js +184 -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-C4cz9ypd.js +17026 -0
- package/dist/server/assets/routes-B9aikOdB.js +26 -0
- package/dist/server/assets/start-FaDOTmto.js +4 -0
- package/dist/server/assets/today-B_TA16QG.js +303 -0
- package/dist/server/assets/today-JkxZXdBt.js +17 -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-BLXvMGb2.js +1101 -0
- package/dist/server/server.js +5520 -0
- package/package.json +26 -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/command-context.ts +0 -17
- package/src/cli/register-analysis.ts +0 -500
- package/src/cli/register-compose.ts +0 -40
- package/src/cli/register-graph.ts +0 -132
- package/src/cli/register-inbox.ts +0 -41
- package/src/cli/register-storage.ts +0 -106
- package/src/cli-moderation.ts +0 -210
- package/src/cli.ts +0 -1616
- package/src/components/AccountSwitcher.tsx +0 -178
- package/src/components/AppNav.tsx +0 -118
- package/src/components/AvatarChip.tsx +0 -58
- package/src/components/AvatarPreload.ts +0 -149
- 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/MarkdownCitations.tsx +0 -680
- package/src/components/MarkdownViewer.tsx +0 -111
- package/src/components/ProfileAnalysisClient.ts +0 -191
- package/src/components/ProfileAnalysisStream.tsx +0 -259
- package/src/components/ProfilePreview.tsx +0 -131
- 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/links-controller.ts +0 -162
- package/src/components/links-model.ts +0 -198
- package/src/components/network-map-controller.ts +0 -84
- package/src/components/network-map-model.ts +0 -255
- package/src/components/useTimelineRouteData.ts +0 -193
- package/src/lib/account-sync-job.ts +0 -666
- package/src/lib/actions-transport.ts +0 -300
- package/src/lib/analysis-runtime.ts +0 -238
- package/src/lib/api-client.ts +0 -220
- package/src/lib/api-contracts.ts +0 -328
- package/src/lib/archive-finder.ts +0 -185
- package/src/lib/archive-import-plan.ts +0 -102
- package/src/lib/archive-import.ts +0 -2695
- package/src/lib/authored-live.ts +0 -1027
- package/src/lib/avatar-cache.ts +0 -349
- package/src/lib/backup.ts +0 -2652
- 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 -171
- package/src/lib/blocks.ts +0 -387
- package/src/lib/bookmark-sync-job.ts +0 -536
- 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/database-metrics.ts +0 -88
- package/src/lib/database-migrations.ts +0 -34
- package/src/lib/database-schema.ts +0 -312
- package/src/lib/database-writer.ts +0 -69
- package/src/lib/db.ts +0 -889
- package/src/lib/dm-read-model.ts +0 -533
- package/src/lib/dms-live.ts +0 -870
- package/src/lib/effect-runtime.ts +0 -45
- package/src/lib/follow-graph.ts +0 -1087
- 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/import-repository.ts +0 -138
- package/src/lib/inbox.ts +0 -242
- 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/live-sync-engine.ts +0 -209
- package/src/lib/live-transport-gateway.ts +0 -128
- 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 -830
- package/src/lib/mentions-export.ts +0 -147
- package/src/lib/mentions-live.ts +0 -1114
- package/src/lib/moderation-target.ts +0 -227
- package/src/lib/moderation-write.ts +0 -131
- package/src/lib/mutes-write.ts +0 -171
- 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-response-runtime.ts +0 -251
- package/src/lib/openai.ts +0 -117
- package/src/lib/paginated-sync.ts +0 -93
- package/src/lib/period-digest.ts +0 -1364
- 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 -1198
- 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 -6
- package/src/lib/query-actions.ts +0 -437
- package/src/lib/query-client.tsx +0 -47
- package/src/lib/query-read-model-shared.ts +0 -52
- package/src/lib/query-read-models.ts +0 -5
- package/src/lib/query-resource.ts +0 -41
- package/src/lib/query-status.ts +0 -164
- package/src/lib/research.ts +0 -652
- package/src/lib/runtime-services.ts +0 -20
- package/src/lib/search-discussion.ts +0 -812
- package/src/lib/seed.ts +0 -613
- package/src/lib/server-runtime-services.ts +0 -30
- package/src/lib/sqlite.ts +0 -183
- package/src/lib/streaming-ingestion.ts +0 -240
- package/src/lib/sync-cache.ts +0 -70
- package/src/lib/sync-plan.ts +0 -175
- package/src/lib/theme-transition.ts +0 -113
- package/src/lib/theme.tsx +0 -165
- package/src/lib/timeline-collections-live.ts +0 -407
- package/src/lib/timeline-live.ts +0 -302
- package/src/lib/timeline-read-model.ts +0 -1191
- 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-repository.ts +0 -156
- package/src/lib/tweet-search-live.ts +0 -462
- 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 -533
- package/src/lib/whois.ts +0 -1080
- 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 -82
- 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 -121
- package/src/routes/api/search-discussion.tsx +0 -113
- package/src/routes/api/status.tsx +0 -30
- package/src/routes/api/sync.tsx +0 -108
- package/src/routes/api/xurl-rate-limits.tsx +0 -24
- package/src/routes/blocks.tsx +0 -343
- package/src/routes/bookmarks.tsx +0 -18
- package/src/routes/data-sources.tsx +0 -249
- package/src/routes/discuss.tsx +0 -419
- package/src/routes/dms.tsx +0 -415
- package/src/routes/inbox.tsx +0 -232
- package/src/routes/index.tsx +0 -32
- package/src/routes/likes.tsx +0 -18
- package/src/routes/links.tsx +0 -631
- package/src/routes/mentions.tsx +0 -32
- package/src/routes/network-map.tsx +0 -732
- package/src/routes/profile-analyze.tsx +0 -112
- package/src/routes/profiles.$handle.tsx +0 -228
- package/src/routes/rate-limits.tsx +0 -305
- 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,178 +0,0 @@
|
|
|
1
|
-
import { Check, ChevronDown } from "lucide-react";
|
|
2
|
-
import { useQuery } from "@tanstack/react-query";
|
|
3
|
-
import type { ReactNode } from "react";
|
|
4
|
-
import { useEffect, useMemo, useRef, useState } from "react";
|
|
5
|
-
import { fetchQueryEnvelope } from "#/lib/api-client";
|
|
6
|
-
import { queryKeys } from "#/lib/query-client";
|
|
7
|
-
import type { AccountRecord } from "#/lib/types";
|
|
8
|
-
import { cx } from "#/lib/ui";
|
|
9
|
-
import { AvatarChip } from "./AvatarChip";
|
|
10
|
-
import { setStoredAccountId, useSelectedAccountId } from "./account-selection";
|
|
11
|
-
|
|
12
|
-
function hueForAccount(account: AccountRecord) {
|
|
13
|
-
let hash = 0;
|
|
14
|
-
const value = account.handle || account.name || account.id;
|
|
15
|
-
for (const character of value) {
|
|
16
|
-
hash = (hash * 31 + character.charCodeAt(0)) % 360;
|
|
17
|
-
}
|
|
18
|
-
return hash;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
function accountLabel(account: AccountRecord) {
|
|
22
|
-
return account.handle || account.name || account.id;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
function avatarName(account: AccountRecord) {
|
|
26
|
-
return account.name || account.handle || account.id;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export function AccountSwitcher({ action }: { action?: ReactNode } = {}) {
|
|
30
|
-
const [open, setOpen] = useState(false);
|
|
31
|
-
const switcherRef = useRef<HTMLDivElement>(null);
|
|
32
|
-
const statusQuery = useQuery({
|
|
33
|
-
queryKey: queryKeys.status,
|
|
34
|
-
queryFn: ({ signal }) => fetchQueryEnvelope({ signal }),
|
|
35
|
-
});
|
|
36
|
-
const accounts = statusQuery.data?.accounts ?? [];
|
|
37
|
-
const selectedAccountId = useSelectedAccountId(accounts);
|
|
38
|
-
const selectedAccount = useMemo(
|
|
39
|
-
() => accounts.find((account) => account.id === selectedAccountId),
|
|
40
|
-
[accounts, selectedAccountId],
|
|
41
|
-
);
|
|
42
|
-
|
|
43
|
-
useEffect(() => {
|
|
44
|
-
if (!open) return;
|
|
45
|
-
|
|
46
|
-
const closeOnOutside = (event: PointerEvent) => {
|
|
47
|
-
if (!switcherRef.current?.contains(event.target as Node)) {
|
|
48
|
-
setOpen(false);
|
|
49
|
-
}
|
|
50
|
-
};
|
|
51
|
-
const closeOnEscape = (event: KeyboardEvent) => {
|
|
52
|
-
if (event.key === "Escape") setOpen(false);
|
|
53
|
-
};
|
|
54
|
-
window.addEventListener("pointerdown", closeOnOutside);
|
|
55
|
-
window.addEventListener("keydown", closeOnEscape);
|
|
56
|
-
return () => {
|
|
57
|
-
window.removeEventListener("pointerdown", closeOnOutside);
|
|
58
|
-
window.removeEventListener("keydown", closeOnEscape);
|
|
59
|
-
};
|
|
60
|
-
}, [open]);
|
|
61
|
-
|
|
62
|
-
if (accounts.length < 2 || !selectedAccount) {
|
|
63
|
-
return action ? (
|
|
64
|
-
<div className="flex justify-center px-1 min-[1100px]:justify-start min-[1100px]:px-2">
|
|
65
|
-
{action}
|
|
66
|
-
</div>
|
|
67
|
-
) : null;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
return (
|
|
71
|
-
<div ref={switcherRef} className="relative px-1 min-[1100px]:px-2">
|
|
72
|
-
<div
|
|
73
|
-
className={cx(
|
|
74
|
-
"group grid w-full justify-items-center gap-2 text-[var(--ink)] min-[1100px]:flex min-[1100px]:h-11 min-[1100px]:items-center min-[1100px]:justify-start min-[1100px]:gap-1 min-[1100px]:rounded-full min-[1100px]:border min-[1100px]:border-transparent min-[1100px]:bg-transparent min-[1100px]:p-0.5 min-[1100px]:transition-[background,border-color,box-shadow] min-[1100px]:duration-150 min-[1100px]:hover:bg-[var(--bg-hover)]",
|
|
75
|
-
open &&
|
|
76
|
-
"min-[1100px]:border-[color:color-mix(in_srgb,var(--accent)_45%,var(--line))] min-[1100px]:bg-[var(--bg-active)] min-[1100px]:shadow-[0_0_0_1px_color-mix(in_srgb,var(--accent)_20%,transparent)]",
|
|
77
|
-
)}
|
|
78
|
-
>
|
|
79
|
-
<button
|
|
80
|
-
type="button"
|
|
81
|
-
aria-expanded={open}
|
|
82
|
-
aria-haspopup="listbox"
|
|
83
|
-
aria-label={`Active account: ${accountLabel(selectedAccount)}`}
|
|
84
|
-
className="flex size-11 min-w-0 flex-none items-center justify-center gap-2 rounded-full px-1 py-1 text-left transition-colors duration-150 hover:bg-[var(--bg-hover)] focus-visible:bg-[var(--bg-active)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[color:color-mix(in_srgb,var(--accent)_28%,transparent)] min-[1100px]:h-auto min-[1100px]:w-auto min-[1100px]:flex-1 min-[1100px]:justify-start min-[1100px]:hover:bg-transparent"
|
|
85
|
-
onClick={() => setOpen((value) => !value)}
|
|
86
|
-
>
|
|
87
|
-
<AvatarChip
|
|
88
|
-
avatarUrl={selectedAccount.avatarUrl}
|
|
89
|
-
hue={selectedAccount.avatarHue ?? hueForAccount(selectedAccount)}
|
|
90
|
-
name={avatarName(selectedAccount)}
|
|
91
|
-
profileId={selectedAccount.profileId}
|
|
92
|
-
size="small"
|
|
93
|
-
/>
|
|
94
|
-
<span className="hidden min-w-0 flex-1 flex-col leading-tight min-[1100px]:flex">
|
|
95
|
-
<span className="truncate text-[14px] font-bold">
|
|
96
|
-
{accountLabel(selectedAccount)}
|
|
97
|
-
</span>
|
|
98
|
-
<span className="truncate text-[11px] font-medium text-[var(--ink-soft)]">
|
|
99
|
-
active account
|
|
100
|
-
</span>
|
|
101
|
-
</span>
|
|
102
|
-
</button>
|
|
103
|
-
{action ? (
|
|
104
|
-
<div className="order-first shrink-0 min-[1100px]:order-none">
|
|
105
|
-
{action}
|
|
106
|
-
</div>
|
|
107
|
-
) : null}
|
|
108
|
-
<button
|
|
109
|
-
type="button"
|
|
110
|
-
aria-expanded={open}
|
|
111
|
-
aria-haspopup="listbox"
|
|
112
|
-
aria-label="Switch account"
|
|
113
|
-
className="hidden size-8 shrink-0 items-center justify-center rounded-full text-[var(--ink-soft)] transition-colors duration-150 hover:bg-[var(--bg-hover)] hover:text-[var(--ink)] focus-visible:bg-[var(--bg-active)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[color:color-mix(in_srgb,var(--accent)_28%,transparent)] min-[1100px]:inline-flex"
|
|
114
|
-
onClick={() => setOpen((value) => !value)}
|
|
115
|
-
>
|
|
116
|
-
<ChevronDown
|
|
117
|
-
className={cx(
|
|
118
|
-
"size-4 transition-transform duration-150",
|
|
119
|
-
open && "rotate-180",
|
|
120
|
-
)}
|
|
121
|
-
strokeWidth={2.2}
|
|
122
|
-
aria-hidden="true"
|
|
123
|
-
/>
|
|
124
|
-
</button>
|
|
125
|
-
</div>
|
|
126
|
-
{open ? (
|
|
127
|
-
<div
|
|
128
|
-
role="listbox"
|
|
129
|
-
aria-label="Active account"
|
|
130
|
-
className="absolute bottom-[calc(100%+8px)] left-1 z-50 w-[228px] overflow-hidden rounded-2xl border border-[var(--line)] bg-[color:color-mix(in_srgb,var(--bg)_96%,black_4%)] py-1.5 shadow-[0_18px_48px_rgba(0,0,0,.28)] backdrop-blur min-[1100px]:left-2"
|
|
131
|
-
>
|
|
132
|
-
{accounts.map((account) => {
|
|
133
|
-
const selected = account.id === selectedAccount.id;
|
|
134
|
-
return (
|
|
135
|
-
<button
|
|
136
|
-
key={account.id}
|
|
137
|
-
type="button"
|
|
138
|
-
role="option"
|
|
139
|
-
aria-selected={selected}
|
|
140
|
-
className={cx(
|
|
141
|
-
"flex w-full items-center gap-2.5 px-3 py-2 text-left transition-colors duration-150 hover:bg-[var(--bg-hover)] focus-visible:bg-[var(--bg-active)] focus-visible:outline-none",
|
|
142
|
-
selected && "bg-[var(--accent-soft)]",
|
|
143
|
-
)}
|
|
144
|
-
onClick={() => {
|
|
145
|
-
setStoredAccountId(account.id);
|
|
146
|
-
setOpen(false);
|
|
147
|
-
}}
|
|
148
|
-
>
|
|
149
|
-
<AvatarChip
|
|
150
|
-
avatarUrl={account.avatarUrl}
|
|
151
|
-
hue={account.avatarHue ?? hueForAccount(account)}
|
|
152
|
-
name={avatarName(account)}
|
|
153
|
-
profileId={account.profileId}
|
|
154
|
-
size="small"
|
|
155
|
-
/>
|
|
156
|
-
<span className="min-w-0 flex-1">
|
|
157
|
-
<span className="block truncate text-[14px] font-bold text-[var(--ink)]">
|
|
158
|
-
{accountLabel(account)}
|
|
159
|
-
</span>
|
|
160
|
-
<span className="block truncate text-[12px] text-[var(--ink-soft)]">
|
|
161
|
-
{account.name || account.id}
|
|
162
|
-
</span>
|
|
163
|
-
</span>
|
|
164
|
-
{selected ? (
|
|
165
|
-
<Check
|
|
166
|
-
className="size-4 shrink-0 text-[var(--accent)]"
|
|
167
|
-
strokeWidth={2.4}
|
|
168
|
-
aria-hidden="true"
|
|
169
|
-
/>
|
|
170
|
-
) : null}
|
|
171
|
-
</button>
|
|
172
|
-
);
|
|
173
|
-
})}
|
|
174
|
-
</div>
|
|
175
|
-
) : null}
|
|
176
|
-
</div>
|
|
177
|
-
);
|
|
178
|
-
}
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
import { Link, useRouterState } from "@tanstack/react-router";
|
|
2
|
-
import {
|
|
3
|
-
Bell,
|
|
4
|
-
Bookmark,
|
|
5
|
-
CalendarDays,
|
|
6
|
-
Database,
|
|
7
|
-
Gauge,
|
|
8
|
-
Globe2,
|
|
9
|
-
Heart,
|
|
10
|
-
Home,
|
|
11
|
-
Inbox,
|
|
12
|
-
Link as LinkIcon,
|
|
13
|
-
Mail,
|
|
14
|
-
MessagesSquare,
|
|
15
|
-
ShieldOff,
|
|
16
|
-
UserSearch,
|
|
17
|
-
} from "lucide-react";
|
|
18
|
-
import {
|
|
19
|
-
cx,
|
|
20
|
-
navLinkActiveClass,
|
|
21
|
-
navLinkClass,
|
|
22
|
-
navLinkCompactClass,
|
|
23
|
-
navLinkIconClass,
|
|
24
|
-
navLinkLabelClass,
|
|
25
|
-
navLinkLabelCompactClass,
|
|
26
|
-
sidebarBrandClass,
|
|
27
|
-
sidebarBrandCopyClass,
|
|
28
|
-
sidebarBrandCopyCompactClass,
|
|
29
|
-
sidebarBrandMarkClass,
|
|
30
|
-
sidebarBrandTaglineClass,
|
|
31
|
-
sidebarBrandTitleClass,
|
|
32
|
-
sidebarShellCompactClass,
|
|
33
|
-
sidebarFooterClass,
|
|
34
|
-
sidebarNavClass,
|
|
35
|
-
sidebarShellClass,
|
|
36
|
-
} from "#/lib/ui";
|
|
37
|
-
import { AccountSwitcher } from "./AccountSwitcher";
|
|
38
|
-
import { BirdclawMark } from "./BrandMark";
|
|
39
|
-
import { ThemeSlider } from "./ThemeSlider";
|
|
40
|
-
|
|
41
|
-
const links = [
|
|
42
|
-
{ to: "/inbox", label: "Inbox", icon: Inbox },
|
|
43
|
-
{ to: "/today", label: "Today", icon: CalendarDays },
|
|
44
|
-
{ to: "/discuss", label: "Discuss", icon: MessagesSquare },
|
|
45
|
-
{ to: "/profile-analyze", label: "Analyse", icon: UserSearch },
|
|
46
|
-
{ to: "/network-map", label: "Map", icon: Globe2 },
|
|
47
|
-
{ to: "/data-sources", label: "Sources", icon: Database },
|
|
48
|
-
{ to: "/", label: "Home", icon: Home },
|
|
49
|
-
{ to: "/mentions", label: "Mentions", icon: Bell },
|
|
50
|
-
{ to: "/likes", label: "Likes", icon: Heart },
|
|
51
|
-
{ to: "/bookmarks", label: "Bookmarks", icon: Bookmark },
|
|
52
|
-
{ to: "/links", label: "Links", icon: LinkIcon },
|
|
53
|
-
{ to: "/rate-limits", label: "Rate Limits", icon: Gauge },
|
|
54
|
-
{ to: "/dms", label: "DMs", icon: Mail },
|
|
55
|
-
{ to: "/blocks", label: "Blocks", icon: ShieldOff },
|
|
56
|
-
] as const;
|
|
57
|
-
|
|
58
|
-
export function AppNav({ compact = false }: { compact?: boolean }) {
|
|
59
|
-
const pathname = useRouterState({
|
|
60
|
-
select: (state) => state.location.pathname,
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
return (
|
|
64
|
-
<aside className={compact ? sidebarShellCompactClass : sidebarShellClass}>
|
|
65
|
-
<div className="flex flex-col">
|
|
66
|
-
<Link to="/" className={sidebarBrandClass}>
|
|
67
|
-
<span className={sidebarBrandMarkClass}>
|
|
68
|
-
<BirdclawMark className="size-10" />
|
|
69
|
-
</span>
|
|
70
|
-
<span
|
|
71
|
-
className={
|
|
72
|
-
compact ? sidebarBrandCopyCompactClass : sidebarBrandCopyClass
|
|
73
|
-
}
|
|
74
|
-
>
|
|
75
|
-
<span className={sidebarBrandTitleClass}>birdclaw</span>
|
|
76
|
-
<span className={sidebarBrandTaglineClass}>
|
|
77
|
-
Fast search for your archive.
|
|
78
|
-
</span>
|
|
79
|
-
</span>
|
|
80
|
-
</Link>
|
|
81
|
-
<nav className={sidebarNavClass} aria-label="Primary">
|
|
82
|
-
{links.map((link) => {
|
|
83
|
-
const active = pathname === link.to;
|
|
84
|
-
const Icon = link.icon;
|
|
85
|
-
return (
|
|
86
|
-
<Link
|
|
87
|
-
key={link.to}
|
|
88
|
-
to={link.to}
|
|
89
|
-
aria-label={link.label}
|
|
90
|
-
className={cx(
|
|
91
|
-
compact ? navLinkCompactClass : navLinkClass,
|
|
92
|
-
active && navLinkActiveClass,
|
|
93
|
-
)}
|
|
94
|
-
>
|
|
95
|
-
<Icon
|
|
96
|
-
className={navLinkIconClass}
|
|
97
|
-
size={22}
|
|
98
|
-
strokeWidth={active ? 2.4 : 1.8}
|
|
99
|
-
aria-hidden="true"
|
|
100
|
-
/>
|
|
101
|
-
<span
|
|
102
|
-
className={
|
|
103
|
-
compact ? navLinkLabelCompactClass : navLinkLabelClass
|
|
104
|
-
}
|
|
105
|
-
>
|
|
106
|
-
{link.label}
|
|
107
|
-
</span>
|
|
108
|
-
</Link>
|
|
109
|
-
);
|
|
110
|
-
})}
|
|
111
|
-
</nav>
|
|
112
|
-
</div>
|
|
113
|
-
<div className={sidebarFooterClass}>
|
|
114
|
-
<AccountSwitcher action={<ThemeSlider compact />} />
|
|
115
|
-
</div>
|
|
116
|
-
</aside>
|
|
117
|
-
);
|
|
118
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { useState } from "react";
|
|
2
|
-
import { getInitials } from "#/lib/present";
|
|
3
|
-
import {
|
|
4
|
-
avatarChipClass,
|
|
5
|
-
avatarChipLargeClass,
|
|
6
|
-
avatarChipSmallClass,
|
|
7
|
-
cx,
|
|
8
|
-
} from "#/lib/ui";
|
|
9
|
-
|
|
10
|
-
export function AvatarChip({
|
|
11
|
-
profileId,
|
|
12
|
-
avatarUrl,
|
|
13
|
-
name,
|
|
14
|
-
hue,
|
|
15
|
-
size = "default",
|
|
16
|
-
}: {
|
|
17
|
-
profileId?: string;
|
|
18
|
-
avatarUrl?: string;
|
|
19
|
-
name: string;
|
|
20
|
-
hue: number;
|
|
21
|
-
size?: "default" | "large" | "small";
|
|
22
|
-
}) {
|
|
23
|
-
const avatarSrc =
|
|
24
|
-
profileId && avatarUrl ? avatarPath(profileId, avatarUrl) : null;
|
|
25
|
-
const [failedSrc, setFailedSrc] = useState<string | null>(null);
|
|
26
|
-
const showImage = avatarSrc && failedSrc !== avatarSrc;
|
|
27
|
-
|
|
28
|
-
return (
|
|
29
|
-
<span
|
|
30
|
-
className={cx(
|
|
31
|
-
avatarChipClass,
|
|
32
|
-
size === "large" && avatarChipLargeClass,
|
|
33
|
-
size === "small" && avatarChipSmallClass,
|
|
34
|
-
)}
|
|
35
|
-
style={{ backgroundColor: `hsl(${String(hue)} 72% 50%)` }}
|
|
36
|
-
>
|
|
37
|
-
{showImage ? (
|
|
38
|
-
<img
|
|
39
|
-
alt={name}
|
|
40
|
-
className="size-full rounded-[inherit] object-cover"
|
|
41
|
-
loading="lazy"
|
|
42
|
-
onError={() => setFailedSrc(avatarSrc)}
|
|
43
|
-
src={avatarSrc}
|
|
44
|
-
/>
|
|
45
|
-
) : (
|
|
46
|
-
getInitials(name)
|
|
47
|
-
)}
|
|
48
|
-
</span>
|
|
49
|
-
);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
export function avatarPath(profileId: string, avatarUrl: string) {
|
|
53
|
-
const query = new URLSearchParams({
|
|
54
|
-
profileId,
|
|
55
|
-
v: avatarUrl,
|
|
56
|
-
});
|
|
57
|
-
return `/api/avatar?${query.toString()}`;
|
|
58
|
-
}
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
import { type RefObject, useEffect } from "react";
|
|
2
|
-
import { avatarPath } from "./AvatarChip";
|
|
3
|
-
|
|
4
|
-
const MAX_CONCURRENT_PRELOADS = 4;
|
|
5
|
-
const IDLE_TIMEOUT_MS = 2500;
|
|
6
|
-
const PRELOAD_ROOT_MARGIN = "800px 0px";
|
|
7
|
-
|
|
8
|
-
const queuedSources: string[] = [];
|
|
9
|
-
const knownSources = new Set<string>();
|
|
10
|
-
const activeImages = new Set<HTMLImageElement>();
|
|
11
|
-
|
|
12
|
-
let activePreloads = 0;
|
|
13
|
-
let listeningForLoad = false;
|
|
14
|
-
let idleId: number | null = null;
|
|
15
|
-
let fallbackTimerId: number | null = null;
|
|
16
|
-
|
|
17
|
-
function finishPreload(image: HTMLImageElement) {
|
|
18
|
-
if (!activeImages.delete(image)) return;
|
|
19
|
-
activePreloads -= 1;
|
|
20
|
-
drainPreloads();
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
function drainPreloads() {
|
|
24
|
-
while (activePreloads < MAX_CONCURRENT_PRELOADS && queuedSources.length > 0) {
|
|
25
|
-
const src = queuedSources.shift();
|
|
26
|
-
if (!src) return;
|
|
27
|
-
|
|
28
|
-
const image = new Image();
|
|
29
|
-
activePreloads += 1;
|
|
30
|
-
activeImages.add(image);
|
|
31
|
-
image.decoding = "async";
|
|
32
|
-
image.onerror = () => finishPreload(image);
|
|
33
|
-
image.onload = () => {
|
|
34
|
-
if (typeof image.decode !== "function") {
|
|
35
|
-
finishPreload(image);
|
|
36
|
-
return;
|
|
37
|
-
}
|
|
38
|
-
void image
|
|
39
|
-
.decode()
|
|
40
|
-
.catch(() => undefined)
|
|
41
|
-
.finally(() => finishPreload(image));
|
|
42
|
-
};
|
|
43
|
-
image.src = src;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
function runIdlePreloads() {
|
|
48
|
-
idleId = null;
|
|
49
|
-
fallbackTimerId = null;
|
|
50
|
-
drainPreloads();
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
function scheduleIdlePreloads() {
|
|
54
|
-
if (
|
|
55
|
-
queuedSources.length === 0 ||
|
|
56
|
-
idleId !== null ||
|
|
57
|
-
fallbackTimerId !== null
|
|
58
|
-
) {
|
|
59
|
-
return;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
const requestIdle = window.requestIdleCallback?.bind(window);
|
|
63
|
-
if (requestIdle) {
|
|
64
|
-
idleId = requestIdle(runIdlePreloads, {
|
|
65
|
-
timeout: IDLE_TIMEOUT_MS,
|
|
66
|
-
});
|
|
67
|
-
return;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
fallbackTimerId = window.setTimeout(runIdlePreloads, 0);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
function handleWindowLoad() {
|
|
74
|
-
listeningForLoad = false;
|
|
75
|
-
scheduleIdlePreloads();
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
function scheduleAfterPageLoad() {
|
|
79
|
-
if (document.readyState === "complete") {
|
|
80
|
-
scheduleIdlePreloads();
|
|
81
|
-
return;
|
|
82
|
-
}
|
|
83
|
-
if (listeningForLoad) return;
|
|
84
|
-
listeningForLoad = true;
|
|
85
|
-
window.addEventListener("load", handleWindowLoad, { once: true });
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
function queueAvatarPreload(profileId?: string, avatarUrl?: string) {
|
|
89
|
-
if (!profileId || !avatarUrl || typeof window === "undefined") return;
|
|
90
|
-
const src = avatarPath(profileId, avatarUrl);
|
|
91
|
-
if (knownSources.has(src)) return;
|
|
92
|
-
knownSources.add(src);
|
|
93
|
-
queuedSources.push(src);
|
|
94
|
-
scheduleAfterPageLoad();
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
export function useAvatarPreload(
|
|
98
|
-
reference: RefObject<Element | null>,
|
|
99
|
-
profileId?: string,
|
|
100
|
-
avatarUrl?: string,
|
|
101
|
-
) {
|
|
102
|
-
useEffect(() => {
|
|
103
|
-
if (!profileId || !avatarUrl) return;
|
|
104
|
-
const node = reference.current;
|
|
105
|
-
if (!node || typeof IntersectionObserver === "undefined") {
|
|
106
|
-
queueAvatarPreload(profileId, avatarUrl);
|
|
107
|
-
return;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
const observer = new IntersectionObserver(
|
|
111
|
-
(entries) => {
|
|
112
|
-
if (!entries.some((entry) => entry.isIntersecting)) return;
|
|
113
|
-
observer.disconnect();
|
|
114
|
-
queueAvatarPreload(profileId, avatarUrl);
|
|
115
|
-
},
|
|
116
|
-
{ rootMargin: PRELOAD_ROOT_MARGIN },
|
|
117
|
-
);
|
|
118
|
-
observer.observe(node);
|
|
119
|
-
return () => observer.disconnect();
|
|
120
|
-
}, [avatarUrl, profileId, reference]);
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
function resetPreloader() {
|
|
124
|
-
if (listeningForLoad) {
|
|
125
|
-
window.removeEventListener("load", handleWindowLoad);
|
|
126
|
-
}
|
|
127
|
-
if (idleId !== null && "cancelIdleCallback" in window) {
|
|
128
|
-
window.cancelIdleCallback(idleId);
|
|
129
|
-
}
|
|
130
|
-
if (fallbackTimerId !== null) {
|
|
131
|
-
window.clearTimeout(fallbackTimerId);
|
|
132
|
-
}
|
|
133
|
-
for (const image of activeImages) {
|
|
134
|
-
image.onload = null;
|
|
135
|
-
image.onerror = null;
|
|
136
|
-
}
|
|
137
|
-
queuedSources.length = 0;
|
|
138
|
-
knownSources.clear();
|
|
139
|
-
activeImages.clear();
|
|
140
|
-
activePreloads = 0;
|
|
141
|
-
listeningForLoad = false;
|
|
142
|
-
idleId = null;
|
|
143
|
-
fallbackTimerId = null;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
export const __test__ = {
|
|
147
|
-
queueAvatarPreload,
|
|
148
|
-
resetPreloader,
|
|
149
|
-
};
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { cx, emptyStateClass } from "#/lib/ui";
|
|
2
|
-
|
|
3
|
-
export function BirdclawMark({
|
|
4
|
-
animated = false,
|
|
5
|
-
className,
|
|
6
|
-
}: {
|
|
7
|
-
animated?: boolean;
|
|
8
|
-
className?: string;
|
|
9
|
-
}) {
|
|
10
|
-
return (
|
|
11
|
-
<span
|
|
12
|
-
aria-hidden="true"
|
|
13
|
-
className={cx(
|
|
14
|
-
"birdclaw-mark relative inline-grid shrink-0 place-items-center",
|
|
15
|
-
animated && "birdclaw-mark-animated",
|
|
16
|
-
className,
|
|
17
|
-
)}
|
|
18
|
-
>
|
|
19
|
-
<img
|
|
20
|
-
alt=""
|
|
21
|
-
className="size-full object-contain drop-shadow-[0_10px_22px_var(--brand-shadow)]"
|
|
22
|
-
draggable={false}
|
|
23
|
-
src="/birdclaw-mark.png"
|
|
24
|
-
/>
|
|
25
|
-
</span>
|
|
26
|
-
);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export function BirdclawLoading({
|
|
30
|
-
label,
|
|
31
|
-
detail,
|
|
32
|
-
}: {
|
|
33
|
-
label: string;
|
|
34
|
-
detail?: string;
|
|
35
|
-
}) {
|
|
36
|
-
return (
|
|
37
|
-
<div className={cx(emptyStateClass, "birdclaw-state")}>
|
|
38
|
-
<BirdclawMark animated className="size-16" />
|
|
39
|
-
<div className="mt-3 text-[14px] font-semibold text-[var(--ink)]">
|
|
40
|
-
{label}
|
|
41
|
-
</div>
|
|
42
|
-
{detail ? (
|
|
43
|
-
<div className="mt-1 text-[13px] text-[var(--ink-soft)]">{detail}</div>
|
|
44
|
-
) : null}
|
|
45
|
-
</div>
|
|
46
|
-
);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
export function BirdclawEmpty({
|
|
50
|
-
label,
|
|
51
|
-
detail,
|
|
52
|
-
}: {
|
|
53
|
-
label: string;
|
|
54
|
-
detail?: string;
|
|
55
|
-
}) {
|
|
56
|
-
return (
|
|
57
|
-
<div className={cx(emptyStateClass, "birdclaw-state")}>
|
|
58
|
-
<BirdclawMark className="size-12 opacity-75" />
|
|
59
|
-
<div className="mt-3 text-[14px] font-semibold text-[var(--ink)]">
|
|
60
|
-
{label}
|
|
61
|
-
</div>
|
|
62
|
-
{detail ? (
|
|
63
|
-
<div className="mt-1 text-[13px] text-[var(--ink-soft)]">{detail}</div>
|
|
64
|
-
) : null}
|
|
65
|
-
</div>
|
|
66
|
-
);
|
|
67
|
-
}
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
import { MessageCircle } from "lucide-react";
|
|
2
|
-
import type { EmbeddedTweet } from "#/lib/types";
|
|
3
|
-
import {
|
|
4
|
-
cx,
|
|
5
|
-
feedActionIconClass,
|
|
6
|
-
feedRowHandleClass,
|
|
7
|
-
feedRowNameClass,
|
|
8
|
-
feedRowTimestampClass,
|
|
9
|
-
} from "#/lib/ui";
|
|
10
|
-
import { AvatarChip } from "./AvatarChip";
|
|
11
|
-
import { BirdclawEmpty, BirdclawLoading } from "./BrandMark";
|
|
12
|
-
import { ProfilePreview } from "./ProfilePreview";
|
|
13
|
-
import { SmartTimestamp } from "./SmartTimestamp";
|
|
14
|
-
import { TweetArticleCard } from "./TweetArticleCard";
|
|
15
|
-
import { TweetMediaGrid } from "./TweetMediaGrid";
|
|
16
|
-
import { TweetRichText } from "./TweetRichText";
|
|
17
|
-
|
|
18
|
-
export function ConversationThread({
|
|
19
|
-
anchorId,
|
|
20
|
-
error,
|
|
21
|
-
items,
|
|
22
|
-
loading,
|
|
23
|
-
}: {
|
|
24
|
-
anchorId: string;
|
|
25
|
-
error?: string | null;
|
|
26
|
-
items: EmbeddedTweet[];
|
|
27
|
-
loading: boolean;
|
|
28
|
-
}) {
|
|
29
|
-
if (loading) {
|
|
30
|
-
return (
|
|
31
|
-
<section className="mt-3 rounded-2xl border border-[var(--line)] bg-[var(--bg-card)]">
|
|
32
|
-
<BirdclawLoading
|
|
33
|
-
detail="Finding archived replies around this post"
|
|
34
|
-
label="Loading conversation"
|
|
35
|
-
/>
|
|
36
|
-
</section>
|
|
37
|
-
);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
if (error) {
|
|
41
|
-
return (
|
|
42
|
-
<section className="mt-3 rounded-2xl border border-[var(--alert)] bg-[var(--alert-soft)] px-4 py-3 text-[14px] text-[var(--alert)]">
|
|
43
|
-
{error}
|
|
44
|
-
</section>
|
|
45
|
-
);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
if (items.length <= 1) {
|
|
49
|
-
return (
|
|
50
|
-
<section className="mt-3 rounded-2xl border border-[var(--line)]">
|
|
51
|
-
<BirdclawEmpty
|
|
52
|
-
detail="This post has no other archived replies locally."
|
|
53
|
-
label="No thread context yet"
|
|
54
|
-
/>
|
|
55
|
-
</section>
|
|
56
|
-
);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
return (
|
|
60
|
-
<section
|
|
61
|
-
aria-label="Conversation"
|
|
62
|
-
className="mt-3 overflow-hidden rounded-2xl border border-[var(--line)] bg-[var(--bg-card)]"
|
|
63
|
-
>
|
|
64
|
-
<div className="flex items-center gap-2 border-b border-[var(--line)] px-4 py-2.5 text-[13px] font-bold text-[var(--ink)]">
|
|
65
|
-
<MessageCircle className={feedActionIconClass} strokeWidth={1.8} />
|
|
66
|
-
<span>{items.length} tweets in conversation</span>
|
|
67
|
-
</div>
|
|
68
|
-
<div className="flex flex-col">
|
|
69
|
-
{items.map((tweet, index) => {
|
|
70
|
-
const isAnchor = tweet.id === anchorId;
|
|
71
|
-
return (
|
|
72
|
-
<div
|
|
73
|
-
className={cx(
|
|
74
|
-
"flex gap-3 px-4 py-3",
|
|
75
|
-
index > 0 && "border-t border-[var(--line)]",
|
|
76
|
-
isAnchor && "bg-[var(--accent-soft)]",
|
|
77
|
-
)}
|
|
78
|
-
key={tweet.id}
|
|
79
|
-
>
|
|
80
|
-
<div className="flex flex-col items-center">
|
|
81
|
-
<AvatarChip
|
|
82
|
-
avatarUrl={tweet.author.avatarUrl}
|
|
83
|
-
hue={tweet.author.avatarHue}
|
|
84
|
-
name={tweet.author.displayName}
|
|
85
|
-
profileId={tweet.author.id}
|
|
86
|
-
size="small"
|
|
87
|
-
/>
|
|
88
|
-
{index < items.length - 1 ? (
|
|
89
|
-
<span className="mt-2 w-px flex-1 bg-[var(--line)]" />
|
|
90
|
-
) : null}
|
|
91
|
-
</div>
|
|
92
|
-
<div className="min-w-0 flex-1">
|
|
93
|
-
<header className="flex min-w-0 items-center gap-1.5 text-[14px]">
|
|
94
|
-
<ProfilePreview profile={tweet.author}>
|
|
95
|
-
<span className="flex min-w-0 items-center gap-1.5">
|
|
96
|
-
<span className={feedRowNameClass}>
|
|
97
|
-
{tweet.author.displayName}
|
|
98
|
-
</span>
|
|
99
|
-
<span className={feedRowHandleClass}>
|
|
100
|
-
@{tweet.author.handle}
|
|
101
|
-
</span>
|
|
102
|
-
</span>
|
|
103
|
-
</ProfilePreview>
|
|
104
|
-
<span className="text-[var(--ink-soft)]">·</span>
|
|
105
|
-
<SmartTimestamp
|
|
106
|
-
className={feedRowTimestampClass}
|
|
107
|
-
value={tweet.createdAt}
|
|
108
|
-
/>
|
|
109
|
-
{isAnchor ? (
|
|
110
|
-
<span className="ml-auto rounded-full bg-[var(--accent)] px-2 py-0.5 text-[11px] font-bold text-white">
|
|
111
|
-
selected
|
|
112
|
-
</span>
|
|
113
|
-
) : null}
|
|
114
|
-
</header>
|
|
115
|
-
<TweetRichText
|
|
116
|
-
className="mt-1 whitespace-pre-wrap break-words text-[14px] leading-[1.45] text-[var(--ink)] [overflow-wrap:anywhere]"
|
|
117
|
-
entities={tweet.entities}
|
|
118
|
-
text={tweet.text}
|
|
119
|
-
/>
|
|
120
|
-
<TweetMediaGrid items={tweet.media} />
|
|
121
|
-
{tweet.entities.article ? (
|
|
122
|
-
<TweetArticleCard article={tweet.entities.article} />
|
|
123
|
-
) : null}
|
|
124
|
-
</div>
|
|
125
|
-
</div>
|
|
126
|
-
);
|
|
127
|
-
})}
|
|
128
|
-
</div>
|
|
129
|
-
</section>
|
|
130
|
-
);
|
|
131
|
-
}
|