> ## Documentation Index
> Fetch the complete documentation index at: https://developers.loyaltylion.com/llms.txt
> Use this file to discover all available pages before exploring further.

# History info modal

This modal displays more information about a row in the [history table](/sdk/embeddable-components/history-table/) or the history page of the [Loyalty Page](/sdk/embeddable-components/loyalty-page/).

The modal always shows:

* name of history item (for example, the activity or reward name)
* number of points involved
* date
* status

Depending on the item's kind, additional information is displayed:

* rewards
  * reward information displayed (for example, the voucher code) with the same information as the [claimed reward modal](/sdk/modal-components/claimed-reward-modal/)
* activities
  * if status is `pending`, it shows information about when it'll be approved (for example, for purchase activities, in 10 days)
  * if status is `declined` or `void`, it shows information about why (for example, the associated purchase was refunded)

## Preview

<Frame>
  <img src="https://mintcdn.com/loyaltylion/mzpO03HW8a1K958n/images/sdk/history-info-modal.png?fit=max&auto=format&n=mzpO03HW8a1K958n&q=85&s=1f279c76312d7cac85fb8c24c83a18ea" alt="history info modal" width="1200" height="347" data-path="images/sdk/history-info-modal.png" />
</Frame>
