tangled
alpha
login
or
join now
margin.at
/
margin
86
fork
atom
Write on the margins of the internet. Powered by the AT Protocol.
margin.at
extension
web
atproto
comments
86
fork
atom
overview
issues
4
pulls
1
pipelines
remove Open Collective and GitHub Sponsors
scanash.com
15 hours ago
a26fe0e6
41836598
+11
-63
3 changed files
expand all
collapse all
unified
split
.github
FUNDING.yml
web
src
components
navigation
RightSidebar.tsx
views
About.tsx
-2
.github/FUNDING.yml
···
1
1
ko_fi: scan
2
2
-
github: margin-at
3
3
-
open_collective: margin
+10
-41
web/src/components/navigation/RightSidebar.tsx
···
1
1
import React, { useCallback, useEffect, useRef, useState } from "react";
2
2
import { useNavigate } from "react-router-dom";
3
3
-
import { Search, Coffee, Heart, Globe } from "lucide-react";
3
3
+
import { Search, Coffee } from "lucide-react";
4
4
import {
5
5
getTrendingTags,
6
6
searchActors,
···
231
231
</a>
232
232
</div>
233
233
234
234
-
<div className="rounded-xl p-3 border border-surface-200/60 dark:border-surface-700/60">
235
235
-
<p className="text-surface-500 dark:text-surface-400 text-xs mb-2">
236
236
-
Support Margin
237
237
-
</p>
238
238
-
<div className="flex flex-col gap-1.5">
239
239
-
<div className="flex gap-1.5">
240
240
-
<a
241
241
-
href="https://ko-fi.com/scan"
242
242
-
target="_blank"
243
243
-
rel="noopener noreferrer"
244
244
-
title="Ko-fi"
245
245
-
className="flex items-center justify-center flex-1 px-2 py-1.5 rounded-lg border border-surface-200/80 dark:border-surface-700/80 text-surface-500 dark:text-surface-400 hover:border-[#FF5E5B] hover:text-[#FF5E5B] dark:hover:border-[#FF5E5B] dark:hover:text-[#FF5E5B] text-xs font-medium transition-colors gap-1.5"
246
246
-
>
247
247
-
<Coffee size={13} className="shrink-0" />
248
248
-
Ko-fi
249
249
-
</a>
250
250
-
<a
251
251
-
href="https://github.com/sponsors/margin-at"
252
252
-
target="_blank"
253
253
-
rel="noopener noreferrer"
254
254
-
title="GitHub Sponsors"
255
255
-
className="flex items-center justify-center flex-1 px-2 py-1.5 rounded-lg border border-surface-200/80 dark:border-surface-700/80 text-surface-500 dark:text-surface-400 hover:border-[#EA4AAA] hover:text-[#EA4AAA] dark:hover:border-[#EA4AAA] dark:hover:text-[#EA4AAA] text-xs font-medium transition-colors gap-1.5"
256
256
-
>
257
257
-
<Heart size={13} className="shrink-0" />
258
258
-
GitHub
259
259
-
</a>
260
260
-
</div>
261
261
-
<a
262
262
-
href="https://opencollective.com/margin"
263
263
-
target="_blank"
264
264
-
rel="noopener noreferrer"
265
265
-
title="Open Collective"
266
266
-
className="flex items-center justify-center w-full px-2 py-1.5 rounded-lg border border-surface-200/80 dark:border-surface-700/80 text-surface-500 dark:text-surface-400 hover:border-[#7FADF2] hover:text-[#7FADF2] dark:hover:border-[#7FADF2] dark:hover:text-[#7FADF2] text-xs font-medium transition-colors gap-1.5"
267
267
-
>
268
268
-
<Globe size={13} className="shrink-0" />
269
269
-
Open Collective
270
270
-
</a>
271
271
-
</div>
272
272
-
</div>
273
273
-
274
234
<div>
275
235
<h3 className="font-semibold text-sm px-1 mb-3 text-surface-900 dark:text-white tracking-tight">
276
236
Trending
···
360
320
className="hover:underline hover:text-surface-600 dark:hover:text-surface-300"
361
321
>
362
322
Stoat
323
323
+
</a>
324
324
+
<a
325
325
+
href="https://ko-fi.com/scan"
326
326
+
target="_blank"
327
327
+
rel="noopener noreferrer"
328
328
+
className="inline-flex items-center gap-1 text-[12px] text-surface-400 dark:text-surface-500 hover:text-[#FF5E5B] dark:hover:text-[#FF5E5B] transition-colors"
329
329
+
>
330
330
+
<Coffee size={12} className="shrink-0" />
331
331
+
Support on Ko-fi
363
332
</a>
364
333
<span>© 2026 Margin</span>
365
334
</div>
+1
-20
web/src/views/About.tsx
···
18
18
Github,
19
19
ExternalLink,
20
20
Hash,
21
21
-
Heart,
22
21
Coffee,
23
23
-
Globe,
22
22
+
Heart,
24
23
Eye,
25
24
Sun,
26
25
Moon,
···
636
635
>
637
636
<Coffee size={16} />
638
637
Ko-fi
639
639
-
</a>
640
640
-
<a
641
641
-
href="https://github.com/sponsors/margin-at"
642
642
-
target="_blank"
643
643
-
rel="noopener noreferrer"
644
644
-
className="inline-flex items-center gap-2 text-surface-500 dark:text-surface-400 hover:text-[#EA4AAA] dark:hover:text-[#EA4AAA] transition-colors font-medium"
645
645
-
>
646
646
-
<Heart size={16} />
647
647
-
GitHub Sponsors
648
648
-
</a>
649
649
-
<a
650
650
-
href="https://opencollective.com/margin"
651
651
-
target="_blank"
652
652
-
rel="noopener noreferrer"
653
653
-
className="inline-flex items-center gap-2 text-surface-500 dark:text-surface-400 hover:text-[#7FADF2] dark:hover:text-[#7FADF2] transition-colors font-medium"
654
654
-
>
655
655
-
<Globe size={16} />
656
656
-
Open Collective
657
638
</a>
658
639
</div>
659
640
</div>