1
0
Fork 0
mirror of https://github.com/imjasonh/apkviz synced 2026-07-16 12:21:59 +00:00
No description
Find a file
Jason Hall 3b643386f0
Fix tooltip persistence issues
- Create tooltip once during initialization instead of on every render
- Properly hide tooltip when clicking nodes
- Add mousemove handler to follow cursor smoothly
- Reduce transition duration for snappier response
- Add z-index to ensure tooltip appears above other elements

This fixes the issue where tooltips would persist or stack up
when navigating through the dependency graph.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-13 15:52:01 -04:00
.github/workflows Add GitHub Pages deployment with GitHub Actions 2025-06-13 15:46:07 -04:00
public Fix tooltip persistence issues 2025-06-13 15:52:01 -04:00
scripts Add Wolfi APK dependency visualizer with advanced analytics 2025-06-13 15:41:49 -04:00
src Fix tooltip persistence issues 2025-06-13 15:52:01 -04:00
.gitignore Add Wolfi APK dependency visualizer with advanced analytics 2025-06-13 15:41:49 -04:00
browser-debug.js Add Wolfi APK dependency visualizer with advanced analytics 2025-06-13 15:41:49 -04:00
browser-test.js Add Wolfi APK dependency visualizer with advanced analytics 2025-06-13 15:41:49 -04:00
demo-impressive.js Add Wolfi APK dependency visualizer with advanced analytics 2025-06-13 15:41:49 -04:00
demo-navigation.js Add Wolfi APK dependency visualizer with advanced analytics 2025-06-13 15:41:49 -04:00
package-lock.json Add GitHub Pages deployment with GitHub Actions 2025-06-13 15:46:07 -04:00
package.json Add GitHub Pages deployment with GitHub Actions 2025-06-13 15:46:07 -04:00
quick-debug.js Add Wolfi APK dependency visualizer with advanced analytics 2025-06-13 15:41:49 -04:00
test-click-nav.js Add Wolfi APK dependency visualizer with advanced analytics 2025-06-13 15:41:49 -04:00
test-click-simple.js Add Wolfi APK dependency visualizer with advanced analytics 2025-06-13 15:41:49 -04:00
test-glibc.js Add Wolfi APK dependency visualizer with advanced analytics 2025-06-13 15:41:49 -04:00
test-interaction.js Add Wolfi APK dependency visualizer with advanced analytics 2025-06-13 15:41:49 -04:00
test-search.js Add Wolfi APK dependency visualizer with advanced analytics 2025-06-13 15:41:49 -04:00
test-stats.js Add Wolfi APK dependency visualizer with advanced analytics 2025-06-13 15:41:49 -04:00
tsconfig.json Add Wolfi APK dependency visualizer with advanced analytics 2025-06-13 15:41:49 -04:00
webpack.config.js Add GitHub Pages deployment with GitHub Actions 2025-06-13 15:46:07 -04:00