resizable columns

This commit is contained in:
Hunter
2026-08-12 19:58:42 -04:00
parent 45b1539c68
commit 9b261d8a0f
3 changed files with 253 additions and 62 deletions

View File

@@ -7,7 +7,7 @@ import { listDumps, dropDump, type CachedDump } from './lib/persist'
import { listHosted, download, fileNameOf, type HostedDump } from './lib/hosted'
import { encodeView, decodeView, emptyView, type ViewState } from './lib/view-state'
import type { SortKey } from './lib/dump-store'
import HeaderBar from '@/components/HeaderBar.vue'
import HeaderBar from './components/HeaderBar.vue'
const d = useDump()
const frames = useFrames()