From e64167ec0ae8718b359bd67dda219c6414234f23 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 19 May 2017 17:48:16 +0200 Subject: Fix #151, Fix #145 --- CHANGELOG.md | 8 ++++++ img/app-dark.svg | 55 ++++++++++++++++++++++++++++++++++++++ lib/Settings/Section.php | 6 ++--- templates/part.content.php | 1 - templates/part.navigation.feed.php | 2 +- 5 files changed, 67 insertions(+), 5 deletions(-) create mode 100644 img/app-dark.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index c03dbe780..b03b14ed0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. +## 11.0.1 + +### Fixed + +- Fix admin section on latest master, #145 +- Do not show tooltip when hovering over headlines in compact mode, #151 + + ## 11.0.0 ### Removed diff --git a/img/app-dark.svg b/img/app-dark.svg new file mode 100644 index 000000000..a156f4a5d --- /dev/null +++ b/img/app-dark.svg @@ -0,0 +1,55 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/lib/Settings/Section.php b/lib/Settings/Section.php index 5e1e47476..dd0f1ff0c 100644 --- a/lib/Settings/Section.php +++ b/lib/Settings/Section.php @@ -4,9 +4,9 @@ namespace OCA\News\Settings; use OCP\IL10N; use OCP\IURLGenerator; -use OCP\Settings\ISection; +use OCP\Settings\IIconSection; -class Section implements ISection { +class Section implements IIconSection { private $l; private $url; @@ -28,6 +28,6 @@ class Section implements ISection { } public function getIcon() { - return $this->url->imagePath('news', 'app.svg'); + return $this->url->imagePath('news', 'app-dark.svg'); } } \ No newline at end of file diff --git a/templates/part.content.php b/templates/part.content.php index 2797ee58e..873c71bdc 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -35,7 +35,6 @@
  • - t('Mark updated unread')); ?> + t('Unread updated')); ?>