This repository has no description
0

Configure Feed

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

fix: missing client directive on bsky post

+3 -1
+1 -1
src/webapp/features/cards/components/UrlCardDebugView/UrlCardDebugView.tsx
··· 1 1 'use client'; 2 2 3 3 import { CodeHighlightTabs } from '@mantine/code-highlight'; 4 - import type { UrlCard, User } from '@/api-client'; 4 + import { UrlCard, User } from '@semble/types'; 5 5 6 6 interface Props { 7 7 cardContent: UrlCard['cardContent'];
+2
src/webapp/features/platforms/bluesky/components/blueskyPost/BlueskyPost.tsx
··· 1 + 'use client'; 2 + 1 3 import { AppBskyFeedDefs, AppBskyFeedPost } from '@atproto/api'; 2 4 import { ReactElement } from 'react'; 3 5 import { Group, Stack, Text, Avatar, Box, Image } from '@mantine/core';