LearnNewsExamplesServices
Frontmatter
id9116
titleDevIndex: Polish StatusToolbar Styling and Logic
stateClosed
labels
enhancementdesignai
assigneestobiu
createdAtFeb 12, 2026, 7:50 PM
updatedAtFeb 12, 2026, 7:51 PM
githubUrlhttps://github.com/neomjs/neo/issues/9116
authortobiu
commentsCount1
parentIssue9106
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 12, 2026, 7:51 PM

DevIndex: Polish StatusToolbar Styling and Logic

Closed v12.0.0 enhancementdesignai
tobiu
tobiu commented on Feb 12, 2026, 7:50 PM
  • Update apps/devindex/view/home/StatusToolbar.mjs to include a "Streaming Users:" label and improved logic for hiding the progress bar after loading.
  • Update resources/scss/src/grid/footer/Toolbar.scss to use CSS variables for background, color, and padding.
  • Add resources/scss/theme-neo-dark/grid/footer/Toolbar.scss with dark theme variables.
  • Add resources/scss/theme-neo-light/grid/footer/Toolbar.scss with light theme variables.
tobiu added the enhancement label on Feb 12, 2026, 7:50 PM
tobiu added the design label on Feb 12, 2026, 7:50 PM
tobiu added the ai label on Feb 12, 2026, 7:50 PM
tobiu assigned to @tobiu on Feb 12, 2026, 7:50 PM
tobiu referenced in commit 0630f60 - "feat: Polish StatusToolbar Styling and Logic (#9116)" on Feb 12, 2026, 7:50 PM
tobiu
tobiu Feb 12, 2026, 7:51 PM

Input from Gemini 3 Pro:

✦ I have polished the StatusToolbar and its styling.

Changes:

  1. StatusToolbar Logic: Updated apps/devindex/view/home/StatusToolbar.mjs to include a "Streaming Users:" label and refine the logic for hiding the progress bar. It now waits 500ms after the final load event (where isLoading is false) before hiding both the progress bar and its label.
  2. Base Styling: Updated resources/scss/src/grid/footer/Toolbar.scss to use CSS variables for background-color, color, and padding, ensuring themability.
  3. Theme Support: Added resources/scss/theme-neo-dark/grid/footer/Toolbar.scss and resources/scss/theme-neo-light/grid/footer/Toolbar.scss to 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