mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Add user notifications and display api errors (#10)
Closes #2 * Add user notifications * Update re-frame-10x config * Display api errors as notifications * Automatically hide notifications after a while
This commit is contained in:
parent
187f001414
commit
ab7519f289
12 changed files with 232 additions and 42 deletions
|
|
@ -14,12 +14,13 @@
|
|||
;; for CIDER
|
||||
[cider/cider-nrepl "0.18.0-SNAPSHOT"]]
|
||||
|
||||
:nrepl {:port 9000}
|
||||
|
||||
:builds
|
||||
{:app {:target :browser
|
||||
:output-dir "public/app/js"
|
||||
:asset-path "/app/js"
|
||||
:closure-defines {"re_frame.trace.trace_enabled_QMARK_" true
|
||||
"day8.re_frame.tracing.trace_enabled_QMARK_" true}
|
||||
:closure-defines {"re_frame.trace.trace_enabled_QMARK_" true}
|
||||
:modules {:main {:entries [airsonic-ui.core]}}
|
||||
:devtools {:http-root "public"
|
||||
:http-port 8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue