This repository was archived by the owner on Aug 6, 2026. It is now read-only.
Commit 98efa16
committed
feat(web): wire canvas/channels dashboard routers
Canvas/Channels called dashboards.list (and canvasData/canvasTemplates/
channelTasks), but the web host router never exposed those routers, so
they NOT_FOUND'd at call time — e.g. deleting a context failed with "No
query-procedure on path dashboards.list".
Load canvasCoreModule in the web container (its services only need
AuthService + fetch to the PostHog desktop_file_system API — no Node
backend) and mount the four real host-router canvas routers, mirroring
desktop.
Generated-By: PostHog Code
Task-Id: 77d13a30-444d-4045-9d80-5e2a9f2e68ae1 parent 26d0531 commit 98efa16
2 files changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
453 | 454 | | |
454 | 455 | | |
455 | 456 | | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
456 | 463 | | |
457 | 464 | | |
458 | 465 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
465 | 469 | | |
466 | 470 | | |
467 | 471 | | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
468 | 478 | | |
| 479 | + | |
469 | 480 | | |
470 | 481 | | |
471 | 482 | | |
| |||
0 commit comments