Commit Graph

14 Commits

Author SHA1 Message Date
sHa
d841f27454 feat: enhance SVG handling by adding source fetching and copying functionality 2025-05-14 21:34:53 +03:00
sHa
f017d480e8 Enhance Header and List components with compact mode functionality 2025-05-04 12:48:15 +03:00
sHa
7b5516d997 Refactor Grid and List components by cleaning up unused styles and improving layout consistency 2025-05-02 10:43:53 +03:00
sHa
003b45d5b4 Add tag filter and dropdown styles: implement tag filtering UI with improved dropdown design and hover effects. 2025-05-01 14:35:00 +03:00
sHa
9d031dc874 Add dropdown menu styles: implement dropdown menu and item styles with hover effects and accessibility features. 2025-05-01 14:33:08 +03:00
sHa
4a2230223c Enhance theme support: update CSS variables for dark and light themes, improve modal styles, and ensure SVGs use currentColor for theme compatibility. 2025-05-01 13:48:32 +03:00
sHa
a49568a389 Add new logos and refactor header component 2025-05-01 01:51:14 +03:00
sHa
7afcf996ca fix: adjust margin for color switcher preview for better alignment 2025-04-30 22:40:48 +03:00
sHa
8ce320d3db feat: update SVG logos and enhance color switcher functionality 2025-04-30 22:37:07 +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
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
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
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