mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Add a load-more button to item list
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
port module Ports exposing
|
||||
( removeAccount
|
||||
, scrollToElem
|
||||
, setAccount
|
||||
, setAllProgress
|
||||
, setProgress
|
||||
@ -18,3 +19,6 @@ port setProgress : ( String, Int ) -> Cmd msg
|
||||
|
||||
|
||||
port setAllProgress : ( String, Int ) -> Cmd msg
|
||||
|
||||
|
||||
port scrollToElem : String -> Cmd msg
|
||||
|
Reference in New Issue
Block a user