webapp: Better display of added files.

This commit is contained in:
Joey Hess 2013-07-10 15:37:40 -04:00
parent 8697976975
commit dba1e29949
6 changed files with 80 additions and 32 deletions

View file

@ -39,8 +39,9 @@ type AlertCombiner = Alert -> Alert -> Maybe Alert
data Alert = Alert
{ alertClass :: AlertClass
, alertHeader :: Maybe TenseText
, alertMessageRender :: [TenseChunk] -> TenseText
, alertMessageRender :: Alert -> TenseText
, alertData :: [TenseChunk]
, alertCounter :: Int
, alertBlockDisplay :: Bool
, alertClosable :: Bool
, alertPriority :: AlertPriority