Revert "Add craftmine support"

This reverts commit 4624a29332.
This commit is contained in:
Prospector
2025-04-01 20:54:04 -07:00
parent e931b5c8ef
commit 8e0d9f2da6
3 changed files with 3 additions and 26 deletions

View File

@@ -268,26 +268,7 @@
</ButtonStyled>
<ButtonStyled type="transparent" :highlighted="route.name === 'app'">
<nuxt-link to="/pizza">
<svg
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"
class="lucide lucide-pizza-icon lucide-pizza"
>
<path d="m12 14-1 1" />
<path d="m13.75 18.25-1.25 1.42" />
<path d="M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12" />
<path d="M18.8 9.3a1 1 0 0 0 2.1 7.7" />
<path
d="M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z"
/>
</svg>
<ArrowBigUpDashIcon aria-hidden="true" />
<span class="hidden md:contents">Modrinth Pizza</span>
<span class="contents md:hidden">Modrinth Pizza</span>
</nuxt-link>
@@ -853,7 +834,7 @@ useSeoMeta({
"Discover and publish projects on Modrinth with a modern, easy to use interface and API.",
}),
publisher: "Modrinth",
themeColor: "#F16436",
themeColor: "#1bd96a",
colorScheme: "dark light",
// OpenGraph

View File

@@ -191,7 +191,6 @@ const modrinthTeamMembers = [
"Jade",
"Jasmine",
"Michael",
"Frobert",
];
const isPreapring = ref(false);

View File

@@ -211,10 +211,7 @@ export function useSearch(
searchable: true,
options: tags.value.gameVersions.map((gameVersion) => ({
id: gameVersion.version,
toggle_group:
(gameVersion.version_type !== 'release' && !gameVersion.version.includes('craftmine'))
? 'all_versions'
: undefined,
toggle_group: gameVersion.version_type !== 'release' ? 'all_versions' : undefined,
value: `versions:${gameVersion.version}`,
query_value: gameVersion.version,
method: 'or',