feat: add spacer element for layout spacing#1178
Merged
bcordis merged 1 commit intodevelopmentfrom Mar 19, 2026
Merged
Conversation
Add 3 repeatable spacer elements (Spacer 1/2/3) to the Layout Editor for visual spacing, dividers, and layout gaps. Each spacer can be placed on a different row with its own column, colspan, HTML element type, and custom CSS class. Available in all contexts: messages list, message details, teacher list, teacher details. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4b3e9db to
0e18fe5
Compare
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.
Summary
Adds a blank spacer element to the Layout Editor for visual spacing, dividers, and layout gaps.
How it works
wrapped in the chosen HTML element tag (div, p, etc.)my-3,border-bottom)div(option 8)Contexts supported
dprefix)tsprefix)tdprefix)Files changed
spaceradded to standard params + rendering caseJBS_TPL_SPACERstring added and syncedTest plan
my-4 border-bottom) → applied to output🤖 Generated with Claude Code