mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Replace js code with proper elm using elm-scroll package
This commit is contained in:
@ -4,8 +4,6 @@ port module Ports exposing
|
||||
, loadUiSettings
|
||||
, onUiSettingsSaved
|
||||
, removeAccount
|
||||
, scrollToElem
|
||||
, scrollToTop
|
||||
, setAccount
|
||||
, setAllProgress
|
||||
, setProgress
|
||||
@ -31,12 +29,6 @@ port setProgress : ( String, Int ) -> Cmd msg
|
||||
port setAllProgress : ( String, Int ) -> Cmd msg
|
||||
|
||||
|
||||
port scrollToElem : ( String, Int ) -> Cmd msg
|
||||
|
||||
|
||||
port scrollToTop : () -> Cmd msg
|
||||
|
||||
|
||||
port saveUiSettings : ( AuthResult, StoredUiSettings ) -> Cmd msg
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user