1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

feat: Delete all notifications (#3529)

* Add delete all notifications option
* chore: `DELETE /api/notifications` as per conventions
* test: can delete all notifications

Co-authored-by: Sami Mazouz <ilyasmazouz@gmail.com>
This commit is contained in:
Ian Morland
2022-08-08 20:26:16 +02:00
committed by GitHub
parent b28606b8ef
commit d02bf0faa1
11 changed files with 291 additions and 6 deletions

View File

@@ -1,6 +1,10 @@
.NotificationList {
overflow: hidden;
.App-primaryControl > button:not(:last-of-type) {
margin-right: 4px;
}
&-header {
@media @tablet-up {
padding: 12px 15px;