Skip to content

docs(FR-2650): update all locale screenshots to 2× zoom for sharper text rendering#6891

Merged
graphite-app[bot] merged 1 commit intomainfrom
04-22-docs_fr-2650_recapture_dashboard.png_in_ko_ja_th
Apr 27, 2026
Merged

docs(FR-2650): update all locale screenshots to 2× zoom for sharper text rendering#6891
graphite-app[bot] merged 1 commit intomainfrom
04-22-docs_fr-2650_recapture_dashboard.png_in_ko_ja_th

Conversation

@ironAiken2
Copy link
Copy Markdown
Contributor

@ironAiken2 ironAiken2 commented Apr 22, 2026

Stacked on top of #6868. Resolves part of FR-2650.

Summary

First incremental batch of locale screenshot recapture under FR-2650. 1 file (dashboard.png) recaptured in 3 locales using window.switchLanguage() (PR #5796 / FR-2230).

Approach

The earlier manifest-based bulk approach (PR #6885, closed) produced too many context-wrong captures (admin vs user view, wrong tabs, modal vs page, drill-down state, etc.). This PR series uses direct Playwright MCP capture with per-image context lookup.

Progress tracked at packages/backend.ai-webui-docs/.agent-output/fr-2650-progress.md (gitignored, 259 entries pending). Next sessions pick up from there incrementally.

Capture process used

  1. Navigate to /dashboard in dev WebUI
  2. Hide React Grab dev toolbar
  3. window.switchLanguage('ko') → screenshot → save to src/ko/images/dashboard.png
  4. window.switchLanguage('ja') → screenshot → save to src/ja/images/dashboard.png
  5. window.switchLanguage('th') → screenshot → save to src/th/images/dashboard.png

Viewport 1440×900 logical, light mode, admin user (admin@lablup.com).

Note for reviewers

This PR will be amended/extended as more entries get captured incrementally. Current dashboard layout differs from the prior en/images/dashboard.png (different widget arrangement); framing matches the current dev environment which is what the docs render against.

🤖 Generated with Claude Code

Copy link
Copy Markdown
Contributor Author

ironAiken2 commented Apr 22, 2026


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent changes, fast-track this PR to the front of the merge queue

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has required the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@ironAiken2 ironAiken2 changed the title docs(FR-2650): recapture dashboard.png in ko/ja/th docs(FR-2650): recapture dashboard.png in ko/ja/th (incremental batch 1) Apr 22, 2026
@ironAiken2 ironAiken2 force-pushed the 04-22-docs_fr-2650_recapture_dashboard.png_in_ko_ja_th branch 4 times, most recently from 12a90a4 to dc93fd2 Compare April 22, 2026 08:36
@graphite-app graphite-app Bot changed the base branch from 04-22-docs_fr-2645_replace_6_dark-mode_webui_screenshots_with_light-mode_captures_across_all_4_languages to graphite-base/6891 April 22, 2026 09:01
@graphite-app graphite-app Bot force-pushed the graphite-base/6891 branch from 9235647 to 25d2656 Compare April 22, 2026 09:02
@graphite-app graphite-app Bot force-pushed the 04-22-docs_fr-2650_recapture_dashboard.png_in_ko_ja_th branch from c6d1476 to 2209bd8 Compare April 22, 2026 09:02
@graphite-app graphite-app Bot changed the base branch from graphite-base/6891 to main April 22, 2026 09:03
@graphite-app graphite-app Bot force-pushed the 04-22-docs_fr-2650_recapture_dashboard.png_in_ko_ja_th branch from 2209bd8 to 55bbeb4 Compare April 22, 2026 09:03
@ironAiken2 ironAiken2 force-pushed the 04-22-docs_fr-2650_recapture_dashboard.png_in_ko_ja_th branch 2 times, most recently from 4df99ad to cf93c70 Compare April 22, 2026 09:20
@ironAiken2 ironAiken2 force-pushed the 04-22-docs_fr-2650_recapture_dashboard.png_in_ko_ja_th branch 12 times, most recently from 5e98dd8 to b63598a Compare April 22, 2026 13:59
@ironAiken2 ironAiken2 force-pushed the 04-22-docs_fr-2650_recapture_dashboard.png_in_ko_ja_th branch 14 times, most recently from c66c548 to 7993fa5 Compare April 23, 2026 07:08
@github-actions github-actions Bot added size:M 30~100 LoC and removed size:XS ~10 LoC labels Apr 27, 2026
@ironAiken2 ironAiken2 force-pushed the 04-22-docs_fr-2650_recapture_dashboard.png_in_ko_ja_th branch from 37f14ed to 7235832 Compare April 27, 2026 02:33
@ironAiken2 ironAiken2 marked this pull request as ready for review April 27, 2026 02:33
@ironAiken2 ironAiken2 requested review from agatha197, Copilot and nowgnuesLee and removed request for Copilot April 27, 2026 02:33
@agatha197 agatha197 changed the title docs(FR-2650): recapture dashboard.png in ko/ja/th (incremental batch 1) docs(FR-2650): update all locale screenshots to 2× zoom for sharper text rendering Apr 27, 2026
Copy link
Copy Markdown
Contributor

@agatha197 agatha197 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@graphite-app
Copy link
Copy Markdown

graphite-app Bot commented Apr 27, 2026

Merge activity

…ext rendering (#6891)

Stacked on top of #6868. Resolves part of FR-2650.

## Summary

First incremental batch of locale screenshot recapture under FR-2650. **1 file** (`dashboard.png`) recaptured in 3 locales using `window.switchLanguage()` (PR #5796 / FR-2230).

## Approach

The earlier manifest-based bulk approach (PR #6885, closed) produced too many context-wrong captures (admin vs user view, wrong tabs, modal vs page, drill-down state, etc.). This PR series uses **direct Playwright MCP capture** with per-image context lookup.

Progress tracked at `packages/backend.ai-webui-docs/.agent-output/fr-2650-progress.md` (gitignored, 259 entries pending). Next sessions pick up from there incrementally.

## Capture process used

1. Navigate to `/dashboard` in dev WebUI
2. Hide React Grab dev toolbar
3. `window.switchLanguage('ko')` → screenshot → save to `src/ko/images/dashboard.png`
4. `window.switchLanguage('ja')` → screenshot → save to `src/ja/images/dashboard.png`
5. `window.switchLanguage('th')` → screenshot → save to `src/th/images/dashboard.png`

Viewport 1440×900 logical, light mode, admin user (`admin@lablup.com`).

## Note for reviewers

This PR will be amended/extended as more entries get captured incrementally. Current dashboard layout differs from the prior `en/images/dashboard.png` (different widget arrangement); framing matches the current dev environment which is what the docs render against.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
@graphite-app graphite-app Bot force-pushed the 04-22-docs_fr-2650_recapture_dashboard.png_in_ko_ja_th branch from 7235832 to 7f542ae Compare April 27, 2026 03:47
@graphite-app graphite-app Bot merged commit 7f542ae into main Apr 27, 2026
8 checks passed
@graphite-app graphite-app Bot deleted the 04-22-docs_fr-2650_recapture_dashboard.png_in_ko_ja_th branch April 27, 2026 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M 30~100 LoC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants