From 8e0d9f2da6b4a7dd922d438ad117db58a2e9661c Mon Sep 17 00:00:00 2001 From: Prospector Date: Tue, 1 Apr 2025 20:54:04 -0700 Subject: [PATCH] Revert "Add craftmine support" This reverts commit 4624a29332c5cb0885937125e1ec678e826420ef. --- apps/frontend/src/layouts/default.vue | 23 ++--------------------- apps/frontend/src/pages/pizza/index.vue | 1 - packages/ui/src/utils/search.ts | 5 +---- 3 files changed, 3 insertions(+), 26 deletions(-) diff --git a/apps/frontend/src/layouts/default.vue b/apps/frontend/src/layouts/default.vue index d85c0f3b..9f258588 100644 --- a/apps/frontend/src/layouts/default.vue +++ b/apps/frontend/src/layouts/default.vue @@ -268,26 +268,7 @@ - - - - - - - + @@ -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 diff --git a/apps/frontend/src/pages/pizza/index.vue b/apps/frontend/src/pages/pizza/index.vue index ac54f6af..b4883cbb 100644 --- a/apps/frontend/src/pages/pizza/index.vue +++ b/apps/frontend/src/pages/pizza/index.vue @@ -191,7 +191,6 @@ const modrinthTeamMembers = [ "Jade", "Jasmine", "Michael", - "Frobert", ]; const isPreapring = ref(false); diff --git a/packages/ui/src/utils/search.ts b/packages/ui/src/utils/search.ts index fdca8ef1..3168bf3c 100644 --- a/packages/ui/src/utils/search.ts +++ b/packages/ui/src/utils/search.ts @@ -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',