FolkJS collaborative canvas with subdomain routing for community spaces
Go to file
Jeff Emmett 05fc9d142a feat: restructure rFunds — landing page + multi-view TBFF flow
rfunds.online now shows a landing page with TBFF info and flow list
instead of the river demo. The river is one tab in a 3-tab flow detail
view (Table | River | Transactions).

- Add folk-funds-app.ts: main app component with landing + detail views
- Extract mapFlowToNodes to shared lib/map-flow.ts
- Simplify folk-budget-river.ts to pure renderer (no API fetching)
- Restructure routes: / = landing, /demo = demo detail, /flow/:id = flow
- Expand funds.css for landing, tabs, table cards, transaction list
- Add folk-funds-app.ts build entry to vite.config.ts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 19:18:01 -08:00
backlog backlog: add system clock heartbeat service task (TASK-47) 2026-02-18 14:19:42 -07:00
db Add rSplat module — Gaussian splat viewer with x402 gated uploads 2026-02-21 20:55:45 +00:00
docs feat: Add EncryptID unified identity system 2026-02-05 16:48:19 +00:00
lib fix: mobile input focus, toolbar UX, and viewport clipping 2026-02-20 19:55:43 +00:00
modules feat: restructure rFunds — landing page + multi-view TBFF flow 2026-02-23 19:18:01 -08:00
public/.well-known fix: change WebAuthn RP ID from jeffemmett.com to rspace.online 2026-02-18 14:32:57 -07:00
server Add migration dry-run script and standardize space slugs 2026-02-23 01:46:28 +00:00
shared feat: scrollable categorized rApp dropdown, rSpaces rename, overlap prevention 2026-02-23 16:20:41 -08:00
src fix(encryptid): allow self-signed TLS for internal SMTP 2026-02-20 22:41:46 +00:00
website feat: scrollable categorized rApp dropdown, rSpaces rename, overlap prevention 2026-02-23 16:20:41 -08:00
.dockerignore fix: make Docker build self-contained with local context 2026-02-16 18:51:24 -07:00
.gitignore Wire real auth and backends into all 21 rSpace modules 2026-02-21 19:37:26 +00:00
Dockerfile Add rSplat module — Gaussian splat viewer with x402 gated uploads 2026-02-21 20:55:45 +00:00
Dockerfile.encryptid Fix EncryptID Docker build to include encryptid-sdk dependency 2026-02-14 21:23:18 -07:00
MODULE_SPEC.md docs: add MODULE_SPEC.md with permission model and capabilities 2026-02-17 12:30:14 -07:00
bun.lock chore: update bun lockfile 2026-02-16 18:51:56 -07:00
docker-compose.encryptid.yml chore: migrate SMTP from mx.jeffemmett.com to mail.rmail.online 2026-02-20 20:14:58 +00:00
docker-compose.standalone.yml Add standalone docker-compose for all 20 modules 2026-02-22 03:07:09 +00:00
docker-compose.yml Remove rnotes.online routing — re-deployed standalone with Memory Card spec 2026-02-22 22:53:11 +00:00
package-lock.json Wire real auth and backends into all 21 rSpace modules 2026-02-21 19:37:26 +00:00
package.json Add rSplat module — Gaussian splat viewer with x402 gated uploads 2026-02-21 20:55:45 +00:00
tsconfig.json feat: unified module system — Phase 0 shell + Phase 1 canvas module 2026-02-20 21:54:15 +00:00
vite.config.ts feat: restructure rFunds — landing page + multi-view TBFF flow 2026-02-23 19:18:01 -08:00