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.45k stars 112 forks source link

Design via apple #100

Open thevanykamsk opened 1 year ago

thevanykamsk commented 1 year ago
Снимок экрана 2023-01-16 в 14 55 31
thevanykamsk commented 1 year ago
Снимок экрана 2023-01-31 в 22 12 04

Can someone make such a beautiful icon?

Zabriskije commented 1 year ago

@thevanykamsk You can find it in SF Symbols by Apple, it's called checklist:


And about that, @DamascenoRafael why not include the SF Symbols ones in the app? They better meet Apple's UI and you can choose the desired line thickness by changing the font weight in the toolbar. The current ones are a little too thick, so I'd try with Light or even Thin as the font weight.

You can also call them directly in Xcode by using Image(systemName: "checklist"), or export them as SVG if you prefer. Some search keywords that meet the current ones: bell, checkmark, flag, list, and tray.

thevanykamsk commented 1 year ago

Please integrate swipe left - tomorrow, right - priority

Снимок экрана 2023-05-13 в 09 22 38