sidebar virtual dom and textfield row sizing

This commit is contained in:
pa
2026-01-19 14:02:48 +09:00
committed by Natsumi
parent 1e25255ac5
commit 2d3cd9a3b3
5 changed files with 529 additions and 200 deletions

View File

@@ -104,7 +104,7 @@
<template #groups>
<div class="h-full overflow-hidden">
<ScrollArea ref="groupsScrollAreaRef" class="h-full">
<GroupsSidebar :group-instances="groupInstances" :group-order="inGameGroupOrder" />
<GroupsSidebar :group-order="inGameGroupOrder" />
</ScrollArea>
<BackToTop :target="groupsScrollTarget" :bottom="20" :right="20" :teleport="false" />
</div>