1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

New: Sort by tags on movie index

This commit is contained in:
Bogdan
2024-07-17 17:41:40 +03:00
parent a54f54eb6e
commit cd713e7252
6 changed files with 42 additions and 1 deletions
@@ -9,3 +9,11 @@
composes: info;
}
.tags {
composes: tags from '~./MovieIndexPoster.css';
}
.tagsList {
composes: tagsList from '~./MovieIndexPoster.css';
}