Module

FPO.UI.Modals.InfoModal

#infoModal

infoModal :: forall w action. Translator Labels -> action -> action -> HTML w action

Modal for informing the user about outdated Versions.

Requires:

  1. a translator for the UI texts
  2. an action to close the modal
  3. a no-op action as a default do-nothing action

Modules