Commit Graph

87 Commits

Author SHA1 Message Date
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
sHa
1cb5acd066 fix: Update Makefile and documentation for logo scanning command 2025-04-28 10:14:18 +03:00
sHa
d7499075d7 add/change logos images 2025-04-28 09:52:41 +03:00
sHa
b71a7fbb82 fix: Add step to generate logos.json in GitHub Pages workflow 2025-04-28 09:52:18 +03:00
sHa
e2614693fd refactor: Update Docker setup and Makefile for improved development workflow 2025-04-28 09:52:08 +03:00
sHa
9e4fd4290f fix: Refactor Pages artifact preparation to ensure build files are organized in a dedicated directory 2025-04-28 02:35:43 +03:00
sHa
ec7a6ef5d9 fix: Update Pages artifact preparation to place build files directly in the artifact directory 2025-04-28 02:30:55 +03:00
sHa
d04075154e fix: Refactor Makefile and update Svelte dependency version 2025-04-28 02:29:29 +03:00
sHa
eb3e0421f8 fix: Simplify Pages artifact preparation and update Svelte dependency version 2025-04-28 00:22:32 +03:00
sHa
7bd4cbdf37 fix: Update Pages artifact preparation to organize build files 2025-04-27 23:55:42 +03:00
sHa
9b24e1e002 fix: Enhance Pages artifact preparation in GitHub Actions workflow 2025-04-27 23:48:39 +03:00
sHa
fb360c1d93 fix: Remove redundant CNAME copy step from GitHub Actions workflow 2025-04-27 23:37:39 +03:00
sHa
7107954315 fix: Update GitHub Actions workflow to prepare and upload correct Pages artifact 2025-04-27 23:32:20 +03:00
sHa
e8266e59fc fix: Add missing pages permission to GitHub Actions workflow 2025-04-27 23:22:28 +03:00
sHa
fd96994a20 fix: Add missing id-token permission for GitHub Actions workflow 2025-04-27 23:19:23 +03:00
sHa
74fa6c26a9 refactor: Update GitHub Actions workflow for improved deployment process and permissions 2025-04-27 23:15:47 +03:00
sHa
07d7d7e39b refactor: Update Dockerfile and Docker Compose configuration for improved build process and add Svelte 5.28.2 dependency 2025-04-27 22:50:39 +03:00
sHa
33e47c2b06 Add package-lock.json for reproducible builds and CI 2025-04-27 22:48:58 +03:00
sHa
cb95d8e1b0 refactor: Simplify volume mappings in Docker Compose configuration and remove package-lock.json from .gitignore 2025-04-27 22:24:45 +03:00
sHa
db01614dd8 feat: Add GitHub Actions workflow for deploying to GitHub Pages and include CNAME file 2025-04-27 22:01:33 +03:00
sHa
5e17d20364 refactor: Update documentation for clarity and accuracy 2025-04-27 16:59:50 +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