Commit Graph

132 Commits

Author SHA1 Message Date
sHa
d0402ceafa feat: add AdGuard and Uptime Kuma logos with SVG files; enhance logos.json for new entries 2025-05-26 13:35:49 +03:00
sHa
7acb294fa7 refactor: consolidate routing logic into App.svelte; remove router.js file 2025-05-17 01:55:21 +03:00
sHa
6b4bada5f4 feat: enhance SVG handling by updating color targets and adding SVG source retrieval; refactor Actions and InlineSvg components for improved functionality 2025-05-16 12:25:33 +03:00
sHa
cd753de3db feat: add CardFull, CardMiddle, CardSmall, Grid, and List components for logo display; refactor Preview page to use CardFull 2025-05-16 02:50:03 +03:00
sHa
1c0247dc39 feat: update setTheme prop to a constant function in multiple components for consistency 2025-05-16 02:33:58 +03:00
sHa
5d1bae8008 Refactor Home and Preview pages for improved data handling and UI components
- Updated Home.svelte to streamline app data initialization and reactivity.
- Removed unnecessary intervals and checks for app data updates.
- Enhanced data binding for logos, view modes, and themes.
- Simplified the structure of the Header and Footer components.
- Introduced CardList and CardSquare components for better logo display.
- Improved routing with a NotFound page for unmatched routes.
- Added a RouteHeader component for search functionality and theme switching.
- Enhanced styling for better user experience across components.
2025-05-16 02:24:04 +03:00
sHa
802bdedf53 feat: add isFetchingSvgSource state for improved SVG source handling 2025-05-15 22:12:56 +03:00
sHa
0bce3afd65 feat: simplify SVG source handling and improve preview layout; remove unused styles 2025-05-15 22:03:02 +03:00
sHa
3aaa39b49e feat: clean up unused styles and remove URL manipulation from Preview component 2025-05-15 21:50:11 +03:00
sHa
1cb75c0ec3 feat: enhance styling and structure for color switcher; move common styles to global.css 2025-05-15 17:19:02 +03:00
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
e4402359c0 Create LICENSE 2025-05-06 16:58:26 +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