mirror of
https://github.com/yamadashy/repomix.git
synced 2025-06-11 00:25:54 +03:00
- Add scroll event listener to hide tooltip when page scrolls - Prevent tooltip detachment from button during scroll - Add explicit mouseleave handler for better tooltip control - Override CSS hover states with JavaScript for consistent behavior - Use passive scroll listener for better performance This addresses the medium-priority feedback about tooltip positioning during scroll events, ensuring the tooltip maintains proper association with the button. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Repomix Website
This directory contains the source code for the Repomix website, built with VitePress and Vue.js
Prerequisites
- Docker must be installed on your system
Development
To start the development server:
# Start the website development server
npm run website
# Access the website at http://localhost:5173/
Documentation
When updating documentation, you only need to update the English version (client/src/en/).
The maintainers will handle translations to other languages.
Building for Production
To build the website for production:
npm run website:build
The built files will be available in the client/dist directory.