DamascenoRafael / reminders-menubar

Simple macOS menu bar application to view and interact with reminders. Developed with SwiftUI and using Apple Reminders as a source.
GNU General Public License v3.0
2.4k stars 111 forks source link

Add tooltip to folder button (which is next to each list) #192

Closed oldsweatyman closed 2 months ago

oldsweatyman commented 5 months ago

Forgive the stupidity, but, what does the little folder icon toggle do? On the right side of every category. Can't find a description anywhere.

Additionally, what does the circle (that is filled with an inner circle upon clicking) at the bottom do?

Edit: I see that the "folder" icon makes it so that this is the default category for new tasks. Would just be cool to have that explicit somewhere for people as dumb as myself.

DamascenoRafael commented 5 months ago

@oldsweatyman thanks for you feedback. You're right, the folder button on the right side of each category can be used to define where the reminders will be saved (as a quick access so you don't have to click on the button next to the text input and select your category from the list).

I will add a tooltip to this button so that a description of what it does appears during hover.

About the circle button at the bottom, it already has a tooltip. If you hover the button a description should appear:

image

Let me know if you have any other questions.

oldsweatyman commented 5 months ago

Thank you for the excellent app and help!

DamascenoRafael commented 5 months ago

Keeping the issue open so it can be addressed soon.