Rename HomePage to SearchPage

This commit is contained in:
eikek
2022-01-26 21:20:34 +01:00
parent 5b5a25ac72
commit c38ab3ef82
18 changed files with 82 additions and 82 deletions

View File

@ -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 }

View File

@ -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" ] []