mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 19:09:32 +00:00
Merge pull request #1176 from eikek/small-ui-improvements
Fix notification about new items
This commit is contained in:
commit
1b0436d4c9
@ -318,7 +318,7 @@ updateWithSub msg model =
|
||||
|
||||
newModel =
|
||||
{ model
|
||||
| showNewItemsArrived = isProcessItem
|
||||
| showNewItemsArrived = isProcessItem && model.page /= HomePage
|
||||
, jobsWaiting = max 0 (model.jobsWaiting - 1)
|
||||
}
|
||||
in
|
||||
|
@ -75,7 +75,7 @@ topNavUser auth model =
|
||||
[ a
|
||||
[ class S.infoMessageBase
|
||||
, class "my-2 px-1 py-1 rounded-lg inline-block hover:opacity-50"
|
||||
, classList [ ( "hidden", not model.showNewItemsArrived || model.page == HomePage ) ]
|
||||
, classList [ ( "hidden", not model.showNewItemsArrived ) ]
|
||||
, Page.href HomePage
|
||||
, onClick ToggleShowNewItemsArrived
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user