446eeabcb3
Refactor App.svelte layout by enhancing main container styles for improved responsiveness and structure
2025-05-02 10:46:10 +03:00
7b5516d997
Refactor Grid and List components by cleaning up unused styles and improving layout consistency
2025-05-02 10:43:53 +03:00
31cf501a8b
Refactor Preview component by removing unused logos export and cleaning up CSS variables for improved maintainability
2025-05-02 10:32:45 +03:00
5bf362d1f0
Refactor Preview component styles for improved consistency and theme alignment
2025-05-02 10:29:27 +03:00
2938631e85
Refactor App.svelte for improved code consistency and readability
2025-05-02 10:16:51 +03:00
1660c91747
Refactor backdrop color handling in Preview component for improved theme support
2025-05-02 00:28:19 +03:00
72da8ae666
Refactor Preview component for improved URL hash synchronization and responsive design
2025-05-02 00:04:39 +03:00
43a3b37661
Enhance logo preview functionality with URL anchor support and responsive SVG handling
2025-05-01 23:29:46 +03:00
6d83122c1b
Refactor Header component: improve button formatting, enhance tag dropdown styles, and update SVG attributes for better readability and accessibility.
2025-05-01 14:39:02 +03:00
27ae28be63
Refactor Header and Preview components: update tag handling styles, rename dropdown class, and clean up unused modal styles.
2025-05-01 14:28:01 +03:00
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
3dd4e50281
Merge branch 'worked'
2025-05-01 11:58:41 +03:00
c62d453946
Refactor logo management components: remove LogoModal, add Actions and Grid components, enhance List and Preview components with improved theme handling and SVG support.
2025-05-01 11:57:23 +03:00
b044b81644
Revert "feat: Refactor logo components into Grid and List views"
...
This reverts commit aaf7db1471 .
2025-05-01 02:35:10 +03:00
a49568a389
Add new logos and refactor header component
2025-05-01 01:51:14 +03:00
aaf7db1471
feat: Refactor logo components into Grid and List views
2025-05-01 00:27:38 +03:00
8ce320d3db
feat: update SVG logos and enhance color switcher functionality
2025-04-30 22:37:07 +03:00
ed5cde4db5
Add logo count display to header for improved user information
2025-04-30 16:49:26 +03:00
a999f219d4
Refactor theme switcher layout and styles for improved usability and aesthetics
2025-04-30 16:17:23 +03:00
c28037e1a7
Add brand information to logos and display in LogoModal component
2025-04-30 16:17:17 +03:00
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
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
3d90d9b0da
Implemented InlineSvg component to fetch and color SVG logos dynamically.
2025-04-29 12:16:41 +03:00
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
cd962ac37a
feat: Implement logo action buttons for copy and download functionality
2025-04-28 17:17:48 +03:00
9e9b0c5648
feat: Add PNG download functionality for SVG logos and enhance logo action buttons
2025-04-28 12:33:16 +03:00
51ea3c3dba
feat: Add tagging functionality to logos and enhance logo modal display
2025-04-28 11:51:43 +03:00
5446646519
feat: Implement theme switching and improve UI consistency across components
2025-04-28 10:52:06 +03:00
d04075154e
fix: Refactor Makefile and update Svelte dependency version
2025-04-28 02:29:29 +03:00
eb3e0421f8
fix: Simplify Pages artifact preparation and update Svelte dependency version
2025-04-28 00:22:32 +03:00
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