Frontmatter
| id | 9116 |
| title | DevIndex: Polish StatusToolbar Styling and Logic |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Feb 12, 2026, 7:50 PM |
| updatedAt | Feb 12, 2026, 7:51 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9116 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9106 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 12, 2026, 7:51 PM |
DevIndex: Polish StatusToolbar Styling and Logic
tobiu assigned to @tobiu on Feb 12, 2026, 7:50 PM

tobiu
Feb 12, 2026, 7:51 PM
Input from Gemini 3 Pro:
✦ I have polished the StatusToolbar and its styling.
Changes:
- StatusToolbar Logic: Updated
apps/devindex/view/home/StatusToolbar.mjsto include a "Streaming Users:" label and refine the logic for hiding the progress bar. It now waits 500ms after the final load event (whereisLoadingis false) before hiding both the progress bar and its label.- Base Styling: Updated
resources/scss/src/grid/footer/Toolbar.scssto use CSS variables forbackground-color,color, andpadding, ensuring themability.- Theme Support: Added
resources/scss/theme-neo-dark/grid/footer/Toolbar.scssandresources/scss/theme-neo-light/grid/footer/Toolbar.scssto define theme-specific variables for the footer toolbar.The DevIndex grid footer now has a consistent look and feel across themes and provides clear feedback during data streaming.
tobiu added parent issue #9106 on Feb 12, 2026, 7:51 PM
tobiu closed this issue on Feb 12, 2026, 7:51 PM
apps/devindex/view/home/StatusToolbar.mjsto include a "Streaming Users:" label and improved logic for hiding the progress bar after loading.resources/scss/src/grid/footer/Toolbar.scssto use CSS variables for background, color, and padding.resources/scss/theme-neo-dark/grid/footer/Toolbar.scsswith dark theme variables.resources/scss/theme-neo-light/grid/footer/Toolbar.scsswith light theme variables.