shift-shell/components/mobileshell/qml
Micah Stanley eba6074161 notifications: Implement popup notifications
This merge request implements a more mobile optimized solution for popup notification.
- 

The current controls are:
- Swipe up to move the notification to the notification center.
- Swipe left/right to dismiss the notification entirely.
- If multiple popup notifications are grouped together, tap on the bottom area to view them in a expanded view.

What still needs to be done:
- ~~For notification without a default action, tapping on them should probably open up the associated app.~~ Note: I think I will add this in a separate merge request as it probably should be the case regardless if the notification is a popup
- ~~Swiping down on a notification currently does nothing. Maybe we should map this to a notification action?~~ Note: I have some ideas I will try later, though for now, I will leave this action blank
- ~~The expanded view of notifications should be able to be dismissed by swiping up/down on the top/bottom of the list.~~ Note: Added
- Investigate further into how to remove the current desktop popup notifications.
- ~~Code clean up.~~ Note: The code is at least a bit better

Single popup notification:

![notification_1](/uploads/63d12be6da1dd2676de17940dcadbdfa/notification_1.gif)

Multiple popup notifications:

![notification_2](/uploads/907a14b772f66f46040c28342f4dcf02/notification_2.gif)

Multiple popup notifications in the expanded view:

![notification_3](/uploads/9a7cd09a6bb8a0f7ee70e5bcf7c29c6b/notification_3.gif)

Any feedback would be greatly appreciated.
2024-11-07 16:13:06 +00:00
..
actiondrawer actiondrawer: Cleanup and simplify 2024-11-05 03:42:25 +00:00
components actiondrawer: Share components between portrait and landscape 2024-10-31 15:27:00 +00:00
dataproviders [battery]: port battery info to new model 2024-10-22 17:03:53 +02:00
homescreen startupfeedback: Change to be window based and controlled by a model 2024-07-13 16:30:07 +00:00
navigationpanel navigationpanel: Fix disabled buttons from having grey icons 2024-10-09 01:54:55 +00:00
notificationpopup notifications: Implement popup notifications 2024-11-07 16:13:06 +00:00
statusbar [mobileshell]: apply scale factor to status bar 2024-10-25 17:53:25 +00:00
volumeosd VolumeOSD: Increase animation duration and bugfix for audio applet page 2024-10-28 06:36:16 +00:00
widgets notifications: Implement popup notifications 2024-11-07 16:13:06 +00:00