First implementation of sveltekit for webinterface

This commit is contained in:
Infi
2025-09-20 16:07:46 +02:00
parent 9b3e3f79e3
commit 94b345c6a3
40 changed files with 3074 additions and 97 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ public sealed class Plugin : IDalamudPlugin
internal DateTime GameStarted { get; }
// Tab managed needs to happen outside the chatlog window class for access reasons
// Tab management needs to happen outside the chatlog window class for access reasons
internal int LastTab { get; set; }
internal int? WantedTab { get; set; }
internal Tab CurrentTab