summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/navigation.css4
-rw-r--r--img/google.svg1
-rw-r--r--templates/part.content.php10
-rw-r--r--templates/part.navigation.sharedfeed.php4
4 files changed, 17 insertions, 2 deletions
diff --git a/css/navigation.css b/css/navigation.css
index 99a55f5f0..3e7354bc3 100644
--- a/css/navigation.css
+++ b/css/navigation.css
@@ -101,6 +101,10 @@
background-image: url('../img/facebook.svg') !important;
}
+.icon-google {
+ background-image: url('../img/google.svg') !important;
+}
+
.icon-twitter {
background-image: url('../img/twitter.svg') !important;
}
diff --git a/img/google.svg b/img/google.svg
new file mode 100644
index 000000000..eb477a4af
--- /dev/null
+++ b/img/google.svg
@@ -0,0 +1 @@
+<svg width="17" height="22" viewBox="0 0 256 262" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path d="M255.878 133.451c0-10.734-.871-18.567-2.756-26.69H130.55v48.448h71.947c-1.45 12.04-9.283 30.172-26.69 42.356l-.244 1.622 38.755 30.023 2.685.268c24.659-22.774 38.875-56.282 38.875-96.027" fill="#4285F4"/><path d="M130.55 261.1c35.248 0 64.839-11.605 86.453-31.622l-41.196-31.913c-11.024 7.688-25.82 13.055-45.257 13.055-34.523 0-63.824-22.773-74.269-54.25l-1.531.13-40.298 31.187-.527 1.465C35.393 231.798 79.49 261.1 130.55 261.1" fill="#34A853"/><path d="M56.281 156.37c-2.756-8.123-4.351-16.827-4.351-25.82 0-8.994 1.595-17.697 4.206-25.82l-.073-1.73L15.26 71.312l-1.335.635C5.077 89.644 0 109.517 0 130.55s5.077 40.905 13.925 58.602l42.356-32.782" fill="#FBBC05"/><path d="M130.55 50.479c24.514 0 41.05 10.589 50.479 19.438l36.844-35.974C195.245 12.91 165.798 0 130.55 0 79.49 0 35.393 29.301 13.925 71.947l42.211 32.783c10.59-31.477 39.891-54.251 74.414-54.251" fill="#EB4335"/></svg> \ No newline at end of file
diff --git a/templates/part.content.php b/templates/part.content.php
index d3aaf0295..ecb9688df 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -143,6 +143,16 @@
>
<span> Twitter </span>
</a>
+ <a class="icon-google pr-5"
+ ng-href="https://google.com/{{ ::item.url }}"
+ >
+ <span> Google </span>
+ </a>
+ <a class="icon-mail pr-5"
+ ng-href="https://google.com/{{ ::item.url }}"
+ >
+ <span> Mail </span>
+ </a>
</div>
</div>
diff --git a/templates/part.navigation.sharedfeed.php b/templates/part.navigation.sharedfeed.php
index 36be0856a..ee4bb4fc3 100644
--- a/templates/part.navigation.sharedfeed.php
+++ b/templates/part.navigation.sharedfeed.php
@@ -1,5 +1,5 @@
<li ng-class="{
- active: Navigation.isShared(),
+ active: Navigation.isSharedActive(),
unread: Navigation.isSharedUnread()
}"
class="with-counter starred-feed">
@@ -11,7 +11,7 @@
<div class="app-navigation-entry-utils">
<ul>
<li class="app-navigation-entry-utils-counter"
- ng-show="Navigation.isStarredUnread()"
+ ng-show="Navigation.isSharedUnread()"
title="{{ Navigation.getStarredCount() }}">
{{ Navigation.getStarredCount() | unreadCountFormatter }}
</li>