Commit Graph

7 Commits

Author SHA1 Message Date
sHa
d9e46d2b0c Refactor code structure and improve readability in main module 2025-05-12 17:04:08 +03:00
sHa
fbe239c1fe Added favicon 2025-05-12 16:54:41 +03:00
sHa
c30f8921c2 feat: Add image generation for SVG logos and improve clipboard functionality
- Added @resvg/resvg-js dependency for SVG to PNG/JPG conversion.
- Implemented pregeneration of PNG and JPG images from SVG files in the scanLogos script.
- Enhanced copy URL functionality in App.svelte to support modern clipboard API with fallbacks.
- Removed unnecessary onCopy prop from LogoActions component and handled copy actions locally.
- Introduced notification system for copy actions with success/error feedback.
- Updated styles for action buttons and notifications for better user experience.
- Cleaned up unused code and improved overall structure for clarity.
2025-04-28 22:43:39 +03:00
sHa
1cb5acd066 fix: Update Makefile and documentation for logo scanning command 2025-04-28 10:14:18 +03:00
sHa
e2614693fd refactor: Update Docker setup and Makefile for improved development workflow 2025-04-28 09:52:08 +03:00
sHa
d04075154e fix: Refactor Makefile and update Svelte dependency version 2025-04-28 02:29:29 +03:00
sHa
9c3024c61d feat: Initialize Svelte application with logo gallery functionality
- Add Rollup configuration for building and serving the application.
- Implement logo scanning script to generate logos.json from logo files.
- Create main App component to manage logo display and search functionality.
- Develop LogoGrid and LogoList components for different viewing modes.
- Add LogoModal component for logo preview with details.
- Implement URL copying and logo downloading features.
- Style components for improved user experience and responsiveness.
2025-04-27 16:55:23 +03:00