From c3d97e3235c464681fde143b6bdfb5bc3b1183bf Mon Sep 17 00:00:00 2001 From: heyarne Date: Sat, 14 Dec 2019 08:14:21 +0100 Subject: [PATCH] Make "similar artists" links bigger and lighter --- build-report.html | 846 ++++++++++++++++++ .../airsonic_ui/components/artist/views.cljs | 4 +- 2 files changed, 848 insertions(+), 2 deletions(-) create mode 100644 build-report.html diff --git a/build-report.html b/build-report.html new file mode 100644 index 0000000..a428496 --- /dev/null +++ b/build-report.html @@ -0,0 +1,846 @@ + +[app] Build Report - shadow-cljs
\ No newline at end of file diff --git a/src/cljs/airsonic_ui/components/artist/views.cljs b/src/cljs/airsonic_ui/components/artist/views.cljs index 271b282..ca19ea2 100644 --- a/src/cljs/airsonic_ui/components/artist/views.cljs +++ b/src/cljs/airsonic_ui/components/artist/views.cljs @@ -32,9 +32,9 @@ (defn similar-artists "Given an artist-info response will return a list of similar artists" [{similar-artists :similarArtist}] - [:div.tags.similar-artists + [:div.tags.are-medium.similar-artists (for [{:keys [id name]} similar-artists] - ^{:key id} [:a.tag.is-link {:href (routes/url-for ::routes/artist.detail {:id id})} name])]) + ^{:key id} [:a.tag.is-link.is-light {:href (routes/url-for ::routes/artist.detail {:id id})} name])]) (defn detail "Creates a nice artist page displaying the artist's name, bio (if available and