mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 13:36:48 +00:00
clean up nav slightly
This commit is contained in:
@@ -10,7 +10,6 @@ import {
|
|||||||
} from '@modrinth/api-client'
|
} from '@modrinth/api-client'
|
||||||
import {
|
import {
|
||||||
ArrowBigUpDashIcon,
|
ArrowBigUpDashIcon,
|
||||||
ChangeSkinIcon,
|
|
||||||
CompassIcon,
|
CompassIcon,
|
||||||
HomeIcon,
|
HomeIcon,
|
||||||
LeftArrowIcon,
|
LeftArrowIcon,
|
||||||
@@ -23,6 +22,7 @@ import {
|
|||||||
RightArrowIcon,
|
RightArrowIcon,
|
||||||
ServerStackIcon,
|
ServerStackIcon,
|
||||||
SettingsIcon,
|
SettingsIcon,
|
||||||
|
ShirtIcon,
|
||||||
UserIcon,
|
UserIcon,
|
||||||
} from '@modrinth/assets'
|
} from '@modrinth/assets'
|
||||||
import {
|
import {
|
||||||
@@ -1518,7 +1518,7 @@ provideAppUpdateDownloadProgress(appUpdateDownload)
|
|||||||
/>
|
/>
|
||||||
<UnknownPackWarningModal ref="unknownPackWarningModal" />
|
<UnknownPackWarningModal ref="unknownPackWarningModal" />
|
||||||
<div
|
<div
|
||||||
class="app-grid-navbar bg-bg-raised flex flex-col p-[0.5rem] pt-0 gap-[0.5rem] w-[--left-bar-width]"
|
class="app-grid-navbar bg-bg-raised flex flex-col p-[0.5rem] pt-0 gap-[0.25rem] w-[--left-bar-width]"
|
||||||
>
|
>
|
||||||
<NavButton v-tooltip.right="formatMessage(messages.home)" to="/">
|
<NavButton v-tooltip.right="formatMessage(messages.home)" to="/">
|
||||||
<HomeIcon />
|
<HomeIcon />
|
||||||
@@ -1532,7 +1532,7 @@ provideAppUpdateDownloadProgress(appUpdateDownload)
|
|||||||
<CompassIcon />
|
<CompassIcon />
|
||||||
</NavButton>
|
</NavButton>
|
||||||
<NavButton v-tooltip.right="formatMessage(appMessages.skinSelectorLabel)" to="/skins">
|
<NavButton v-tooltip.right="formatMessage(appMessages.skinSelectorLabel)" to="/skins">
|
||||||
<ChangeSkinIcon />
|
<ShirtIcon />
|
||||||
</NavButton>
|
</NavButton>
|
||||||
<NavButton
|
<NavButton
|
||||||
v-tooltip.right="formatMessage(messages.library)"
|
v-tooltip.right="formatMessage(messages.library)"
|
||||||
|
|||||||
@@ -244,6 +244,7 @@ import _ShareIcon from './icons/share.svg?component'
|
|||||||
import _ShieldIcon from './icons/shield.svg?component'
|
import _ShieldIcon from './icons/shield.svg?component'
|
||||||
import _ShieldAlertIcon from './icons/shield-alert.svg?component'
|
import _ShieldAlertIcon from './icons/shield-alert.svg?component'
|
||||||
import _ShieldCheckIcon from './icons/shield-check.svg?component'
|
import _ShieldCheckIcon from './icons/shield-check.svg?component'
|
||||||
|
import _ShirtIcon from './icons/shirt.svg?component'
|
||||||
import _SignalIcon from './icons/signal.svg?component'
|
import _SignalIcon from './icons/signal.svg?component'
|
||||||
import _SignatureIcon from './icons/signature.svg?component'
|
import _SignatureIcon from './icons/signature.svg?component'
|
||||||
import _SkullIcon from './icons/skull.svg?component'
|
import _SkullIcon from './icons/skull.svg?component'
|
||||||
@@ -676,6 +677,7 @@ export const ShareIcon = _ShareIcon
|
|||||||
export const ShieldIcon = _ShieldIcon
|
export const ShieldIcon = _ShieldIcon
|
||||||
export const ShieldAlertIcon = _ShieldAlertIcon
|
export const ShieldAlertIcon = _ShieldAlertIcon
|
||||||
export const ShieldCheckIcon = _ShieldCheckIcon
|
export const ShieldCheckIcon = _ShieldCheckIcon
|
||||||
|
export const ShirtIcon = _ShirtIcon
|
||||||
export const SignalIcon = _SignalIcon
|
export const SignalIcon = _SignalIcon
|
||||||
export const SignatureIcon = _SignatureIcon
|
export const SignatureIcon = _SignatureIcon
|
||||||
export const SkullIcon = _SkullIcon
|
export const SkullIcon = _SkullIcon
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
<!-- @license lucide-static v0.562.0 - ISC -->
|
||||||
|
<svg
|
||||||
|
class="lucide lucide-shirt"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
>
|
||||||
|
<path d="M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 478 B |
Reference in New Issue
Block a user