Skip to content

Commit 0542769

Browse files
authored
Merge pull request #1958 from anyproto/feature/graph-timeline
feat: graph timeline with force-based node appearance
2 parents c4fc105 + f8ade85 commit 0542769

File tree

18 files changed

+1055
-1816
lines changed

18 files changed

+1055
-1816
lines changed

CLAUDE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,8 @@ The graph view uses a Web Worker with PixiJS WebGL rendering for performance:
110110

111111
**Files:**
112112
- `src/ts/component/graph/provider.tsx` - React component, D3 zoom/drag, image loading
113-
- `dist/workers/graph.pixi.js` - Web Worker with D3 force simulation + PixiJS WebGL rendering
113+
- `dist/workers/graph.js` - Web Worker with D3 force simulation + PixiJS WebGL rendering
114114
- `dist/workers/lib/pixi.min.js` - Bundled PixiJS for worker (built from `rspack.pixi.config.js`)
115-
- `dist/workers/lib/util.js` - Canvas drawing utilities (legacy, still used for some helpers)
116115

117116
**Architecture:**
118117
- OffscreenCanvas transferred to worker for off-main-thread rendering

0 commit comments

Comments
 (0)