-
Notifications
You must be signed in to change notification settings - Fork 53
Conversation
jwise
commented
Mar 1, 2021
The visual changes are great!
Looks like your editor went through and automatically reformatted the source (?), which makes the diff very difficult to read. Can you disable that behavior in your editor?
Also, it looks like you commented out the ifdef PBL_RECT stuff -- I think this still probably won't look correct on Chalk (or does it?).
brunooss
commented
Mar 1, 2021
You're absolutely right, @jwise;
In my recent commit, I managed to fix that topics that you mentioned.
In fact, those were things that I made while debugging, and forgot to turn it back to normal! 😅
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.
The extra spaces here were actually intentional, to make it visually easier to see the parallel between these lines :)
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.
this whitespace also intentional
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.
Is that syntactically valid? I guess it builds in CI, so ...
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.
Does this szrect.size.h also need to be changed?
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.
Hmm, wait, is this correct when notifications start scrolling? I think this needs to be 0, and the offset should be specified in notification_window, right? Otherwise, the secondary notification that you scroll up into will start too low on the screen?
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.
Whatever is doing this auto-reformatting, please configure it to not do that...
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.
Does NUDGE_HEIGHT need to change in order to make scrolling look correct?
jwise
commented
Mar 8, 2021
I left a bunch of comments (and then saw afterwards that you manually put the formatting back -- sorry for being nitpicky on that!). I think the only thing that I'd really like to see is confirmation that this works right when scrolling through multiple notifications. Having the status bar there will be great, especially for being able to put notification counters up there as we scroll (like PebbleOS) does.
Thanks so much again! And I'm also sorry that this took me so long to review again...
This is an improvement of the RebbleOS notifications, according to a prototype from Lavender Glaab that I've seen in the Discord Group.
Here is how it looks like:
Captura de tela 2021年02月28日 190933