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,186 +0,0 @@
|
|
|
1
|
-
import { Check, ChevronDown } from "lucide-react";
|
|
2
|
-
import type { ReactNode } from "react";
|
|
3
|
-
import { useEffect, useMemo, useRef, useState } from "react";
|
|
4
|
-
import { fetchQueryEnvelope } from "#/lib/api-client";
|
|
5
|
-
import type { AccountRecord } from "#/lib/types";
|
|
6
|
-
import { cx } from "#/lib/ui";
|
|
7
|
-
import { AvatarChip } from "./AvatarChip";
|
|
8
|
-
import { setStoredAccountId, useSelectedAccountId } from "./account-selection";
|
|
9
|
-
|
|
10
|
-
function hueForAccount(account: AccountRecord) {
|
|
11
|
-
let hash = 0;
|
|
12
|
-
const value = account.handle || account.name || account.id;
|
|
13
|
-
for (const character of value) {
|
|
14
|
-
hash = (hash * 31 + character.charCodeAt(0)) % 360;
|
|
15
|
-
}
|
|
16
|
-
return hash;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
function accountLabel(account: AccountRecord) {
|
|
20
|
-
return account.handle || account.name || account.id;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
function avatarName(account: AccountRecord) {
|
|
24
|
-
return account.name || account.handle || account.id;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export function AccountSwitcher({ action }: { action?: ReactNode } = {}) {
|
|
28
|
-
const [accounts, setAccounts] = useState<AccountRecord[]>([]);
|
|
29
|
-
const [open, setOpen] = useState(false);
|
|
30
|
-
const switcherRef = useRef<HTMLDivElement>(null);
|
|
31
|
-
const selectedAccountId = useSelectedAccountId(accounts);
|
|
32
|
-
const selectedAccount = useMemo(
|
|
33
|
-
() => accounts.find((account) => account.id === selectedAccountId),
|
|
34
|
-
[accounts, selectedAccountId],
|
|
35
|
-
);
|
|
36
|
-
|
|
37
|
-
useEffect(() => {
|
|
38
|
-
let active = true;
|
|
39
|
-
fetchQueryEnvelope()
|
|
40
|
-
.then((meta) => {
|
|
41
|
-
if (active) setAccounts(meta.accounts);
|
|
42
|
-
})
|
|
43
|
-
.catch(() => {
|
|
44
|
-
if (active) setAccounts([]);
|
|
45
|
-
});
|
|
46
|
-
return () => {
|
|
47
|
-
active = false;
|
|
48
|
-
};
|
|
49
|
-
}, []);
|
|
50
|
-
|
|
51
|
-
useEffect(() => {
|
|
52
|
-
if (!open) return;
|
|
53
|
-
|
|
54
|
-
const closeOnOutside = (event: PointerEvent) => {
|
|
55
|
-
if (!switcherRef.current?.contains(event.target as Node)) {
|
|
56
|
-
setOpen(false);
|
|
57
|
-
}
|
|
58
|
-
};
|
|
59
|
-
const closeOnEscape = (event: KeyboardEvent) => {
|
|
60
|
-
if (event.key === "Escape") setOpen(false);
|
|
61
|
-
};
|
|
62
|
-
window.addEventListener("pointerdown", closeOnOutside);
|
|
63
|
-
window.addEventListener("keydown", closeOnEscape);
|
|
64
|
-
return () => {
|
|
65
|
-
window.removeEventListener("pointerdown", closeOnOutside);
|
|
66
|
-
window.removeEventListener("keydown", closeOnEscape);
|
|
67
|
-
};
|
|
68
|
-
}, [open]);
|
|
69
|
-
|
|
70
|
-
if (accounts.length < 2 || !selectedAccount) {
|
|
71
|
-
return action ? (
|
|
72
|
-
<div className="flex justify-center px-1 min-[1100px]:justify-start min-[1100px]:px-2">
|
|
73
|
-
{action}
|
|
74
|
-
</div>
|
|
75
|
-
) : null;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
return (
|
|
79
|
-
<div ref={switcherRef} className="relative px-1 min-[1100px]:px-2">
|
|
80
|
-
<div
|
|
81
|
-
className={cx(
|
|
82
|
-
"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)]",
|
|
83
|
-
open &&
|
|
84
|
-
"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)]",
|
|
85
|
-
)}
|
|
86
|
-
>
|
|
87
|
-
<button
|
|
88
|
-
type="button"
|
|
89
|
-
aria-expanded={open}
|
|
90
|
-
aria-haspopup="listbox"
|
|
91
|
-
aria-label={`Active account: ${accountLabel(selectedAccount)}`}
|
|
92
|
-
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"
|
|
93
|
-
onClick={() => setOpen((value) => !value)}
|
|
94
|
-
>
|
|
95
|
-
<AvatarChip
|
|
96
|
-
avatarUrl={selectedAccount.avatarUrl}
|
|
97
|
-
hue={selectedAccount.avatarHue ?? hueForAccount(selectedAccount)}
|
|
98
|
-
name={avatarName(selectedAccount)}
|
|
99
|
-
profileId={selectedAccount.profileId}
|
|
100
|
-
size="small"
|
|
101
|
-
/>
|
|
102
|
-
<span className="hidden min-w-0 flex-1 flex-col leading-tight min-[1100px]:flex">
|
|
103
|
-
<span className="truncate text-[14px] font-bold">
|
|
104
|
-
{accountLabel(selectedAccount)}
|
|
105
|
-
</span>
|
|
106
|
-
<span className="truncate text-[11px] font-medium text-[var(--ink-soft)]">
|
|
107
|
-
active account
|
|
108
|
-
</span>
|
|
109
|
-
</span>
|
|
110
|
-
</button>
|
|
111
|
-
{action ? (
|
|
112
|
-
<div className="order-first shrink-0 min-[1100px]:order-none">
|
|
113
|
-
{action}
|
|
114
|
-
</div>
|
|
115
|
-
) : null}
|
|
116
|
-
<button
|
|
117
|
-
type="button"
|
|
118
|
-
aria-expanded={open}
|
|
119
|
-
aria-haspopup="listbox"
|
|
120
|
-
aria-label="Switch account"
|
|
121
|
-
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"
|
|
122
|
-
onClick={() => setOpen((value) => !value)}
|
|
123
|
-
>
|
|
124
|
-
<ChevronDown
|
|
125
|
-
className={cx(
|
|
126
|
-
"size-4 transition-transform duration-150",
|
|
127
|
-
open && "rotate-180",
|
|
128
|
-
)}
|
|
129
|
-
strokeWidth={2.2}
|
|
130
|
-
aria-hidden="true"
|
|
131
|
-
/>
|
|
132
|
-
</button>
|
|
133
|
-
</div>
|
|
134
|
-
{open ? (
|
|
135
|
-
<div
|
|
136
|
-
role="listbox"
|
|
137
|
-
aria-label="Active account"
|
|
138
|
-
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"
|
|
139
|
-
>
|
|
140
|
-
{accounts.map((account) => {
|
|
141
|
-
const selected = account.id === selectedAccount.id;
|
|
142
|
-
return (
|
|
143
|
-
<button
|
|
144
|
-
key={account.id}
|
|
145
|
-
type="button"
|
|
146
|
-
role="option"
|
|
147
|
-
aria-selected={selected}
|
|
148
|
-
className={cx(
|
|
149
|
-
"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",
|
|
150
|
-
selected && "bg-[var(--accent-soft)]",
|
|
151
|
-
)}
|
|
152
|
-
onClick={() => {
|
|
153
|
-
setStoredAccountId(account.id);
|
|
154
|
-
setOpen(false);
|
|
155
|
-
}}
|
|
156
|
-
>
|
|
157
|
-
<AvatarChip
|
|
158
|
-
avatarUrl={account.avatarUrl}
|
|
159
|
-
hue={account.avatarHue ?? hueForAccount(account)}
|
|
160
|
-
name={avatarName(account)}
|
|
161
|
-
profileId={account.profileId}
|
|
162
|
-
size="small"
|
|
163
|
-
/>
|
|
164
|
-
<span className="min-w-0 flex-1">
|
|
165
|
-
<span className="block truncate text-[14px] font-bold text-[var(--ink)]">
|
|
166
|
-
{accountLabel(account)}
|
|
167
|
-
</span>
|
|
168
|
-
<span className="block truncate text-[12px] text-[var(--ink-soft)]">
|
|
169
|
-
{account.name || account.id}
|
|
170
|
-
</span>
|
|
171
|
-
</span>
|
|
172
|
-
{selected ? (
|
|
173
|
-
<Check
|
|
174
|
-
className="size-4 shrink-0 text-[var(--accent)]"
|
|
175
|
-
strokeWidth={2.4}
|
|
176
|
-
aria-hidden="true"
|
|
177
|
-
/>
|
|
178
|
-
) : null}
|
|
179
|
-
</button>
|
|
180
|
-
);
|
|
181
|
-
})}
|
|
182
|
-
</div>
|
|
183
|
-
) : null}
|
|
184
|
-
</div>
|
|
185
|
-
);
|
|
186
|
-
}
|
|
@@ -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
|
-
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,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
|
-
}
|