From 06a8bf956e04c68b4080e8fcfaa72d34c45fde27 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 20:14:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Enhance=20search=20result=20highlig?= =?UTF-8?q?hting=20with=20current=20result=20indicator=20and=20improved=20?= =?UTF-8?q?match=20styling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/GamemasterExplorer.vue | 28 +++++++++++++++---- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue index a027347..2a90749 100644 --- a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue +++ b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue @@ -128,8 +128,8 @@
- {{ currentResultIndex + 1 }} / {{ searchResults.length }} - (Line {{ searchResults[currentResultIndex] + 1 }}) + {{ currentResultIndex + 1 }} / {{ searchResults.length }} (Line + {{ searchResults[currentResultIndex] + 1 }})