hydra-tui
Safe HaskellSafe-Inferred
LanguageGHC2021

Hydra.TUI.Drawing.EventHistoryTab

Synopsis

Documentation

drawEventHistoryTab :: RootState -> Widget Name Source #

Render the Event History tab: a scrollable list of past log messages with a detail pane showing the selected entry (summary or raw JSON).

drawEventListItem :: TimeZone -> Bool -> LogMessage -> Widget Name Source #

Render a single log entry for display in event lists. Also used by drawMainTab for the recent-events strip.

drawEventDetail :: TimeZone -> Bool -> Maybe (Int, LogMessage) -> Widget Name Source #

Render the detail pane for a selected event, either as a summary or the raw JSON.