fw/notification: quiet time auto dismiss option#1364
Conversation
|
maybe instead of a submenu with 2 toggles, we should just have 3 options for the notification setting (show, auto dismiss, hide) |
3d18ac0 to
3f1ffd7
Compare
|
Thank you! I've force pushed an update to use a tristate instead of the submenu. New values are:
Another cleanup could be to update the string in the phone settings menu, which maybe could instead read "Notifications time out (disappear) after this period (unless persistent Quiet Time notifications are enabled)" Happy to submit a PR for changing the string in libpebble3 if appropriate |
|
I'm having a hard time interpreting the automated tests. When I read test-status it seems like it is supposed to fail? build-test seems more relevant but I'm having trouble reproducing locally. When I try to |
Yes, test-status is basically just a "did this test succeed?"
./waf test, you are probably missing a stub somewhere |
|
you also need to rebase onto main, you can just tell claude to do that and the test fixing! |
Introduces new auto dismiss option to quiet time notifications setting. Replaces the binary show/hide toggle with a tristate: "On - Persistent" notifications show and do not auto dismiss (default) "On - Auto Dismiss" notifications show and auto dismiss "Off" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Sean Wareham <ebriouscoding@gmail.com>
0804b07 to
80c558c
Compare
|
Rebased on main, added missing stub to fix the test, and squashed into single commit. Hopefully should be good to merge now, thank you for the help! |

fw/notification: move quiet time notification setting into a submenu and add a new auto dismiss toggle
Default state for new toggle is to preserve production behavior (quiet mode disables notification auto dismiss)
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Signed-off-by: Sean Wareham ebriouscoding@gmail.com