From be653ac4175cc3a67507d313fbd600e69709a5ca Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 8 May 2022 13:34:13 +0300 Subject: Removed Soju #240. Updated README #252 --- pug/options/general/general.pug | 6 ------ pug/options/spotify/spotify.pug | 24 ------------------------ pug/widgets/links.pug | 4 ---- 3 files changed, 34 deletions(-) delete mode 100644 pug/options/spotify/spotify.pug (limited to 'pug') diff --git a/pug/options/general/general.pug b/pug/options/general/general.pug index 34efa64c..b5b46d5f 100644 --- a/pug/options/general/general.pug +++ b/pug/options/general/general.pug @@ -120,12 +120,6 @@ body.option(dir="auto") |Reddit input#reddit(type="checkbox") - div - div - img(src="../../../assets/images/spotify-icon.png") - |Spotify - input#spotify(type="checkbox") - div div svg(xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor") diff --git a/pug/options/spotify/spotify.pug b/pug/options/spotify/spotify.pug deleted file mode 100644 index 97951412..00000000 --- a/pug/options/spotify/spotify.pug +++ /dev/null @@ -1,24 +0,0 @@ -doctype html -html(lang="en") - include ../../widgets/head.pug - title General -script(type="module" src="../../../assets/javascripts/localise.js") -body.option(dir="auto") - include ../../widgets/links.pug - +links('spotify') - - section.option-block - .some-block.option-block - h4(data-localise="__MSG_enable__") Enable - input#disable-spotify(type="checkbox") - - #soju - hr - .normal - include ../../widgets/instances.pug - +instances('https://soju.com') - include ../../widgets/latency.pug - +latency() - - script(type="module" src="../init.js") - script(type="module" src="./spotify.js") diff --git a/pug/widgets/links.pug b/pug/widgets/links.pug index 89eab335..8daf48ba 100644 --- a/pug/widgets/links.pug +++ b/pug/widgets/links.pug @@ -36,10 +36,6 @@ mixin links(service) img(src="../../../assets/images/imgur-icon.png") a(href="../imgur/imgur.html" data-localise="__MSG_imgur__" class=service == "imgur" ? "selected" : "") Imgur - .title - img(src="../../../assets/images/spotify-icon.png") - a(href="../spotify/spotify.html" data-localise="__MSG_spotify__" class=service == "spotify" ? "selected" : "") Spotify - .title img(src="../../../assets/images/wikipedia-icon.svg") a(href="../wikipedia/wikipedia.html" data-localise="__MSG_wikipedia__" class=service == "wikipedia" ? "selected" : "") Wikipedia -- cgit 1.4.1