[ENG-36608] feat: new layout about templates#3510
Open
pauloSF0 wants to merge 9 commits into
Open
Conversation
isaquebock
reviewed
May 5, 2026
isaquebock
reviewed
May 5, 2026
isaquebock
reviewed
May 5, 2026
isaquebock
reviewed
May 5, 2026
isaquebock
reviewed
May 5, 2026
isaquebock
reviewed
May 5, 2026
isaquebock
reviewed
May 5, 2026
isaquebock
reviewed
May 5, 2026
| :pt="{ | ||
| header: { class: 'bg-[var(--surface-ground)]' }, | ||
| headerAction: { | ||
| class: 'bg-[var(--surface-ground)] hover:opacity-100 focus:shadow-none' |
Contributor
There was a problem hiding this comment.
Usar tokens semânticos na class, não bg-[var(--surface-ground)]. Olhe webkit/theme
isaquebock
reviewed
May 5, 2026
| headerAction: { | ||
| class: 'bg-[var(--surface-ground)] hover:opacity-100 focus:shadow-none' | ||
| }, | ||
| content: { class: '!p-0 bg-[var(--surface-section)]' } |
Contributor
There was a problem hiding this comment.
Usar tokens semânticos na class, não bg-[var(--surface-section)]. Olhe webkit/theme
isaquebock
reviewed
May 5, 2026
Contributor
|
Vale revisar os tokens do PR inteiro. Nosso padrão é usar o que vem do webkit/theme. Também entender a lógica de do uso do Text Interpolation nos templates, caso não tenha lógica na string, não tem por que interpolar. Qualquer dúvida pode me chamar |
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.
Feature
Description
This PR introduces layout improvements to the template engine components:
Preview image now occupies full container height: The template preview image fills the entire available space, providing a better visual presentation of the template.
Hidden scrollbar in script runner: The script runner logs area now has a cleaner appearance with a hidden scrollbar while maintaining scroll functionality across all browsers (Firefox, Chrome, Safari, Edge).
Fixed syntax errors: Corrected missing closing tags and parentheses in layout-engine-block.vue and new-engine-azion.vue components.
How to test
UI Changes (if applicable)
h-40toh-full.scrollbar-hideclass with cross-browser CSS rules