feat: show warning for broken mrpack in moderation (#7136)

* feat: show warning if modpack has a version during time when modpack export broke

* fix type

* fix: dont lazy load versions v3 for staff and convert times to utc

* pnpm prepr
This commit is contained in:
Truman Gao
2026-08-14 15:42:01 +00:00
committed by GitHub
parent 74c672df49
commit 4dbea80e65
3 changed files with 183 additions and 4 deletions
@@ -3458,6 +3458,12 @@
"project.actions.back-to-project-page": {
"message": "Back to project page"
},
"project.actions.check-modpack-archives": {
"message": "Check modpack unzip"
},
"project.actions.checking-modpack-archives": {
"message": "Checking..."
},
"project.actions.create-server": {
"message": "Create a server"
},
@@ -3743,9 +3749,24 @@
"project.moderation.title": {
"message": "Moderation"
},
"project.modpack-archive-warning.description": {
"message": "Importing this .mrpack might be broken."
},
"project.modpack-archive-warning.title": {
"message": "This modpack was published during export bug"
},
"project.navigation.changelog": {
"message": "Changelog"
},
"project.notification.check-modpack-archives.failed": {
"message": "Some modpack files could not be unzipped"
},
"project.notification.check-modpack-archives.no-files": {
"message": "No .mrpack files were found for this project."
},
"project.notification.check-modpack-archives.success": {
"message": "{count, plural, one {The modpack file can be unzipped.} other {All # modpack files can be unzipped.}}"
},
"project.notification.icon-updated.message": {
"message": "Your project's icon has been updated."
},