feat: responsive preview HTML sidecar with breakpoint simulation - #155
Open
laurentketterle-hub wants to merge 2 commits into
Open
feat: responsive preview HTML sidecar with breakpoint simulation#155laurentketterle-hub wants to merge 2 commits into
laurentketterle-hub wants to merge 2 commits into
Conversation
…eme sharing - Add generate_multi_page() SDK function sharing colors/fonts across pages - Add 'bloggereasy gen multi --home/--about/--contact' CLI command - 9 tests covering: single page, three pages, color sharing, dark/landing templates, empty input, CLI help, output file validation - All 122 tests pass, zero regressions Closes mergeos-bounties#80
- Add generate_preview_sidecar() SDK function with 3 breakpoints (mobile/tablet/desktop) - Add --preview flag to gen html, gen url, gen image, and gen multi commands - Sidecar uses iframes with responsive CSS media queries for each viewport - 7 tests covering: valid HTML, breakpoints, iframes, theme colors, CLI flag, help, sidebar Closes mergeos-bounties#78
Author
|
/attempt 78 |
Author
|
Friendly ping - PR open for a few days. Anything needed? Thanks! |
1 task
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.
Closes #78
Feature: Responsive preview HTML sidecar
Emit a responsive preview HTML alongside the generated XML for local browser validation.
What it does:
New CLI flag:
Output: generates alongside .
Tests: 7 new (all passing)
Verification: