# Timer timeline (/en/docs/usage/timer-timeline)







Below the timer controls, the **Timeline** section lists your Redmine time entries, grouped by day, with a live row for the running timer.

<div align="center">
  <img alt="Timeline" src="__img0" />
</div>

## Day headers [#day-headers]

Each day shows a header (**Today**, **Yesterday**, or the date) along with totals:

* number of hours logged;
* number of projects involved;
* number of tickets;
* number of entries.

## Row content [#row-content]

Each entry shows, among other things:

* the **start** and **end** times;
* the ticket **#ID**, the **project**, and the **subject**;
* the session **duration**;
* progress against the estimate, when available;
* the **comment** (the automatic cross-ticket prefix is hidden);
* the **cumulative** time spent.

## The in-progress entry [#the-in-progress-entry]

While the timer runs, an extra row appears at the top, highlighted, with an &#x2A;*"In progress"** badge and the live elapsed time. This row offers **no actions**: it simply reflects the active timer.

## Actions on a past entry [#actions-on-a-past-entry]

The actions offered allow you to:

* **Open in Redmine**;
* **Start timer** on that ticket;

  <Callout type="warn">
    If a timer is already running on a **different** ticket, clicking an entry first triggers the stop-and-log dialog, so you don't lose the current time.
  </Callout>

  If **Reuse last ticket comment** is enabled, the row's comment is reused as a draft.

A past entry's (⋯) menu offers:

* **Edit entry**;
* **Duplicate entry**;
* **Delete entry** (with confirmation).

<div align="center">
  <img alt="Timeline actions" src="__img1" />
</div>

## Load more [#load-more]

The **Load more** button fetches older Redmine entries, page by page.
