feat(timeline): add timeline panel to game interface

This commit is contained in:
scamiv
2026-02-20 20:18:07 +01:00
parent a8ec56b5a4
commit abf9048d80
+1
View File
@@ -291,6 +291,7 @@
class="flex flex-col items-end fixed top-0 right-0 min-[1200px]:top-4 min-[1200px]:right-4 z-1000 gap-2"
>
<game-right-sidebar></game-right-sidebar>
<timeline-panel></timeline-panel>
<replay-panel></replay-panel>
</div>
<settings-modal></settings-modal>