From 9aa70359a85717a2f482ae0da9a21a1054507eb5 Mon Sep 17 00:00:00 2001 From: Erb3 <49862976+Erb3@users.noreply.github.com> Date: Sun, 15 Dec 2024 07:15:59 +0100 Subject: [PATCH] fix(frontend): ignore case in collection search for followed (#3005) * fix(frontend): ignore case in collection search for followed When searching for collections, the casing will normally be ignored. The item for "Followed Projects" will be removed if using capitalized characters though. This is especially confusing since it's titled with partially capital letters. Resolves modrinth/code#1370 * chore: revert import sort --- apps/frontend/src/pages/dashboard/collections.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/pages/dashboard/collections.vue b/apps/frontend/src/pages/dashboard/collections.vue index 458dbfef1..a231062b9 100644 --- a/apps/frontend/src/pages/dashboard/collections.vue +++ b/apps/frontend/src/pages/dashboard/collections.vue @@ -22,7 +22,7 @@