mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Rename HomePage to SearchPage
This commit is contained in:
@ -741,7 +741,7 @@ update key flags inav settings msg model =
|
||||
resultModelCmd ( model, Page.set key (ItemDetailPage id) )
|
||||
|
||||
Nothing ->
|
||||
resultModelCmd ( model, Page.set key HomePage )
|
||||
resultModelCmd ( model, Page.set key SearchPage )
|
||||
in
|
||||
{ result_ | removedItem = Just removedId }
|
||||
|
||||
|
@ -80,7 +80,7 @@ menuBar texts inav settings model =
|
||||
[ MB.CustomElement <|
|
||||
a
|
||||
[ class S.secondaryBasicButton
|
||||
, Page.href HomePage
|
||||
, Page.href SearchPage
|
||||
, title texts.backToSearchResults
|
||||
]
|
||||
[ i [ class "fa fa-arrow-left" ] []
|
||||
|
Reference in New Issue
Block a user