1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 10:23:39 +02:00

Fix sketchy pagination (#31)

* Fix test watcher and notifications on linux

* Improve pagination; no items are repeated, items loaded ahead are kept and many calculations have been moved to subscriptions

Closes #28
This commit is contained in:
Arne Schlüter 2018-10-23 15:37:35 +02:00 committed by GitHub
commit 4b9f99ecc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 3187 additions and 69 deletions

View file

@ -9,7 +9,7 @@ module.exports = function (config) {
plugins: [
'karma-cljs-test',
'karma-chrome-launcher',
'karma-growl-reporter'
'karma-notify-reporter' // reporters are set in package.json
],
colors: true,
logLevel: config.LOG_INFO,