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

Add generated covers for items that have none

This commit is contained in:
Arne Schlüter 2018-06-02 11:21:58 +02:00
commit a0e24f5979
4 changed files with 73 additions and 5 deletions

View file

@ -30,9 +30,10 @@
(defn sidebar [user]
[:aside.menu.section
[:p.menu-label (str "User: " (:name user))]
[:p.menu-label user]
[:ul.menu-list
[:li [:a "Settings"]]
;; FIXME: Create proper logout event
[:li [:a {:on-click #(dispatch [::events/initialize-db]) :href "#"} "Logout"]]]])
;; putting everything together