git ssb

10+

Matt McKegg / patchwork



Commit 94b765368db8e50cb70bf7e12cff49e51cb226aa

progress-notifier: whoops fix delay for showing and hiding

Matt McKegg committed on 6/1/2017, 1:41:34 AM
Parent: b1b0ee71c45997c433aba9eaf0175aa177983a29

Files changed

modules/app/html/progress-notifier.jschanged
modules/app/html/progress-notifier.jsView
@@ -43,9 +43,9 @@
4343 })
4444
4545 var hidden = sustained(computed([progress.incompleteFeeds, indexing], (incomplete, indexing) => {
4646 return incomplete < 5 && !indexing
47- }), 200)
47 + }), 2000)
4848
4949 // HACK: css animations take up WAY TO MUCH cpu, remove from dom when inactive
5050 var displaying = computed(sustained(hidden, 500, x => !x), hidden => !hidden)
5151

Built with git-ssb-web