Initial Commit. English Only.

This commit is contained in:
tagmeh 2025-08-10 15:44:22 -05:00
parent 46d56a8f74
commit d364b35a1a
4 changed files with 43 additions and 5 deletions

View file

@ -134,6 +134,14 @@ export default {
text: this.$strings.LabelLibrarySortByProgress,
value: 'progress'
},
{
text: this.$strings.LabelLibrarySortByStartDate,
value: 'startedDate'
},
{
text: this.$strings.LabelLibrarySortByFinishDate,
value: 'finishedDate'
},
{
text: this.$strings.LabelRandomly,
value: 'random'
@ -200,4 +208,4 @@ export default {
.librarySortMenu {
max-height: calc(100vh - 125px);
}
</style>
</style>