sha
9509ef0688
feat: refactor layout and styling for improved responsiveness and accessibility; add Footer component
2025-05-15 15:49:56 +03:00
sha
d30e2f9e0b
Implement routing and improve app data management
...
- Integrated svelte-spa-router for navigation between Home and Preview pages.
- Refactored App.svelte to manage global app data and handle search queries, compact mode, and view mode changes.
- Updated Grid and List components to navigate to the Preview page instead of using modals.
- Created Home.svelte to serve as the main page, utilizing global app data for rendering.
- Enhanced Preview.svelte to fetch logos and display the selected logo based on URL parameters.
- Improved data handling and reactivity across components, ensuring UI updates reflect changes in global state.
- Added logging for better debugging and tracking of state changes.
2025-05-15 10:32:15 +03:00
sha
8fb057324e
feat: enhance Actions and Preview components to support SVG source copying in preview mode
2025-05-14 22:30:20 +03:00
sha
d841f27454
feat: enhance SVG handling by adding source fetching and copying functionality
2025-05-14 21:34:53 +03:00
sha
554861c940
feat: implement SVG source copying functionality and add Notification component
2025-05-14 13:48:42 +03:00
sha
e9b58a6592
feat: add Yahoo logos in SVG format and update logos.json entries
2025-05-14 12:27:10 +03:00
sha
6935a66cc5
feat: add color and target configurations for Viber logo in SVG and update logos.json
2025-05-12 23:43:04 +03:00
sha
ea79881b84
Add new SVG logos for various technologies including Swagger, Ubuntu, Visual Studio Code, Vue, Webhooks, Webkit, WebTorrent, WiFi, Wise, and Zoom
2025-05-12 23:36:17 +03:00
sha
64c5f275cb
feat: add DuckDuckGo logo SVG and update logos.json entry
2025-05-12 22:23:50 +03:00
sha
c9f467de62
feat: add color configuration and targets for shadoll logo
2025-05-12 21:43:55 +03:00
sha
3086f57ce1
feat: add generateColorSetCircle utility for SVG color representation
2025-05-12 21:24:58 +03:00
sha
296e9480e2
refactor: remove redundant colorConfig entries from logos.json
2025-05-12 20:59:07 +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
29383bb6a1
Add new SVG logos for Mastercard, Visa, and Bvr
2025-05-12 19:06:59 +03:00
sha
b0949592db
Add new SVG logos for Pepsi and Starbucks
2025-05-12 18:11:11 +03:00
sha
55caba9b06
Add favicon files to GitHub Pages deployment
2025-05-12 17:10:14 +03:00
sha
d9e46d2b0c
Refactor code structure and improve readability in main module
2025-05-12 17:04:08 +03:00
sha
fbe239c1fe
Added favicon
2025-05-12 16:54:41 +03:00
sha
bd55447551
Add color configuration for LG logo and introduce PHP logo
2025-05-12 02:52:26 +03:00
sha
af292376e0
Add Go programming language
2025-05-12 02:32:50 +03:00
sha
3a3f088e21
Add SVG logos for Google Chrome, Google Chrome icon, and Swift
2025-05-12 02:16:27 +03:00
sha
c06b3a5bac
Update SVG logos with new gradient IDs and styles
2025-05-10 17:57:17 +03:00
sha
949ad03b09
Add new logos for Gmail, Microsoft Office Outlook, Microsoft Outlook, and @UKR.NET Mail
2025-05-10 17:41:51 +03:00
sha
4d652de6d9
Update LICENSE and README to clarify logo usage and brand guidelines
2025-05-06 18:06:12 +03:00
sha
269ee5798c
Add new Apple logos and update existing ones
2025-05-04 14:49:08 +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
9b95855d4e
Add MySQL logo; enhance logo scanning logic
2025-05-04 13:05:06 +03:00
sha
f017d480e8
Enhance Header and List components with compact mode functionality
2025-05-04 12:48:15 +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
da65ca6d7f
Add RabbitMQ logos
2025-05-04 11:45:09 +03:00
sha
63fa0b8229
Implement search query handling in Header component and synchronize with URL parameters
2025-05-04 11:33:52 +03:00
sha
52ff5da978
Enhance search functionality in Header component with clear button and improved input handling
2025-05-04 11:21:36 +03:00
sha
a290989914
Add Redis logos
2025-05-04 11:21:27 +03:00
sha
61044feecc
Add SVG logos for Signal application
2025-05-02 15:50:15 +03:00
sha
74bb163a17
Add SVG logos for Puma, Tesla, Threads, and Ubuntu
2025-05-02 14:58:37 +03:00
sha
829ba354a7
Add SVG logos for GitHub, GitLab, PostgreSQL, and Python
2025-05-02 13:56:57 +03:00
sha
b01c328925
Remove unnecessary polygon and class attributes from atb.svg for cleaner SVG structure
2025-05-02 13:19:45 +03:00
sha
d1ce168b83
Add new SVG logos for LG, Samsung, Siemens, Skechers, and WhatsApp
2025-05-02 13:17:41 +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
446eeabcb3
Refactor App.svelte layout by enhancing main container styles for improved responsiveness and structure
2025-05-02 10:46:10 +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
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
sha
5bf362d1f0
Refactor Preview component styles for improved consistency and theme alignment
2025-05-02 10:29:27 +03:00
sha
2938631e85
Refactor App.svelte for improved code consistency and readability
2025-05-02 10:16:51 +03:00
sha
92acb6e982
Refactor Sainsbury's and Ford logo SVGs for improved color consistency
2025-05-02 10:03:04 +03:00
sha
1660c91747
Refactor backdrop color handling in Preview component for improved theme support
2025-05-02 00:28:19 +03:00
sha
72da8ae666
Refactor Preview component for improved URL hash synchronization and responsive design
2025-05-02 00:04:39 +03:00
sha
43a3b37661
Enhance logo preview functionality with URL anchor support and responsive SVG handling
2025-05-01 23:29:46 +03:00
sha
8c10f643d9
Update gitea.svg to remove unnecessary attributes for improved SVG rendering
2025-05-01 22:42:38 +03:00
sha
6c0d6cf2b5
Add YouTube logo and update Ford brand entry in logos.json
2025-05-01 17:59:58 +03:00
sha
71679ff608
Add Fiat and Ford logos to the project
2025-05-01 17:50:42 +03:00
sha
fdea176b86
Add SVG logos for BMW and Suzuki
2025-05-01 17:18:17 +03:00
sha
10b072d521
Add arm logo with SVG file and associated metadata
2025-05-01 16:32:32 +03:00
sha
b0604fc2e7
Add Sainsbury's logo and update tags for ATB brand
2025-05-01 14:58:22 +03:00
sha
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
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
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
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
3dd4e50281
Merge branch 'worked'
2025-05-01 11:58:41 +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
sha
0313d091fc
Add new logos
2025-05-01 02:54:03 +03:00
sha
b044b81644
Revert "feat: Refactor logo components into Grid and List views"
...
This reverts commit aaf7db1471 .
2025-05-01 02:35:10 +03:00
sha
a49568a389
Add new logos and refactor header component
2025-05-01 01:51:14 +03:00
sha
aaf7db1471
feat: Refactor logo components into Grid and List views
2025-05-01 00:27:38 +03:00
sha
7afcf996ca
fix: adjust margin for color switcher preview for better alignment
2025-04-30 22:40:48 +03:00
sha
c6c3e482c9
chore: remove unused color mode SVG file and ensure proper JSON formatting
2025-04-30 22:38:20 +03:00
sha
8ce320d3db
feat: update SVG logos and enhance color switcher functionality
2025-04-30 22:37:07 +03:00
sha
c9d6ae7104
Add new SVG logos for Nova Post and Ukrposhta; update scanLogos.js to remove unused brand assignment
2025-04-30 19:48:16 +03:00
sha
848813367d
Add new logos
2025-04-30 17:18:43 +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
c28037e1a7
Add brand information to logos and display in LogoModal component
2025-04-30 16:17:17 +03:00
sha
f3051bd3dd
Add shadoll logo SVG
2025-04-30 15:03:32 +03:00
sha
0e7cb66611
Add new SVG logos, optimize SVG
2025-04-30 14:54:05 +03:00
sha
2cfbe43eaa
Refactor SVG path element for consistency; remove redundant id attribute from mono_black.svg
2025-04-29 23:58:38 +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
28e72b7af0
Replace PNG logos with SVG versions for mono black, mono white, and mono yellow logos. Removed outdated PNG files and added new SVG files for better scalability and quality.
2025-04-29 18:01:57 +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
69f6f30cb3
Added new logos
2025-04-29 01:12:46 +03:00
sha
f0faaac138
Refactor SVG structure for Dodge logo
2025-04-29 00:58:55 +03:00
sha
7ae57b0a75
Refactor SVG structure for amazon logo
2025-04-29 00:58:07 +03:00
sha
594e95b60c
Add SVG logos for Amazon, Disney and Silpo
2025-04-29 00:55:58 +03:00
sha
3c61c0ac76
Add new SVG logos for Instagram, Jeep, Lifecell, Netflix, and Reebok...
2025-04-29 00:51:18 +03:00
sha
704803ea2a
Add new logos
2025-04-29 00:19:21 +03:00
sha
13202027a4
add new logo
2025-04-29 00:05:58 +03:00
sha
f7188c6d65
chore: update package-lock.json
2025-04-28 23:53:01 +03:00
sha
8b3bfc61f5
add new logos
2025-04-28 23:44:27 +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
8dfba44957
Add Nationwide logo
2025-04-28 14:45:05 +03:00
sha
6c2aa816fd
Refactor SVG files for improved readability and structure
2025-04-28 14:16:27 +03:00
sha
9ac878993e
Add new logos
2025-04-28 14:09:36 +03:00
sha
2bccfd3c5b
added new logos
2025-04-28 12:49:12 +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
8cf977a791
docs: Add AI-generated code notice to README
2025-04-28 11:54:21 +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