leits / MeetingBar

🇺🇦 Your meetings at your fingertips in the macOS menu bar
https://meetingbar.app
Apache License 2.0
4.48k stars 197 forks source link

Feature: remove alert dismissal of events #564

Closed alexec closed 1 year ago

alexec commented 1 year ago

Issue that this suggestion fixes

When you dismiss the current meeting, a pop-up appears. It's (a) pointless and (b) annoying.

Why is it "pointless"?

Why is it "annoying"?

Solution description

Either:

(a) Show a toaster notification. (b) Do nothing (recommended) .

Alternatives considered

None

Additional context

No response

untitled500 commented 1 year ago

I think a toast is useful for the first few instances (maybe 5?) when this happens - so that new users know that something has happened.

As an alternative to Do nothing, we could just temporarily show "Dismissed" for 2 seconds in the menu bar before reverting back to showing meetings.

leits commented 1 year ago

Hi @alexec, Thanks for the ticket.

Usually, it's just a toaster about the result of the action. But because your notification for the app is disabled you get the alert instead.

It looks like we need to reconsider cases when we want to show alerts when the user disabled notifications. But in general, this functionality works as expected to notify a user about the result of the action.