From f2e1725156c2f95be4ba0d559ed1f9ea4a414e8e Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Thu, 29 Jan 2026 04:04:16 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Refactor=20GamemasterExplorer.vu?= =?UTF-8?q?e=20to=20modularize=20functionality=20using=20composables=20and?= =?UTF-8?q?=20simplify=20template=20structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/GamemasterExplorer.vue | 600 +++--------------- 1 file changed, 88 insertions(+), 512 deletions(-) diff --git a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue index ed57022..f8d34fa 100644 --- a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue +++ b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue @@ -54,529 +54,105 @@ - + - -
-

Settings

- - - - -
+ 0, Math.min(lineIndex + 1000, fileLines.value.length) );