HaikuArchives / Calendar

:calendar: A native Calendar application for Haiku.
MIT License
29 stars 20 forks source link

Add "Add event" button #103

Closed humdingerb closed 2 years ago

humdingerb commented 2 years ago

Most event actions are probably done via context menu of a specific event item - edit, remove, cancel, hide. I think an "Add..." button would be nice to quickly add a new event without having to navigate the "Event" menu in the menu bar. It could be positioned below the calender view, aligned to the bottom right.

Additionally, it'd be nice to have just an "Add event..." context menu, if you click in the empty space below the event items.

humdingerb commented 2 years ago

The context menu "New event..." has been implemented. I think I changed my mind on the need of a button to add a new event. All commands are now available thru context menus or from the menu bar. If we go for buttons, why stop at an "Add" button and we'll end up with a whole toolbar for all commands. Which then maybe wouldn't all fit and we have to decide which to remove...

Nope. Let's keep the GUI simple: point and right-clcik for the context menu.

I'll keep this issue open for a few days, in case anyone wants to further discuss this.