Commit 0ac9772
committed
refactor(vortex-web): drill-down treemap with a single path header
Replace the nested treemap (and its per-container header strips, the source of
the overlapping labels) with a drill-down box: the box shows the current
layout's child blocks one level deep, each a single labelled tile sized by its
subtree bytes. A header bar at the top is the current path — click a block to
drill in, click a path segment to drill back out. Because every visible tile is
one level deep, labels never collide. Hover still drives the tooltip, sidebar,
and data sample; selection stays in sync with the tree panel. Drops the
pan/zoom transform and sticky-header machinery.
Signed-off-by: Robert <robert@spiraldb.com>1 parent 1bdb521 commit 0ac9772
6 files changed
Lines changed: 201 additions & 427 deletions
File tree
- vortex-web
- docs/img
- src/components/explorer
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
| |||
Loading
Loading
Loading
0 commit comments