eb3e0421f8
fix: Simplify Pages artifact preparation and update Svelte dependency version
2025-04-28 00:22:32 +03:00
7bd4cbdf37
fix: Update Pages artifact preparation to organize build files
2025-04-27 23:55:42 +03:00
9b24e1e002
fix: Enhance Pages artifact preparation in GitHub Actions workflow
2025-04-27 23:48:39 +03:00
fb360c1d93
fix: Remove redundant CNAME copy step from GitHub Actions workflow
2025-04-27 23:37:39 +03:00
7107954315
fix: Update GitHub Actions workflow to prepare and upload correct Pages artifact
2025-04-27 23:32:20 +03:00
e8266e59fc
fix: Add missing pages permission to GitHub Actions workflow
2025-04-27 23:22:28 +03:00
fd96994a20
fix: Add missing id-token permission for GitHub Actions workflow
2025-04-27 23:19:23 +03:00
74fa6c26a9
refactor: Update GitHub Actions workflow for improved deployment process and permissions
2025-04-27 23:15:47 +03:00
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
33e47c2b06
Add package-lock.json for reproducible builds and CI
2025-04-27 22:48:58 +03:00
cb95d8e1b0
refactor: Simplify volume mappings in Docker Compose configuration and remove package-lock.json from .gitignore
2025-04-27 22:24:45 +03:00
db01614dd8
feat: Add GitHub Actions workflow for deploying to GitHub Pages and include CNAME file
2025-04-27 22:01:33 +03:00
5e17d20364
refactor: Update documentation for clarity and accuracy
2025-04-27 16:59:50 +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