Frontmatter
| id | 8034 |
| title | Migrate Intervention Panel Styles and Clean Viewport SCSS |
| state | Closed |
| labels | airefactoring |
| assignees | tobiu |
| createdAt | Dec 5, 2025, 3:43 AM |
| updatedAt | Dec 5, 2025, 3:47 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8034 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 7918 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 5, 2025, 3:47 AM |
Migrate Intervention Panel Styles and Clean Viewport SCSS
tobiu assigned to @tobiu on Dec 5, 2025, 3:43 AM
tobiu added parent issue #7918 on Dec 5, 2025, 3:43 AM

tobiu
Dec 5, 2025, 3:47 AM
Input from Gemini 2.5 pro:
✦ I have successfully migrated the Intervention Panel styling and cleaned up the Viewport SCSS.
Changes:
- Migration: Moved panel-specific styles (background, borders, header accents) from
Viewport.scsstoresources/scss/src/apps/agentos/InterventionPanel.scss.- Cleanup: Removed the obsolete
.agent-terminaland related log entry styles fromViewport.scss.- Refactoring: The migrated styles now correctly use the app-specific CSS variables (
--agent-bg-panel,--agent-accent-intervention), ensuring they respond to the theme mapping.The codebase is now cleaner and properly modularized.
tobiu closed this issue on Dec 5, 2025, 3:47 AM
Migrate the remaining intervention panel styles from
apps/agentos/Viewport.scsstoapps/agentos/InterventionPanel.scssand clean up obsolete code.Tasks:
.agent-panel-interventioninViewport.scsstoInterventionPanel.scss..agent-terminal,.agent-log-entry, and.agent-log-timestampstyles fromViewport.scssas these elements no longer exist (replaced by Grid).Goal: Consolidate all intervention-related styling into its dedicated SCSS file and remove dead code.