remove google+ and readability sharing support since they're dead

This commit is contained in:
Athou
2022-01-02 08:21:32 +01:00
parent e01e59b72c
commit 3f3ef27d6b
8 changed files with 59 additions and 86 deletions

View File

@@ -161,14 +161,6 @@
>
<i class="icon-twitter"></i>
</a>
<a
href="https://plus.google.com/share?url={{entry.url|escape}}"
title="Google+"
popup
ng-if="settingsService.settings.googleplus"
>
<i class="icon-google-plus"></i>
</a>
<a
href="http://www.tumblr.com/share/link?url={{entry.url|escape}}&name={{entry.title|escape}}"
title="Tumblr"
@@ -201,14 +193,6 @@
>
<i class="icon-buffer"></i>
</a>
<a
href="http://www.readability.com/save?url={{entry.url|escape}}"
title="Readability"
popup
ng-if="settingsService.settings.readability"
>
<i class="icon-couch"></i>
</a>
</span>
<span class="tags-panel">

View File

@@ -75,13 +75,6 @@
Twitter
</label>
</div>
<div>
<label>
<input type="checkbox" name="googleplus" ng-model="settings.googleplus" />
<i class="icon-google-plus"></i>
Google+
</label>
</div>
<div>
<label>
<input type="checkbox" name="tumblr" ng-model="settings.tumblr" />
@@ -110,13 +103,6 @@
Buffer
</label>
</div>
<div>
<label>
<input type="checkbox" name="readability" ng-model="settings.readability" />
<i class="icon-couch"></i>
Readability
</label>
</div>
</div>
</div>
</div>