mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 05:48:57 +00:00
fix: app library post release (#7211)
* fix: fixed height on modal * fix: conditional auto padding being applied on user avatars * feat: allow ungrouped to be dragged * feat: add drag handle to resize num items in jump in * qa * feat: add context menu submenus * feat: hook up icon editing in sub menu * fix: breadcrumb and sidebar not matching * fix: bring back signal icon for ping and players online * feat: add compact mode for library * smaller checkmark * pnpm prepr * feat: bring back loader/game version sort * add loader symbols * refactor: compact mode with sync'd app settings * pnpm prepr * move loaders up * qa * feat: exclude loaders from randomizing
This commit is contained in:
@@ -149,6 +149,12 @@
|
||||
"app.ads-consent.title": {
|
||||
"message": "Your privacy and how ads support Modrinth"
|
||||
},
|
||||
"app.appearance-settings.compact-mode.description": {
|
||||
"message": "Display library instances in a compact row layout."
|
||||
},
|
||||
"app.appearance-settings.compact-mode.title": {
|
||||
"message": "Compact mode"
|
||||
},
|
||||
"app.appearance-settings.default-landing-page.home": {
|
||||
"message": "Home"
|
||||
},
|
||||
@@ -323,6 +329,9 @@
|
||||
"app.home.jump-back-in.new-instance": {
|
||||
"message": "New instance"
|
||||
},
|
||||
"app.home.jump-back-in.resize": {
|
||||
"message": "Drag to resize"
|
||||
},
|
||||
"app.home.jump-back-in.title": {
|
||||
"message": "Jump in"
|
||||
},
|
||||
@@ -1739,6 +1748,9 @@
|
||||
"app.world.world-item.offline": {
|
||||
"message": "Offline"
|
||||
},
|
||||
"app.world.world-item.players-online": {
|
||||
"message": "{count} online"
|
||||
},
|
||||
"content.shared-instance.change-version-body": {
|
||||
"message": "Changing the version only changes your local copy. Future shared instance updates may restore or change it again."
|
||||
},
|
||||
@@ -2066,6 +2078,12 @@
|
||||
"instance.icon-editor.symbol.engine": {
|
||||
"message": "Engine"
|
||||
},
|
||||
"instance.icon-editor.symbol.fabric": {
|
||||
"message": "Fabric"
|
||||
},
|
||||
"instance.icon-editor.symbol.forge": {
|
||||
"message": "Forge"
|
||||
},
|
||||
"instance.icon-editor.symbol.furnace": {
|
||||
"message": "Furnace"
|
||||
},
|
||||
@@ -2087,6 +2105,9 @@
|
||||
"instance.icon-editor.symbol.mr-pack": {
|
||||
"message": "Mr Pack"
|
||||
},
|
||||
"instance.icon-editor.symbol.neoforge": {
|
||||
"message": "NeoForge"
|
||||
},
|
||||
"instance.icon-editor.symbol.orb": {
|
||||
"message": "Orb"
|
||||
},
|
||||
@@ -2102,6 +2123,9 @@
|
||||
"instance.icon-editor.symbol.poke-ball": {
|
||||
"message": "Poke Ball"
|
||||
},
|
||||
"instance.icon-editor.symbol.quilt": {
|
||||
"message": "Quilt"
|
||||
},
|
||||
"instance.icon-editor.symbol.redstone-block": {
|
||||
"message": "Redstone Block"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user