feat(caldav): add FeedItemRenderer

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:02:34 +00:00
parent 45fa539d3e
commit 1129d52906
6 changed files with 87 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
"test:live": "bun run scripts/test-live.ts"
},
"dependencies": {
"@aelis/components": "workspace:*",
"@aelis/core": "workspace:*",
"ical.js": "^2.1.0",
"tsdav": "^2.1.7"