fix(ui): actions runs list broken row layout #138

Merged
jmiller merged 1 commits from fix/136-actions-concurrency-nil-panic into main 2026-05-24 03:51:56 +00:00
Owner

Fix broken Actions runs list layout. Template used old class names (flex-item etc.) that no longer exist in CSS. Updated to match refactored shared flex-list classes.

Fix broken Actions runs list layout. Template used old class names (flex-item etc.) that no longer exist in CSS. Updated to match refactored shared flex-list classes.
jmiller added 1 commit 2026-05-24 03:49:32 +00:00
fix(actions): align runs list template classes with refactored CSS
Branch Policy Check / Verify merge target (pull_request) Failing after 1s
8b5abc6b1e
The runs_list.tmpl used old class names (flex-list, flex-item,
flex-item-leading, flex-item-main, flex-item-trailing, flex-item-title,
flex-item-body) that no longer exist in the CSS. The shared flex-list
stylesheet was refactored to use flex-divided-list, items-with-main,
item, item-leading, item-main, item-trailing, item-title, item-body.

Without matching CSS, the Actions runs list lost all flex layout — items
were not displayed as proper rows.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller merged commit 482ad13ff1 into main 2026-05-24 03:51:56 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#138