HASEL-UZH / PersonalAnalytics

Personal Analytics project to increase knowledge workers' awareness about work and productivity.
https://hasel.dev/project/individual-productivity/
Other
54 stars 14 forks source link

Refactor Taskbar NotfiyIcon #132

Open casaout opened 7 years ago

casaout commented 7 years ago

We are currently using two versions of the NofiyIcon:

I think we should unify that (at some point). Also a notification from the PolarTracker creates a new icon in the taskbar, instead of using the original one.

What's the best way to do refactor this? And, is there a way to create different callback-functions for the different notifications (balloon-tips) ?

s-mueller commented 7 years ago

What do you mean by: "creates a new icon in the taskbar instead of using the original one"?

casaout commented 7 years ago

What do you mean by: "creates a new icon in the taskbar instead of using the original one"?

It creates a second icon (with a yellow exclamation mark) and doesn't (temporarily) replace the PA-icon (as other applications do) as it creates a second instance.

(I don't think this refactoring is urgent, but I wanted to write it down and think about it later)

s-mueller commented 7 years ago

Ok, got it.