Skip to content

Reorder overview panel sections#452

Merged
jonwiggins merged 1 commit into
mainfrom
optio/task-64ccb3ad-bc3b-4ad1-b51c-ead30ae64275
Apr 18, 2026
Merged

Reorder overview panel sections#452
jonwiggins merged 1 commit into
mainfrom
optio/task-64ccb3ad-bc3b-4ad1-b51c-ead30ae64275

Conversation

@jonwiggins

Copy link
Copy Markdown
Owner

Closes #451

What changed

Reordered the overview panel sections so they appear in this order:

  1. Recent Tasks (first)
  2. Pods (with Recent Events)
  3. Recent Activity (last)

Previously, Recent Activity and Recent Tasks were side-by-side in a 2-column grid before Pods. Now Recent Activity is moved to the end, after the Pods/Recent Events section. Each section renders full-width instead of being paired in a grid.

How to test

  1. Navigate to the Overview page (/)
  2. Scroll down past the stats/cluster sections
  3. Verify sections appear in order: Recent Tasks → Pods → Recent Activity
  4. The new test in page.test.tsx validates DOM ordering via compareDocumentPosition

Reorder the overview panel so sections appear as:
1. Recent Tasks (first)
2. Pods
3. Recent Events
4. Recent Activity (last)

Previously Recent Activity appeared before Pods/Recent Events. Each
section now renders as its own full-width block instead of being
paired in a 2-column grid.

Closes #451

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jonwiggins jonwiggins merged commit c486b36 into main Apr 18, 2026
7 checks passed
jplorier pushed a commit to jplorier/optio that referenced this pull request May 5, 2026
Reorder the overview panel so sections appear as:
1. Recent Tasks (first)
2. Pods
3. Recent Events
4. Recent Activity (last)

Previously Recent Activity appeared before Pods/Recent Events. Each
section now renders as its own full-width block instead of being
paired in a 2-column grid.

Closes jonwiggins#451

Co-authored-by: Optio Agent <optio-agent@noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reorder overview panel sections

1 participant