FolkJS collaborative canvas with subdomain routing for community spaces
Go to file
Jeff Emmett 8e10f5cb03 fix: Add abort mechanism for conditional UI to prevent pending request errors
- Add global AbortController for conditional UI requests
- Call abortConditionalUI() at start of registerPasskey and authenticatePasskey
- Export abortConditionalUI from index for manual use if needed

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 19:14:56 +00:00
backlog feat: Add advanced shapes (task-5) 2026-01-02 21:42:41 +01:00
docs feat: Add EncryptID unified identity system 2026-02-05 16:48:19 +00:00
lib fix: Use slot.parentElement instead of :scope selector for ShadowRoot 2026-01-03 16:09:48 +01:00
public/.well-known feat: Add EncryptID unified identity system 2026-02-05 16:48:19 +00:00
server Fix static asset serving and add reserved subdomains 2026-01-02 10:31:19 +01:00
src/encryptid fix: Add abort mechanism for conditional UI to prevent pending request errors 2026-02-05 19:14:56 +00: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
Dockerfile.encryptid fix: Build client-side JS bundle for demo page 2026-02-05 16:57:34 +00:00
bun.lock feat: Add EncryptID unified identity system 2026-02-05 16:48:19 +00:00
docker-compose.encryptid.yml fix: Use web entrypoint and bun-based healthchecks 2026-02-05 16:53:04 +00:00
docker-compose.yml Fix Traefik routing: only handle subdomains 2026-01-02 08:24:01 +01:00
package.json feat: Add EncryptID unified identity system 2026-02-05 16:48:19 +00: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