-
Notifications
You must be signed in to change notification settings - Fork 36
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
Notifications widget #132
Notifications widget #132
Conversation
b15a9e2
to
6c48801
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I've been receiving notifications about your work here, unfortunately I do not have the time to review this PR properly. It would be sad to see your work go to waste, so if someone else could test this and confirm it works as intended, we can merge the PR as-is.
An idea for easier discovery of this feature: you could add a comment to the sample configuration file, so that users can see that notifications can be enabled. Otherwise, I'm not sure many people would start looking at the source code to see which widgets are available ..
@ammen99 I just got a chance to check this out. Works great. :) Find a screenshot attached. @NamorNiradnug Great work...! Looking forward for features like activation/buttons etc, if you're planning to add them :) |
@NamorNiradnug do you plan to push more commits or should I merge the PR? |
@ammen99 I'm going to push one today, I'll ping you when it's ready. |
@ammen99 It can be merged. |
Can you also rebase this branch on top of master so that it can be cleanly merged? |
@NamorNiradnug Can you rebase, not merge? With |
What do I do if there are some other commits on |
When you rebase on top of |
Has I done it correctly? |
I don't think so, there shouldn't be any merge commits in the git log. It seems to me you rebased on top of an older master version (or you rebased master on top of notification-widget, and then merged the result). Did you try the two commands I listed above ( |
I rebased on top of upstream/master, that merge commit is clear... No idea why it is there. |
…xist at the same time.
c012738
to
4434e4f
Compare
@NamorNiradnug I just force-pushed the rebased commits to your branch, unfortunately, I cannot say what went wrong when you tried rebasing. Here, the only issue was that many commits were appearing as duplicates and I had to remove them (happens sometimes when rebasing with merge commits). Aside from that, thank you for the work so far! |
This PR adds notifications center widget for wf-panel. I'm opening the PR before it's fully ready because it requires much of code review, as well as some help with improvements such as config options.