docs(FR-2569): recapture start_announcement_banner in light mode#6625
Merged
graphite-app[bot] merged 1 commit intomainfrom Apr 22, 2026
Conversation
This was referenced Apr 13, 2026
Contributor
Author
4 tasks
f42c4f1 to
ad19769
Compare
cecc03c to
37fe8d6
Compare
This was referenced Apr 13, 2026
37fe8d6 to
05c5b6d
Compare
05c5b6d to
5e929bb
Compare
2b110b9 to
362c876
Compare
5 tasks
94869e6 to
ebdada1
Compare
yomybaby
added a commit
that referenced
this pull request
Apr 17, 2026
This reverts commit d3ca954. #6575 was merged with base=main because `gt track --parent main` on a locally untracked branch caused Graphite to record main as its parent. The subsequent `gt submit --publish --force` pushed this base change to GitHub, and the PR was then squash merged, collapsing 29 commits from 6 stacked PRs into a single commit on main: - #6570 docs(FR-2532): share_vfolder labels - #6571 docs(FR-2533): user_settings - #6572 docs(FR-2534): 2FA/TOTP/SSO login - #6573 docs(FR-2535): header session timer & menu - #6574 docs(FR-2536): Start From URL & announcement banner - #6575 docs(FR-2537): dashboard board customization & auto-refresh Reverting so each PR can be merged in its original stack order. After this revert merges: - #6575 will be reopened with its original base (#6574's branch) - #6625's base will be restored to #6611's branch - The other open PRs (#6570, #6571, #6572, #6573, #6574) retain their original bases and will be mergeable in stack order
e29d8d3 to
62ece70
Compare
yomybaby
approved these changes
Apr 17, 2026
62ece70 to
6a5cbb9
Compare
94869e6 to
0fd1c06
Compare
This was referenced Apr 21, 2026
Merge activity
|
Resolves #6673 (FR-2569) ## Summary - Recapture `start_announcement_banner.png` in light mode - Mock the `/manager/announcement` API response via Playwright route interception to render the announcement banner on the Start page - Apply mosaic redaction to the username in the header - Copy to all 4 language directories (en/ko/ja/th)
0fd1c06 to
8c9ee03
Compare
6a5cbb9 to
58d8723
Compare
Base automatically changed from
04-11-docs_update_model_serving_documentation
to
main
April 22, 2026 02:01
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.

Resolves #6673 (FR-2569)
Summary
start_announcement_banner.pngin light mode/manager/announcementAPI response via Playwright route interception to render the announcement banner on the Start page