Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix handling of the notification icon on bright and red themes #156

Merged
merged 3 commits into from
Aug 28, 2018

Conversation

nickvergessen
Copy link
Member

Fix #155
Fix #104

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
src/App.vue Outdated
@@ -47,19 +47,22 @@
computed: {
iconPath: function() {
var iconPath = 'notifications';
if (this.isRedThemed()) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That seems to add a duplicate string together with the if statement below, as it produces /apps/notifications/img/notifications-red-new-red-new.svg which is not found

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah right, that was my test code

Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen merged commit 73fff7b into master Aug 28, 2018
@nickvergessen nickvergessen deleted the bugfix/155/fix-inverted-icon branch August 28, 2018 11:05
@MorrisJobke MorrisJobke mentioned this pull request Aug 30, 2018
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants