feat: Add media type filtering to Media Asset Panel (#6701)

This commit is contained in:
Jin Yi
2025-11-15 14:20:00 +09:00
committed by GitHub
parent a9f416233d
commit e3f19ab856
7 changed files with 190 additions and 9 deletions

View File

@@ -623,7 +623,11 @@
"sortNewestFirst": "Newest first",
"sortOldestFirst": "Oldest first",
"sortLongestFirst": "Generation time (longest first)",
"sortFastestFirst": "Generation time (fastest first)"
"sortFastestFirst": "Generation time (fastest first)",
"filterImage": "Image",
"filterVideo": "Video",
"filterAudio": "Audio",
"filter3D": "3D"
},
"backToAssets": "Back to all assets",
"searchAssets": "Search assets...",
@@ -2009,6 +2013,7 @@
"unknown": "Unknown",
"fileFormats": "File formats",
"baseModels": "Base models",
"filterBy": "Filter by",
"sortBy": "Sort by",
"sortAZ": "A-Z",
"sortZA": "Z-A",