webapp: Improved alerts displayed when syncing with remotes, and when syncing with a remote fails.
This commit is contained in:
parent
80c8c0e62a
commit
cdb21649d0
7 changed files with 83 additions and 62 deletions
|
@ -256,7 +256,7 @@ pull us = do
|
|||
|
||||
pullone [] _ = noop
|
||||
pullone (r:rs) branch =
|
||||
unlessM (all id . fst <$> manualPull branch [r]) $
|
||||
unlessM (null . fst <$> manualPull branch [r]) $
|
||||
pullone rs branch
|
||||
|
||||
pairMsgReceived :: UrlRenderer -> PairStage -> UUID -> JID -> JID -> Assistant ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue