An ATproto social media client -- with an independent Appview.
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 5 lines 129 B view raw
1import {type ViewStyleProp} from '#/alf' 2 3export function SubtleWebHover({}: ViewStyleProp & {hover: boolean}) { 4 return null 5}