You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The memory settings meta row rendered the full absolute path
(/private/var/folders/…/MEMORY.md) as a full-width mono line, which
shoved the sibling status words (上一版备份 / 草稿已保存 / N 条生效)
into a cramped vertical stack — and leaked a raw absolute path into
the renderer against the UI quality plan (§3.6).
Display layer only: displayMemoryPath() shows the meaningful trailing
…/<workspace>/memory/MEMORY.md segments, title= keeps the full path on
hover, and the copy-path action still copies the real path. The meta
row wraps so status words sit on their own line, with a nowrap/ellipsis
safety net on the path span.
Contract kept: 等待创建 MEMORY.md stays inline in MemorySettingsPage
(local-memory-ui-contract). Desktop suite green (1671).
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
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.
Round 5 of the fixture-screenshot visual audit (follow-up to #436/#438/#439/#440).
The 记忆 settings meta row rendered the full absolute path (
/private/var/folders/…/MEMORY.md) as a full-width mono line:Fix (display layer only):
displayMemoryPath()shows the meaningful trailing…/<workspace>/memory/MEMORY.mdsegmentstitle=keeps the full path on hover; the copy-path action still copies the real pathContract kept:
等待创建 MEMORY.mdstays inline inMemorySettingsPage(local-memory-ui-contract).Verification
npm --workspace @maka/desktop test: 1671/1671 pass