-
Notifications
You must be signed in to change notification settings - Fork 43
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
This evening option, prefferably with customizable time #456
Comments
"This evening" should be a setting whenever it's between 9-5, and "next morning" when it's outside 9-5 :-) |
Letting the user create custom snooze times would be a solution for a lot of requests here. This https://addons.mozilla.org/en-US/firefox/addon/snooze-tabby/?src=search unfortunately not open source and not really working addon for snoozing allows this for example. Having a fixed time (today at 9pm) and also an offset option (in 24hrs) would be really handy. |
I'd like to add this - can any maintainers get me up to speed on the process here? Looks like we'd have to edit:
Eg, an evening version of the "Later Today" icon:
This is where a configurability requirement could begin to make things tricky. For now I'd say lets leave it out.
Likewise, the popup would need significant work to add any kind of configurability of individual items. locales/**/snoozetabs.properties
I don't know anything about localizing at this time. Note however that if we allow users to configure their own items, we can reduce localization work. |
@xuiqzy adding configurable times sounds like a good goal. Want to collaborate on that? Questions:
@demoklion How would you feel about an analog time picker with ability to type in the time? Wanna collaborate with me here? Also, these do seem like existing issues.
Feel free to drop a comment here, or mention me on one of those issues! |
@maxsu hey, I think the baseline for this could be how gmail on android does this now (minus the swiping interactions and ML smarts in the background). Custom snooze settings are not that important to me, what's in the plugin now works fine. If choosing custom date/time is easier to do, that solves my issue. edit: to answer your questions
Anything else I can help with? I'm coding noob but UX pro. |
I might actually be able to help with the inner parts. I have written some tampernonkey scripts and would like to learn the process of writing an extension. I am a UI noob, though. |
I've pushed a commit to a temporary feature branch. Please review the commit - it's very simple so far. I don't think this will necessarily become a feature of the app, but it's a useful entry point into the code (and of course all are welcome to use my branch or pull the feature). Things to note:
To test the code, do: 1a. Clone my project at the feature branch:
OR.. 1b. Checkout my project as a remote.
Enjoy! |
Why do I need python to build it? |
I don't believe you do? What error are you getting that suggests it's missing Python? |
The error said it could not find python.exe. So I added it to paths and the error changed a little, it was still Python related, though. |
As a user of this addon, would I need to download the updated xpi from elsewhere, or will the official one on AMO get updated in future? |
You have two options currently, both require building my branch of the repo (see my post above).
Let me know if you get it working, or have trouble. Please post console logs in the latter case. If you test it and feel the feature merits inclusion into AMO, I'll create a PR. |
Hi, I'm back with a replacement laptop and another attempt to build the forked version. |
Thanks for posting logs. I see what's happening - you are working in windows without protective WSL armor*! You are quite brave! I can replicate your error. Here's what I did to fix it:
*) On a side note, the extension is definitely packaged to be built on linux, and in general I've had much better luck working with Good luck, and let me know if worked! |
I use my laptop both at work and home. Often I open a tab which I would like to get back to after work. Which is in the evening. Which sounds like "later today", although this option puts the tab off by just a few hours and I have to re-snooze the tabs repeatedly throughout the day.
I agree I could use the calendar but I am not a fan of this tiny mouse-wheel-scrollable combo, it is just too user unfriendly. Evening hours are too far down, scrolling with a wheel feels imprecise. I would prefer either a radial menu or an option to start dragging over the number to change it like with a slider.
The text was updated successfully, but these errors were encountered: