- Foldable left panel (user profile) and right panel (task details) - Clicking a task in the list or graph node selects it and shows details - Both views (task list + graph) always mounted via absolute inset-0 for correct canvas dimensions; tabs toggle visibility with opacity - Graph node selection animation: other nodes repel outward (charge -600), then selected node smoothly slides to center (500ms cubic ease-out), then charge restores to -120 and graph stabilizes - Graph re-fits on tab switch and panel resize via ResizeObserver - Fix UUID string IDs throughout (backend returns UUIDs, not integers) - Add TaskDetailPanel, UserPanel components - Add CLAUDE.md project documentation Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
39 lines
885 B
Markdown
39 lines
885 B
Markdown
<p align="center">
|
|
<a href="https://github.com/inikulin/parse5">
|
|
<img src="https://raw.github.com/inikulin/parse5/master/media/logo.png" alt="parse5" />
|
|
</a>
|
|
</p>
|
|
|
|
<div align="center">
|
|
<h1>parse5</h1>
|
|
<i><b>HTML parser and serializer.</b></i>
|
|
</div>
|
|
<br>
|
|
|
|
<div align="center">
|
|
<code>npm install --save parse5</code>
|
|
</div>
|
|
<br>
|
|
|
|
<p align="center">
|
|
📖 <a href="https://parse5.js.org/modules/parse5.html"><b>Documentation</b></a> 📖
|
|
</p>
|
|
|
|
---
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/inikulin/parse5/tree/master/docs/list-of-packages.md">List of parse5 toolset packages</a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/inikulin/parse5">GitHub</a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="http://astexplorer.net/#/1CHlCXc4n4">Online playground</a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/inikulin/parse5/releases">Changelog</a>
|
|
</p>
|