Commit Graph
9 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 3086f57ce1 feat: add generateColorSetCircle utility for SVG color representation 2025-05-12 21:24:58 +03:00
sha bd4c8dca76 feat: add color conversion and target/sets configuration for logos
- Updated Makefile to include a new target for converting logo colors format.
- Added a new script `convertColorsFormat.js` to convert colors from array to object format in `logos.json`.
- Modified `logos.json` structure to use an object for colors and added targets and sets for SVG logos.
- Updated `scanLogos.js` to set default colorConfig, targets, and sets for SVG logos.
- Enhanced Svelte components (`Grid.svelte`, `List.svelte`, `Preview.svelte`, `InlineSvg.svelte`) to support new targets, sets, and colors structure.
- Updated color theme utility functions to handle the new colors object format.
- Removed deprecated `mono_white.svg` logo file.
2025-05-12 20:52:07 +03:00
sha 7b6fbbf280 Add search parameter update to brand filter buttons in Grid and List components 2025-05-04 13:55:53 +03:00
sha a007d67828 display brand count in filter buttons 2025-05-04 13:51:12 +03:00
sha 2d9de12630 Add brand filter button and integrate search query functionality in Grid and List components 2025-05-04 12:13:44 +03:00
sha 22c8482740 Refactor Grid and List components by removing debug logging for color and theme 2025-05-02 10:51:34 +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 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