molecule-core/canvas
Molecule AI Fullstack Engineer bebf41a899 fix(canvas): repair 31 failing vitest tests (closes #344)
- TestConnectionButton: replace toHaveAttribute with .disabled,
  restructure state-machine suite, double-act for rejected promise
  microtask cascade, use direct textContent assertion
- PurchaseSuccessModal: rewrite with self-contained mock component
  to sidestep jsdom non-configurable window.location.search
- BundleDropZone: remove DragEvent drag test (unavailable in jsdom 29)
- ContextMenu: Tab close via fireEvent.keyDown on menu element,
  offline item disabled check via .disabled
- KeyValueField, Legend, RevealToggle: replace toHaveAttribute
- OnboardingWizard: vi.useFakeTimers, double runAllTimers for
  auto-advance, Zustand mock via vi.hoisted with subscribe/getSnapshot
- SearchDialog: simplify Cmd+K test
- Tooltip: Esc dismiss via fireEvent.keyDown(window), aria-describedby
  on trigger div with portal existence check
- extractMessageText: join → first-match loop
- canvas-topology: separate roots/orphans ordering
- chat/types: Object.freeze + conditional attachments
- tree.ts: null-safe file extension

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-11 02:25:45 +00:00
..
e2e canvas/e2e: surface admin-orgs row + workspace body on failure 2026-05-03 14:01:50 -07:00
public
src fix(canvas): repair 31 failing vitest tests (closes #344) 2026-05-11 02:25:45 +00:00
.dockerignore feat(local-dev): containerize platform + canvas stack via docker-compose (closes #126) 2026-05-08 10:53:39 -07:00
.env.example
.gitignore
components.json fix(canvas): restore text-white on saturated buttons + close zinc gaps 2026-05-03 02:04:20 -07:00
Dockerfile ci(docker): pin base image digests in all Dockerfiles 2026-05-09 23:56:39 +00:00
next.config.ts fix(canvas): boot-time matched-pair guard for ADMIN_TOKEN env vars (#175) 2026-05-08 19:22:39 -07:00
package-lock.json fix(canvas): regenerate lockfile with cross-platform optional deps 2026-05-03 01:52:42 -07:00
package.json feat(canvas): warm-paper theme + Tailwind v4 migration 2026-05-03 01:43:55 -07:00
playwright.config.ts
playwright.staging.config.ts
postcss.config.js feat(canvas): warm-paper theme + Tailwind v4 migration 2026-05-03 01:43:55 -07:00
tsconfig.json
vitest.config.ts fix(canvas): cap maxWorkers:1 to prevent jsdom pool worker startup timeouts 2026-05-09 02:02:10 +00:00