René's URL Explorer Experiment


Title: Add interface zoom (⌘+ / ⌘- / ⌘0) to scale the whole app up or down · Issue #68 · modelstudioai/openwork · GitHub

Open Graph Title: Add interface zoom (⌘+ / ⌘- / ⌘0) to scale the whole app up or down · Issue #68 · modelstudioai/openwork

X Title: Add interface zoom (⌘+ / ⌘- / ⌘0) to scale the whole app up or down · Issue #68 · modelstudioai/openwork

Description: Problem or Motivation Every mainstream desktop app that OpenWork is benchmarked against exposes an interface zoom control that scales the entire UI up or down, driven by the platform-standard keyboard shortcuts ⌘+ / ⌘- / ⌘0 (Ctrl on Wind...

Open Graph Description: Problem or Motivation Every mainstream desktop app that OpenWork is benchmarked against exposes an interface zoom control that scales the entire UI up or down, driven by the platform-standard keybo...

X Description: Problem or Motivation Every mainstream desktop app that OpenWork is benchmarked against exposes an interface zoom control that scales the entire UI up or down, driven by the platform-standard keybo...

Opengraph URL: https://github.com/modelstudioai/openwork/issues/68

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Add interface zoom (⌘+ / ⌘- / ⌘0) to scale the whole app up or down","articleBody":"## Problem or Motivation\n\nEvery mainstream desktop app that OpenWork is benchmarked against exposes an **interface zoom** control that scales the *entire* UI up or down, driven by the platform-standard keyboard shortcuts **⌘+ / ⌘- / ⌘0** (Ctrl on Windows/Linux):\n\n- **Claude Desktop** — View → Zoom In / Zoom Out / Actual Size (⌘+ / ⌘- / ⌘0).\n- **VS Code** — View → Appearance → Zoom In/Out/Reset (same shortcuts).\n- **Codex desktop / ChatGPT desktop / Slack / Discord** — all ship the same ⌘+/⌘-/⌘0 zoom.\n\nOpenWork has **no interface zoom** today. `grep -rn \"setZoomLevel\\|zoomFactor\\|webFrame\\|zoom\" apps/electron/src` finds nothing, and there is no `⌘+/⌘-/⌘0` binding in the action registry (`apps/electron/src/renderer/actions/definitions.ts`). Users on high-DPI displays who want everything (sidebar, chat, settings, dialogs) larger — or users who want to fit more on screen — have no way to do it. This is an accessibility and comfort gap, and a basic desktop-app expectation.\n\n\u003e Note: this is distinct from any per-surface \"chat text size\" / \"conversation width\" proposals — interface zoom scales the **whole** renderer (sidebars, navigator, settings, dialogs, composer), not just message text.\n\n## Proposed Solution\n\nA renderer-only, frontend-only interface-zoom preference:\n\n- A **`ZoomProvider`** (renderer context, mirrors the merged `ReduceMotionProvider` pattern) that owns a discrete zoom factor from a Chrome-like step list (50%–200%), applies it by setting `document.documentElement.style.zoom`, and persists it in `localStorage` (`craft-zoom-level`) so it survives restarts. No IPC, no backend, no `config.json`.\n- Three new **action-registry** entries — `view.zoomIn` (`mod+=`), `view.zoomOut` (`mod+-`), `view.zoomReset` (`mod+0`) — under the existing **View** category. Registering them means they automatically appear in the **Command Palette (⌘K)** and the **Settings → Keyboard Shortcuts** reference for free.\n- A **Zoom** control in **Settings → Appearance → Interface**: a `−` / percentage / `+` stepper with a **Reset** affordance, for discoverability and mouse-only users (parallels Claude Desktop's View menu entries).\n- i18n keys added to all **7** locales (`en`, `de`, `es`, `hu`, `ja`, `pl`, `zh-Hans`).\n\n**Feasibility: frontend-only.** CSS `zoom` on `\u003chtml\u003e` is a Chromium-native property that scales the whole tree including portalled dialogs; persistence reuses the existing `lib/local-storage.ts` helper; the shortcuts reuse the existing action-registry/hotkey infrastructure. The qwen-code backend is untouched.\n\n## Acceptance criteria (what the CDP assertion will check)\n\nDriving the real built app over CDP, entirely in the draft/no-session state (Settings only, no backend):\n\n1. Open **Settings → Appearance → Interface**; the **Zoom** control renders, showing **100%** initially, with **no** inline `zoom` style on `\u003chtml\u003e`.\n2. Click **Zoom in** → the percentage rises (e.g. 110%), `document.documentElement.style.zoom` becomes the matching factor, and `localStorage[\"craft-zoom-level\"]` persists it.\n3. Click **Reset** → back to **100%**, the inline `zoom` style is cleared, and the persisted value returns to the default — proving it applies, persists, and reverts, not merely renders.\n\n## Alternatives Considered\n\n- **Electron `webFrame.setZoomFactor`** (native webContents zoom): would require exposing `webFrame` through the preload bridge and does not persist across reloads on its own. The CSS-`zoom` approach is purely renderer, persists via the existing localStorage helper, and is trivially assertable over CDP — strictly simpler for a frontend-only change.\n\n_Filed by the autonomous desktop-feature loop (`loop-bot`)._","author":{"url":"https://github.com/DragonnZhang","@type":"Person","name":"DragonnZhang"},"datePublished":"2026-07-08T01:22:32.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/68/openwork/issues/68"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:933bb888-15af-e566-ac7f-7678340405a4
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD906:11304E:200DCD7:2BF4387:6A541138
html-safe-nonce3317832ab5394837d51c919c146d18b8d24c65dd77d179a74dc901bc23e8ae31
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEOTA2OjExMzA0RToyMDBEQ0Q3OjJCRjQzODc6NkE1NDExMzgiLCJ2aXNpdG9yX2lkIjoiOTAzOTY1OTg2MzQzMzgxMDIzMiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacdcbc982b195e91d39f7bff031f0c6f4123057eac762a4dd3e2ea9214daad94dd
hovercard-subject-tagissue:4833498879
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/modelstudioai/openwork/68/issue_layout
twitter:imagehttps://opengraph.githubassets.com/723cdbb1d4e2ed41e1b83a4f33a06722128cb57798848ac4be3e58066b57c6cd/modelstudioai/openwork/issues/68
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/723cdbb1d4e2ed41e1b83a4f33a06722128cb57798848ac4be3e58066b57c6cd/modelstudioai/openwork/issues/68
og:image:altProblem or Motivation Every mainstream desktop app that OpenWork is benchmarked against exposes an interface zoom control that scales the entire UI up or down, driven by the platform-standard keybo...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameDragonnZhang
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/modelstudioai/openwork git https://github.com/modelstudioai/openwork.git
octolytics-dimension-user_id283556804
octolytics-dimension-user_loginmodelstudioai
octolytics-dimension-repository_id1256697754
octolytics-dimension-repository_nwomodelstudioai/openwork
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1256697754
octolytics-dimension-repository_network_root_nwomodelstudioai/openwork
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelstudioai/openwork/issues/68#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelstudioai%2Fopenwork%2Fissues%2F68
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelstudioai%2Fopenwork%2Fissues%2F68
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=modelstudioai%2Fopenwork
Reloadhttps://github.com/modelstudioai/openwork/issues/68
Reloadhttps://github.com/modelstudioai/openwork/issues/68
Reloadhttps://github.com/modelstudioai/openwork/issues/68
Please reload this pagehttps://github.com/modelstudioai/openwork/issues/68
modelstudioai https://github.com/modelstudioai
openworkhttps://github.com/modelstudioai/openwork
Notifications https://github.com/login?return_to=%2Fmodelstudioai%2Fopenwork
Fork 3 https://github.com/login?return_to=%2Fmodelstudioai%2Fopenwork
Star 11 https://github.com/login?return_to=%2Fmodelstudioai%2Fopenwork
Code https://github.com/modelstudioai/openwork
Issues 14 https://github.com/modelstudioai/openwork/issues
Pull requests 12 https://github.com/modelstudioai/openwork/pulls
Actions https://github.com/modelstudioai/openwork/actions
Projects https://github.com/modelstudioai/openwork/projects
Security and quality 0 https://github.com/modelstudioai/openwork/security
Insights https://github.com/modelstudioai/openwork/pulse
Code https://github.com/modelstudioai/openwork
Issues https://github.com/modelstudioai/openwork/issues
Pull requests https://github.com/modelstudioai/openwork/pulls
Actions https://github.com/modelstudioai/openwork/actions
Projects https://github.com/modelstudioai/openwork/projects
Security and quality https://github.com/modelstudioai/openwork/security
Insights https://github.com/modelstudioai/openwork/pulse
#69https://github.com/modelstudioai/openwork/pull/69
Add interface zoom (⌘+ / ⌘- / ⌘0) to scale the whole app up or downhttps://github.com/modelstudioai/openwork/issues/68#top
#69https://github.com/modelstudioai/openwork/pull/69
loop-bothttps://github.com/modelstudioai/openwork/issues?q=state%3Aopen%20label%3A%22loop-bot%22
https://github.com/DragonnZhang
DragonnZhanghttps://github.com/DragonnZhang
on Jul 8, 2026https://github.com/modelstudioai/openwork/issues/68#issue-4833498879
loop-bothttps://github.com/modelstudioai/openwork/issues?q=state%3Aopen%20label%3A%22loop-bot%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.