Commit Graph

5 Commits

Author SHA1 Message Date
Jeff Emmett 82d9500820 feat: add InfoPopup with landing page content on first visit
Shows an informational popup with rich landing page content on first
visit, re-openable via a fixed info button (bottom-right corner).
Dismissible via X button, overlay click, or Escape key. Uses
localStorage to track first-visit state.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 04:51:19 +00:00
Jeff Emmett 6bc9fc0bfc Add demo seed data with spatial/temporal schema for rStack interop
15 sample events across 10 IANA timezones, spatial granularity 0-8
(rcal-compatible), GeoJSON Points, RRULE recurrence, and cross-app
feed routing hints for rcal, rmaps, rtrips, rinbox, rnotes, rtube,
rphotos, rchoices, rvote, and rdata.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 02:56:09 +00:00
Jeff Emmett 8b3feec25b Add rStack integration: AppSwitcher, Header, SpaceSwitcher, provision
- AppSwitcher with full rStack dropdown (rEvents in Planning category)
- Header component with AppSwitcher + SpaceSwitcher + UserMenu
- Spaces API proxy to rSpace for SpaceSwitcher dropdown
- Internal provision endpoint for rSpace Registry activation
- Auth logout route

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 01:42:54 +00:00
Jeff Emmett 6bfea8bd0f Fix build errors and add package-lock.json
- Fix Prisma Json type compatibility for metadata fields
- Fix Set iteration for ES5 target in parser
- Add package-lock.json from npm install

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 01:31:11 +00:00
Jeff Emmett f6e3518a7a Initial scaffold for revents-online rApp
Event aggregation and parsing module for the rStack:
- Source adapters for Luma, Meetup, and iCal feeds
- Text-to-event parser for unstructured input
- Unified event schema with rStack cross-module integration
- Next.js 14 / Prisma 6 / PostgreSQL / EncryptID auth
- Docker Compose with Traefik + Infisical secret injection

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 01:21:13 +00:00