From 2efff0e15e95d3faca60fad92b86dca7b915d930 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 25 Jun 2019 10:09:44 -0400 Subject: [PATCH] Spotify preview support --- music_graph/index.html | 11 +- music_graph/src/components/AboutPage.vue | 4 + music_graph/src/components/ArtistInfo.vue | 93 +++++++---- music_graph/static/diagram.png | Bin 77786 -> 0 bytes music_graph/static/diagram.svg | 181 ++++++++++++++++++++++ 5 files changed, 254 insertions(+), 35 deletions(-) delete mode 100644 music_graph/static/diagram.png create mode 100644 music_graph/static/diagram.svg diff --git a/music_graph/index.html b/music_graph/index.html index a173540..7065076 100644 --- a/music_graph/index.html +++ b/music_graph/index.html @@ -1,11 +1,12 @@ - + + music-graph v1.0 - - -
- + + +
+ diff --git a/music_graph/src/components/AboutPage.vue b/music_graph/src/components/AboutPage.vue index 0cb96c0..ca2afea 100644 --- a/music_graph/src/components/AboutPage.vue +++ b/music_graph/src/components/AboutPage.vue @@ -22,4 +22,8 @@ export default { color: rgba(0,0,0,0.67); font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; } + + object { + font-size: 90%; + } diff --git a/music_graph/src/components/ArtistInfo.vue b/music_graph/src/components/ArtistInfo.vue index d9465e4..307663b 100644 --- a/music_graph/src/components/ArtistInfo.vue +++ b/music_graph/src/components/ArtistInfo.vue @@ -1,33 +1,36 @@