Update dashboard presenter to clone CAO style with GitHub Primer and Octicons - #144
Merged
Merged
Conversation
…d Octicons Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
Clone CAO dashboard styling with GitHub Primer CSS and Octicons
Update dashboard presenter to clone CAO style with GitHub Primer and Octicons
Aug 29, 2026
Copilot created this pull request from a session on behalf of
pelikhan
August 29, 2026 02:18
View session
pelikhan
marked this pull request as ready for review
August 29, 2026 03:05
Contributor
|
@copilot resolve the merge conflicts on this branch. |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
The merge conflicts with |
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.
Aligns the Dashboard Language presenter in
pages/dashboard/with the visual identity and structural layout of the Central Agentic Ops dashboard (.github/scripts/pages-report/report.mjs) using GitHub Primer design tokens and Octicons.Architecture & Design Tokens
src/styles.js): Implemented Primer custom properties (--canvas,--canvas-subtle,--fg,--muted,--border,--accent,--success,--danger,--attention) with light, dark, high-contrast, and print media queries..app-shelllayout with collapsible.org-sidebar, top breadcrumb bar (.top-nav),.overview-headerwith.lede, metric card grids (.data-state-summary.metrics), and responsive table regions (.table-region).Octicons & Brand Assets
src/dom.js): Added SVG namespace resolution (http://www.w3.org/2000/svg) for vector tag creation in the reactive DOM builder.src/octicons.js): Created SVG helpers for core navigation and status Octicons (workflow,server,repo,package,play,check,alert,x-circle,eye,clock) along with the CAO brand mark.Presentation Components & Presenter
src/components/badge.js): Added reusable badge components for rollout modes (.mode-live,.mode-review), active states, and conclusion statuses (.status-success,.status-attention,.status-danger).src/components/data-state.js): Added modular metric cards evaluatingavailability,completeness, andfreshnessaxes derived from source metadata.src/presenter.js): StructuredrenderDashboardto emit the complete.dashboard-root>.app-shellhierarchy with sidebar navigation, breadcrumbs, overview header, and Primer data tables.Example Layout Output