Commit Graph
7 Commits
Author SHA1 Message Date
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 eacd977b84 update InlineSvg component for better color handling; refactor logo components to streamline SVG rendering and remove unused styles. 2025-04-29 14:44:57 +03:00
sha 3d90d9b0da Implemented InlineSvg component to fetch and color SVG logos dynamically. 2025-04-29 12:16:41 +03:00
sha cd962ac37a feat: Implement logo action buttons for copy and download functionality 2025-04-28 17:17:48 +03:00
sha 9e9b0c5648 feat: Add PNG download functionality for SVG logos and enhance logo action buttons 2025-04-28 12:33:16 +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