BL-15958 Edit mode: trim-only view with bleed guides and crop marks on hover - #8264
Draft
hatton wants to merge 1 commit into
Draft
BL-15958 Edit mode: trim-only view with bleed guides and crop marks on hover#8264hatton wants to merge 1 commit into
hatton wants to merge 1 commit into
Conversation
…over In edit mode, full-bleed pages now default to the trimmed view via clip-path. Hovering a page reveals the bleed band, safety-area strips, and white crop marks. Carved from the updated BL-15958-edge-to-edge-theme work (PR #7713). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Closed
Contributor
|
| Filename | Overview |
|---|---|
| src/BloomBrowserUI/bookEdit/css/editMode.less | Adds trim-only clipping and hover-revealed bleed, safety, and crop-mark styling; no actionable defect was identified. |
Reviews (1): Last reviewed commit: "BL-15958 Show trim-only view in edit mod..." | Re-trigger Greptile
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.
[Claude Fable 5 following a prompt from Hatton]
Part 3 of 3 of the updated BL-15958 work, split out of #7713.
Tracker: BL-15958
What this does
Changes only
editMode.less. In edit mode, full-bleed pages now show the trimmed view by default (clip-path: inset(3mm)). Hovering a page reveals the bleed band, the safety-area strips, and white crop marks at the trim corners. Master's exclusions for the Ebook2x3Portrait and Ebook7x5Landscape layouts are preserved.Relationship to the other parts
Independent of the other two PRs; based on master. The siblings are the edge-to-edge theme PR (#8262) and the full-bleed page-size PR (#8263).
Verification
vite buildpasses.🤖 Generated with Claude Code
Devin review
This change is