feat: content zoom, resizable panes, icon toolbar, window drag, folder README - #57
Merged
Merged
Conversation
…r README 01M1MVB2ZZGP7FHW2TX6CNA6BE 01M1MVB300TGVNPJBG8GJ6KG1T 01M1MVB300WYDPA67T9FNDM51R 01M1MVB300WHXWP5177D3BNDB2 01M1MVB3005Z8WSN5R6KEW5BNN 01M1MVB300EAR8PX5HKEACTKP1 01M1MVB2ZZFQX90WHGB0CA99RW Zoom scales the editor and file tree via --zoom, not the header. Sidebar and Split are resizable and remembered in settings.json. Header actions are icon-only with the same accessible names. Window drag walks ancestors and calls startDragging() itself. Synthesize writes a generated README.md (or README.motion.md when a hand-written README is already there). Mac dogfood of header drag remains blocked (01M1MVB300KXXJPZ2XACH7A64K).
01M1MVB2ZZGP7FHW2TX6CNA6BE 01M1MVB300TGVNPJBG8GJ6KG1T 01M1MVB300WYDPA67T9FNDM51R 01M1MVB300WHXWP5177D3BNDB2 01M1MVB3005Z8WSN5R6KEW5BNN 01M1MVB300EAR8PX5HKEACTKP1 01M1MVB2ZZFQX90WHGB0CA99RW
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
v0.6.4 surface from the captured plan. Dogfood of 0.6.3 on a Mac asked for content-only zoom, a stretching editor, resizable panes, an icon toolbar, a window that actually drags, and a folder README instead of SKILL.md.
--zoom. Root font-size stays 16px. CSSzoomon the editor surface and the file tree. Header buttons do not change size. Arole=statusoverlay shows the percentage for ~1s.role=separatorhandles, persisted next to zoom.isWindowDragTarget) and callsstartDragging()behindisTauri(). Tauri is not upgraded. Gutter kept.-webkit-app-regiondocumented as Chromium-only.TOC.mdplus a generatedREADME.md(<!-- generated-by: motion-synthesize -->). A hand-written README.md is left intact; the run writesREADME.motion.mdand says so.Mac dogfood of header drag (
01M1MVB300KXXJPZ2XACH7A64K) stays blocked — Linux cannot click a.app.Test plan
bun run typecheckbun run guard:client(58 modules)bun test src(274)CI=1 bunx playwright test(72)Work items