10 Commits

Author SHA1 Message Date
sHa
faa14bfe1b refactor: simplify tag handling by removing dependency on tags.json and updating tag object structure 2025-05-01 02:51:25 +03:00
sHa
aaf7db1471 feat: Refactor logo components into Grid and List views 2025-05-01 00:27:38 +03:00
sHa
ed5cde4db5 Add logo count display to header for improved user information 2025-04-30 16:49:26 +03:00
sHa
a999f219d4 Refactor theme switcher layout and styles for improved usability and aesthetics 2025-04-30 16:17:23 +03:00
sHa
e5482c549e Enhance theme handling and color selection for logos; add utility functions for theme-based color retrieval and improve debug logging across components. 2025-04-29 18:02:07 +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
cd962ac37a feat: Implement logo action buttons for copy and download functionality 2025-04-28 17:17:48 +03:00
sHa
51ea3c3dba feat: Add tagging functionality to logos and enhance logo modal display 2025-04-28 11:51:43 +03:00
sHa
5446646519 feat: Implement theme switching and improve UI consistency across components 2025-04-28 10:52:06 +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