fixes: post content tab release issues (#5566)

* fix: migrate old cache entries for CachedFileUpdate

* feat: toggle goofy fix + switch version reimpl in app and panel

* fix: multimc detection

* fix: add tie breaker for sorting

* feat: toggle hover state

* fix: lint
This commit is contained in:
Calum H.
2026-03-14 22:43:59 +00:00
committed by GitHub
parent 8a2125ef16
commit 989f282de3
12 changed files with 293 additions and 32 deletions

View File

@@ -515,6 +515,9 @@
"header.category.resolutions": {
"defaultMessage": "Resolution"
},
"hosting.content.copy-link": {
"defaultMessage": "Copy link"
},
"hosting.content.failed-to-bulk-delete": {
"defaultMessage": "Failed to delete content"
},
@@ -548,6 +551,9 @@
"hosting.content.failed-to-upload": {
"defaultMessage": "Failed to upload file"
},
"hosting.content.switch-version": {
"defaultMessage": "Switch version"
},
"hosting.specs.burst": {
"defaultMessage": "Bursts up to {cpus} CPUs"
},
@@ -818,6 +824,9 @@
"instances.updater-modal.header-modpack": {
"defaultMessage": "Switch modpack version"
},
"instances.updater-modal.header-switch": {
"defaultMessage": "Switch version"
},
"instances.updater-modal.hide-incompatible": {
"defaultMessage": "Hide incompatible"
},
@@ -842,6 +851,9 @@
"instances.updater-modal.show-incompatible": {
"defaultMessage": "Show incompatible"
},
"instances.updater-modal.switch-to": {
"defaultMessage": "Switch to {version}"
},
"instances.updater-modal.update-to": {
"defaultMessage": "Update to {version}"
},