mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
We so far have been recreating the background elements for all the item throughout the shell. This merge request simplifies this by unifying these elements into a single component, making is easier to keep things at a consistent design while also being able to adjust things when needed in the future. Per request, I tried to keep thing looking mostly the same as before. The first picture is what the action drawer looks like now, the one after is with these changes.   |
||
|---|---|---|
| .. | ||
| BaseNotificationItem.qml | ||
| NotificationBodyLabel.qml | ||
| NotificationCard.qml | ||
| NotificationEditContextMenu.qml | ||
| NotificationFooterActions.qml | ||
| NotificationGroupHeader.qml | ||
| NotificationItem.qml | ||
| NotificationJobDetails.qml | ||
| NotificationJobItem.qml | ||
| NotificationPopupItem.qml | ||
| NotificationReplyField.qml | ||
| NotificationsModelType.qml | ||
| NotificationsUtils.js | ||
| NotificationsWidget.qml | ||
| NotificationTimeText.qml | ||
| ThumbnailStrip.qml | ||