rspace-online/website
Jeff Emmett c590bacc40 fix(rtasks): add auth headers to all API calls + canvas toolbar to bottom-right
rtasks fetch calls were missing Authorization Bearer headers, causing 401s
on private/permissioned spaces. Added authHeaders() helper using encryptid-token
from localStorage (matching pattern in folk-feed, folk-multisig-email, etc.).

Also includes: due date field, task detail panel, search/filter, column editor,
board PATCH endpoint, and canvas toolbar repositioned to bottom-right corner
(collapsed wrench icon on all screen sizes, panel opens leftward).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-06 14:42:16 -04:00
..
public revert: restore app switcher to left sidebar 2026-04-06 14:05:38 -04:00
admin.html fix(spaces): fix space creation routing and use /rspace URLs 2026-03-20 11:07:01 -07:00
canvas.html fix(rtasks): add auth headers to all API calls + canvas toolbar to bottom-right 2026-04-06 14:42:16 -04:00
create-space.html fix: cache-bust sw.js registration + no-cache header for SW/manifest 2026-03-25 18:02:14 -07:00
index.html fix: cache-bust sw.js registration + no-cache header for SW/manifest 2026-03-25 18:02:14 -07:00
shell-offline.ts Code-split shell.js: lazy-load Automerge/WASM offline chunk 2026-04-01 12:40:32 -07:00
shell.ts Code-split shell.js: lazy-load Automerge/WASM offline chunk 2026-04-01 12:40:32 -07:00
sw.ts fix(sw): bump cache version to v6 to flush stale cached 301 redirect 2026-04-06 12:39:36 -04:00
test-stack.html