Commit Graph

8 Commits

Author SHA1 Message Date
kennethreitz 6f67808233 Refactor code structure for improved readability and maintainability 2025-09-01 12:51:00 -04:00
kennethreitz 277c7a9cb8 Update Dockerfile to use Gunicorn for running the application and add Gunicorn as a dependency in pyproject.toml 2025-09-01 12:40:55 -04:00
kennethreitz 09af53d6cb Enhance UI and functionality of directory and mindmap templates
- Updated styles in directory.html for improved readability and aesthetics, including color adjustments and hover effects.
- Enhanced directory item display with better spacing and tracking for text elements.
- Improved loading animations and transitions for a smoother user experience.
- Refactored mindmap.html to implement an Obsidian-style theme with new CSS variables for consistent styling.
- Added control and search panels to the mindmap for better user interaction.
- Implemented a class-based structure for mindmap functionality, improving code organization and maintainability.
- Enhanced node and link rendering in the mindmap with dynamic styling based on node types.
- Added tooltip functionality for nodes in the mindmap to provide contextual information.
- Improved responsiveness and accessibility of both templates.
2025-05-23 11:05:25 -04:00
kennethreitz a706563036 Refactor code structure for improved readability and maintainability 2025-05-23 10:01:30 -04:00
kennethreitz 9b0df60ad5 Replace requirements.txt with pyproject.toml
templates/base.html: Add custom.css stylesheet

AI:

Replace requirements.txt with pyproject.toml and add custom.css
2025-04-22 13:48:17 -04:00
kennethreitz e92f072db6 improvements 2025-03-26 15:11:28 -04:00
kennethreitz e9e12050dc dockerfile 2024-08-15 18:30:42 -04:00
kennethreitz 6cf9c372ab initial 2024-08-15 18:24:40 -04:00