feat: add license info to app + prefetch license details (#6831)

* update project sidebar details to use common component + prefetch license

* prepr

* fix updated date needing to fetch versions
This commit is contained in:
Prospector
2026-07-22 13:56:16 -07:00
committed by GitHub
parent d3839ff953
commit 56ff97ee6f
35 changed files with 122 additions and 1133 deletions
+9
View File
@@ -3101,6 +3101,15 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count, number} {count, plural, one {follower} other {followers}}"
},
"project.license.error": {
"defaultMessage": "License text could not be retrieved."
},
"project.license.loading": {
"defaultMessage": "Loading license text..."
},
"project.license.title": {
"defaultMessage": "License"
},
"project.online-player-count": {
"defaultMessage": "{count, number} online"
},