FolkJS collaborative canvas with subdomain routing for community spaces
Go to file
Jeff Emmett 9e32b5a457 fix: Use slot.parentElement instead of :scope selector for ShadowRoot
The :scope selector may not work correctly when querying from a ShadowRoot.
Use slot.parentElement to reliably find the container div to replace.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 16:09:48 +01:00
backlog feat: Add advanced shapes (task-5) 2026-01-02 21:42:41 +01:00
docs feat: Add shared FolkJS utilities (maximize, pinned-view, toJSON) 2026-01-02 18:36:40 +01:00
lib fix: Use slot.parentElement instead of :scope selector for ShadowRoot 2026-01-03 16:09:48 +01:00
server Fix static asset serving and add reserved subdomains 2026-01-02 10:31:19 +01:00
website feat: Add advanced shapes (task-5) 2026-01-02 21:42:41 +01:00
.gitignore Initial rspace-online: FolkJS collaborative canvas with subdomain routing 2026-01-01 16:27:07 +01:00
Dockerfile Initial rspace-online: FolkJS collaborative canvas with subdomain routing 2026-01-01 16:27:07 +01:00
bun.lock feat: Add Automerge CRDT sync for real-time collaboration 2026-01-01 22:59:32 +01:00
docker-compose.yml Fix Traefik routing: only handle subdomains 2026-01-02 08:24:01 +01:00
package.json feat: Add Automerge CRDT sync for real-time collaboration 2026-01-01 22:59:32 +01:00
tsconfig.json Initial rspace-online: FolkJS collaborative canvas with subdomain routing 2026-01-01 16:27:07 +01:00
vite.config.ts feat: Add Automerge CRDT sync for real-time collaboration 2026-01-01 22:59:32 +01:00