Refactor and improve bulk delete popup

- Improve bulk edit popup with display of avatars and better format
- Refactor both calls of bulk delete to use the same method
- Add display of filename on avatar hover for inline avatars (@Cohee you forgot this one (: )
This commit is contained in:
Wolfsblvt
2024-03-29 05:53:26 +01:00
parent 167673fcf5
commit bf8b6b80d7
4 changed files with 45 additions and 46 deletions

View File

@@ -3135,7 +3135,7 @@ body.big-avatars .missing-avatar {
}
}
span.warning {
.warning {
color: var(--warning);
font-weight: bolder;
}