[JUM-905][Fix] Dark canvas, sidebar and anchored mini-map on the Architecture tab - #539
Merged
Merged
Conversation
…n the Architecture tab JUM-905. The designer is dark by its own palette and never sets :root.dark, so --jtx-surface resolves to white; the Architecture tab used it for its canvas and sidebar (white field behind dark service cards) and forced its mini-map to position: relative, dropping it below the canvas as a white strip. Use the Domain Designer's surfaces and overlay placement; pin them with a style contract suite. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_3a86d051-0397-4080-ae8e-64c3c436c47b) |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_b6edf2be-452d-4393-88be-d5bc174c8df3) |
…their services JUM-905. Links were drawn centre-to-centre at y + 20, straight through both cards' titles, and the link list printed internal ids (service-import-2). Extract architectureLinkGeometry / architectureLinkLabel, join facing edges at mid-height, label with service names, and pin both in the suite. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_dece22e9-5169-4e76-9c34-74e19901a442) |
web2solutions
deleted the
claude/fix/JUM-905-architecture-canvas-dark
branch
September 26, 2026 21:09
32 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Architecture tab now renders on the designer's dark surfaces: its canvas and sidebar no longer resolve
--jtx-surfaceto white, and its mini-map overlays the canvas instead of falling below it as a white strip. Links now join the facing card edges at mid-height instead of running through both titles, and the link list names services instead of internal ids (service-import-2).Problem Statement
Measured in the running app (1440×900):
#architecture-canvascomputedbackground-color: rgb(255, 255, 255)and the sidebarrgb(255, 255, 255)— the designer is dark by its own literal palette and never sets:root.dark, so--jtx-surfacestays#ffffff..architecture-mini-map { position: relative; height: 80px }overrode.mini-map's absolute anchoring.Project Tracking (Required)
Jumentix(https://linear.app/jumentix)Start date->End date): 2026-09-26 -> 2026-09-29P0/P1/P2): P2Branch Promotion Path (Required)
[JUM-XXXX][Nature] <concise outcome>JUM-XXXXmatches the single Linear Issue declared above.dev.main, it is a release promotion sourced fromdev, references the task PRs/issues already merged intodev, and introduces no unreviewed changes.main.Bidirectional Traceability (Required)
JUM-905: cb75239, 7e892ffScope of Change
Domain / Business Rules
Application / Use Cases
Adapters / Infrastructure
apps/service-management/styles.css: architecture canvas uses the Domain Designer canvas colour and grid; sidebar uses the Domain Designer sidebar colour;.architecture-shell .canvas-workspace { position: relative }; mini-map styled as the Domain Designer overlay.apps/service-management/test/unit/architectureCanvasTheme.test.ts: style contract (3 tests).apps/service-management/src/ui/architectureCanvas.js:architectureLinkGeometry/architectureLinkLabel(exported, pure) used by the canvas and the link list.API / Contracts (OpenAPI, DTOs, handlers, controllers)
Detailed Technical Changes
Found while capturing JUM-896 screenshots; verified visually by injecting the rules into the running app before committing. Component owner (
kimi-code-primary-001, Req 126) holds accountability, not exclusive edit rights (.agents/COMPONENT-OWNERSHIP.md).Architecture and Design Alignment
Security Impact
Data and Migration Impact
Breaking Changes
None.
Acceptance Criteria
Test Plan (Evidence)
bun test apps/service-management/test/unit/architectureCanvasTheme.test.ts— 5 passbun run test:unit— task gate: Tests: 2204 passed, 2204 totalExtra evidence:
Feedback Resolution (Required)
resolved, a SHA from this PR.Coverage
SonarQube Cloud
Performance / Reliability Impact
No measurable impact.
Observability
Deployment and Rollout
dev, promote with the next release.Risks and Mitigations
Documentation Updates
mainmergeReviewer Checklist
🤖 Generated with Claude Code