Module

FPO.UI.Modals.ParagraphHistoryModal

Modal component for viewing paragraph revision history. Replaces the cramped popover interface with a spacious modal dialog.

#Input

type Input = { documentID :: DocumentID, paragraphTitle :: String, textElementID :: TextElementID }

Input to the modal

#Output

data Output

Output events from the modal

Constructors

#Query

data Query a

Query interface for parent components

Constructors

#paragraphHistoryModal

Modules