ui: haddock
This commit is contained in:
parent
6e8ef47b90
commit
a8d9178ee2
@ -41,7 +41,10 @@ data Screen =
|
|||||||
,sDrawFn :: AppState -> [Widget]
|
,sDrawFn :: AppState -> [Widget]
|
||||||
}
|
}
|
||||||
| TransactionScreen {
|
| TransactionScreen {
|
||||||
tsState :: ((Integer,Transaction), [(Integer,Transaction)], AccountName) -- ^ the (numbered) transaction we are viewing, a numbered list of transactions we can step through, and the account whose register we entered this screen from
|
tsState :: ((Integer,Transaction), [(Integer,Transaction)], AccountName)
|
||||||
|
-- ^ the (numbered) transaction we are currently viewing,
|
||||||
|
-- the list of numbered transactions we can step through,
|
||||||
|
-- and the account whose register we entered this screen from
|
||||||
,sInitFn :: Day -> AppState -> AppState
|
,sInitFn :: Day -> AppState -> AppState
|
||||||
,sHandleFn :: AppState -> V.Event -> EventM (Next AppState)
|
,sHandleFn :: AppState -> V.Event -> EventM (Next AppState)
|
||||||
,sDrawFn :: AppState -> [Widget]
|
,sDrawFn :: AppState -> [Widget]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user