[PR #80] [MERGED] fix(tui): show iteration elapsed time instead of total session time #123

Closed
opened 2026-02-27 10:22:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/80
Author: @mikeyobrien
Created: 1/20/2026
Status: Merged
Merged: 1/20/2026
Merged by: @mikeyobrien

Base: mainHead: fix/header-iteration-elapsed


📝 Commits (1)

  • 3c53fcb fix(tui): show iteration elapsed time instead of total session time

📊 Changes

1 file changed (+9 additions, -9 deletions)

View changed files

📝 crates/ralph-tui/src/widgets/header.rs (+9 -9)

📄 Description

Summary

  • Header now displays elapsed time for the current iteration rather than total session time
  • More useful for tracking per-iteration progress

Changes

  • Changed get_loop_elapsed()get_iteration_elapsed() in header widget
  • Updated tests to use iteration_started instead of loop_started
  • Updated documentation comments

Test Plan

  • All 23 header-related tests pass
  • Full test suite passes
  • CI passes

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mikeyobrien/ralph-orchestrator/pull/80 **Author:** [@mikeyobrien](https://github.com/mikeyobrien) **Created:** 1/20/2026 **Status:** ✅ Merged **Merged:** 1/20/2026 **Merged by:** [@mikeyobrien](https://github.com/mikeyobrien) **Base:** `main` ← **Head:** `fix/header-iteration-elapsed` --- ### 📝 Commits (1) - [`3c53fcb`](https://github.com/mikeyobrien/ralph-orchestrator/commit/3c53fcbce40d1d9e9a8bc39c342efa19904667ad) fix(tui): show iteration elapsed time instead of total session time ### 📊 Changes **1 file changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `crates/ralph-tui/src/widgets/header.rs` (+9 -9) </details> ### 📄 Description ## Summary - Header now displays elapsed time for the **current iteration** rather than total session time - More useful for tracking per-iteration progress ## Changes - Changed `get_loop_elapsed()` → `get_iteration_elapsed()` in header widget - Updated tests to use `iteration_started` instead of `loop_started` - Updated documentation comments ## Test Plan - [x] All 23 header-related tests pass - [x] Full test suite passes - [ ] CI passes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:22:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ralph-orchestrator#123
No description provided.