mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
fix: project page in app not receiving instance context & port version page to app (#6618)
* fix: project page in app not receiving instance context * prepr * feat: port version page to app * commonize keys * whoops bring those back
This commit is contained in:
@@ -207,6 +207,10 @@ export const commonMessages = defineMessages({
|
||||
id: 'button.open-folder',
|
||||
defaultMessage: 'Open folder',
|
||||
},
|
||||
openInBrowserButton: {
|
||||
id: 'button.open-in-browser',
|
||||
defaultMessage: 'Open in browser',
|
||||
},
|
||||
openInModrinthButton: {
|
||||
id: 'button.open-in-modrinth',
|
||||
defaultMessage: 'Open in Modrinth',
|
||||
@@ -545,6 +549,10 @@ export const commonMessages = defineMessages({
|
||||
id: 'button.copy-link',
|
||||
defaultMessage: 'Copy link',
|
||||
},
|
||||
switchToVersionButton: {
|
||||
id: 'button.switch-to-version',
|
||||
defaultMessage: 'Switch to version',
|
||||
},
|
||||
switchVersionButton: {
|
||||
id: 'button.switch-version',
|
||||
defaultMessage: 'Switch version',
|
||||
|
||||
Reference in New Issue
Block a user