pinafore/routes/_store
Nolan Lawson 23ccec45d0
fix notifications in a background tab (#402)
Part of the way to improving #390.

Before this fix, if you recieved a notification while Pinafore was in a background tab, nothing would happen, because most browsers (Edge, Firefox, Chrome) don't run rAF in background tabs. Furthermore, Chrome doesn't run rIC. In this PR we detect if we're in a background tab and then avoid rAF/rIC in that case.
2018-06-23 10:11:14 -07:00
..
computations refactor some stuff (#274) 2018-05-06 17:35:22 -07:00
mixins refactor some stuff (#274) 2018-05-06 17:35:22 -07:00
observers fix notifications in a background tab (#402) 2018-06-23 10:11:14 -07:00
LocalStorageStore.js fix animations and cleanup store/component get() usage (#185) 2018-04-19 21:38:11 -07:00
store.js Remove testcafe roles and run in parallel x4 (#334) 2018-05-26 13:51:41 -07:00