feat(caldav): add FeedItemRenderer (#74)

Implement renderCalDavFeedItem using JRX JSX to render
CalDAV events as FeedCard components. Bump @nym.sh/jrx
to 0.2.0 for null/undefined child support.

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-15 00:19:44 +00:00
committed by GitHub
parent 5ea24b0a13
commit 272fb9b9b3
6 changed files with 87 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsxImportSource": "@nym.sh/jrx"
},
"include": ["src"]
}