mirror of
https://github.com/openai/codex.git
synced 2026-04-30 09:26:44 +00:00
Revert "Only show Worked for after the final assistant message" (#7884)
Reverts openai/codex#7854
This commit is contained in:
@@ -125,10 +125,13 @@ impl StatusIndicatorWidget {
|
||||
elapsed
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
fn elapsed_seconds_at(&self, now: Instant) -> u64 {
|
||||
self.elapsed_duration_at(now).as_secs()
|
||||
}
|
||||
|
||||
pub fn elapsed_seconds(&self) -> u64 {
|
||||
self.elapsed_seconds_at(Instant::now())
|
||||
}
|
||||
}
|
||||
|
||||
impl Renderable for StatusIndicatorWidget {
|
||||
|
||||
Reference in New Issue
Block a user