Skip to content

Fix/inf 452/vertical-writing first-line ruby fix moved to tao-core - #256

Open
olga-kulish wants to merge 2 commits into
developfrom
fix/INF-452/separator-between-columns
Open

Fix/inf 452/vertical-writing first-line ruby fix moved to tao-core#256
olga-kulish wants to merge 2 commits into
developfrom
fix/INF-452/separator-between-columns

Conversation

@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The previewer layout SCSS receives declaration formatting updates, while vertical writing mode typography and custom text box spacing overrides are removed from both SCSS and compiled CSS.

Changes

Previewer styles

Layer / File(s) Summary
Normalize previewer layout declarations
views/js/previewer/provider/item/scss/inc/_previewer-layout.scss
Separates positioning selectors, reformats the non-viewer height calculation without changing its terms, and changes overlay opacity notation from .9 to 0.9.
Remove vertical writing overrides
views/js/previewer/provider/item/scss/inc/_previewer-layout.scss, views/js/previewer/provider/item/css/item.css
Removes the vertical writing mode line-height: 1.8 and custom text box padding-block-start: 12px overrides.

Estimated code review effort: 2 (Simple) | ~10 minutes

Suggested labels: ⏱️ <10 Min Review

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the INF-452 vertical-writing ruby fix addressed by the changes.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/INF-452/separator-between-columns

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown

Front-end summary Node 18

💯 Total ✅ Passed ⏭️ Skipped ❌ Failed
297 297 0 0

@olga-kulish
olga-kulish marked this pull request as ready for review July 30, 2026 11:05

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@views/js/previewer/provider/item/scss/inc/_previewer-layout.scss`:
- Around line 25-34: Reformat the multiline height calculation in the previewer
layout block so the multiplication operator is not followed by a newline,
keeping * at the end of the preceding line or restructuring the expression while
preserving the calculated height.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: https://raw.githubusercontent.com/oat-sa/tao-code-quality/main/coderabbit/php/authoring/v1/.coderabbit.yaml (via .coderabbit.yaml)

Review profile: CHILL

Plan: Pro

Run ID: ea4e0a2a-ba4c-44cd-a851-730faada319d

📥 Commits

Reviewing files that changed from the base of the PR and between 74d6b8f and 51cb670.

⛔ Files ignored due to path filters (1)
  • views/js/previewer/provider/item/css/item.css.map is excluded by !**/*.map
📒 Files selected for processing (2)
  • views/js/previewer/provider/item/css/item.css
  • views/js/previewer/provider/item/scss/inc/_previewer-layout.scss

Comment thread views/js/previewer/provider/item/scss/inc/_previewer-layout.scss
@olga-kulish
olga-kulish force-pushed the fix/INF-452/separator-between-columns branch from 51cb670 to d8ba9f7 Compare July 30, 2026 12:20
@github-actions

Copy link
Copy Markdown

Version

Target Version 3.18.1
Last version 3.18.0

There are 0 BREAKING CHANGE, 0 feature, 1 fix

@oatymart oatymart left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine, tested on unit01.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants