Shaderpack support (#798)

* Shader support PR

* Make search page work

* Fix env showing

* Make moderation look reasonable

* Fix search for shaders
This commit is contained in:
Geometrically
2022-12-20 13:47:41 -07:00
committed by GitHub
parent 6f58e9e7bb
commit 97ecb0a5d6
14 changed files with 73 additions and 10 deletions

View File

@@ -33,7 +33,11 @@
href: '/plugins',
},
{
label: 'Resource Packs',
label: 'Shaders',
href: '/shaders',
},
{
label: 'Resourcepacks',
href: '/resourcepacks',
},
{
@@ -197,14 +201,21 @@
>
<span>Plugins</span>
</NuxtLink>
<NuxtLink
:tabindex="isBrowseMenuOpen ? 0 : -1"
to="/shaders"
class="tab iconified-button"
@click.native="isBrowseMenuOpen = false"
>
<span>Shaders</span>
</NuxtLink>
<NuxtLink
:tabindex="isBrowseMenuOpen ? 0 : -1"
to="/resourcepacks"
class="tab iconified-button"
@click.native="isBrowseMenuOpen = false"
>
<span>Resource Packs</span>
<span>Resourcepacks</span>
</NuxtLink>
<NuxtLink
:tabindex="isBrowseMenuOpen ? 0 : -1"