Universal knowledge capture tool for the r* ecosystem
Go to file
Jeff Emmett 3232ced90f feat: add rApp and Space switcher dropdowns to all page headers
Replaces per-page inline navbars with a shared Header component that
includes AppSwitcher (18 rApps grouped by category) and SpaceSwitcher
(fetches user spaces from /api/spaces) dropdowns — matching the
rspace.online header pattern. All 9 pages updated.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 18:27:51 -08:00
backlog chore: backlog TASK-14 SpaceRole bridge (Done) 2026-02-17 15:35:12 -07:00
browser-extension feat: add rVoice popup recorder with 3-tier transcription to browser extension 2026-02-24 16:43:57 -08:00
prisma feat: add article unlock feature for paywalled content 2026-02-24 15:32:37 -08:00
public feat: add /voice PWA route with 3-tier live transcription 2026-02-24 17:43:04 -08:00
src feat: add rApp and Space switcher dropdowns to all page headers 2026-02-24 18:27:51 -08:00
.dockerignore Add .dockerignore for optimized Docker builds 2026-02-21 17:59:43 -07:00
.env.example Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
.gitignore Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
Dockerfile feat: wire rnotes to pull secrets from Infisical at startup 2026-02-23 19:35:15 -08:00
MODULE_SPEC.md docs: add MODULE_SPEC.md with permission model and capabilities 2026-02-17 12:30:14 -07:00
docker-compose.yml feat: wire rnotes to pull secrets from Infisical at startup 2026-02-23 19:35:15 -08:00
entrypoint.sh feat: wire rnotes to pull secrets from Infisical at startup 2026-02-23 19:35:15 -08:00
next.config.mjs Replace Whisper-tiny offline fallback with Parakeet.js (NVIDIA 0.6B v2) 2026-02-17 23:48:48 +01:00
package.json Replace Whisper-tiny offline fallback with Parakeet.js (NVIDIA 0.6B v2) 2026-02-17 23:48:48 +01:00
postcss.config.mjs Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
tailwind.config.ts Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
tsconfig.json Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00