Skip to content

Pulling fix/carousel-images-from-develop into develop#1269

Merged
ktun95 merged 2 commits into
developfrom
fix/carousel-images-from-develop
May 31, 2026
Merged

Pulling fix/carousel-images-from-develop into develop#1269
ktun95 merged 2 commits into
developfrom
fix/carousel-images-from-develop

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

No description provided.

static-server only serves real files under /assets (its --sf flag) and falls
back to index.html for everything else, so the carousel images placed at
/carousel/* in public/ would 404 in production. Move them back into
packages/ui-frontpage/src/assets/carousel and import them so Vite emits them as
hashed /assets/* files that static-server serves. The AVIF/WebP <picture>
sources, intrinsic width/height, and first-slide fetchpriority/eager loading
are retained.

Drop the index.html <link rel="preload"> for the first slide: imported assets
get hashed filenames with no stable path to preload statically, and it pointed
at the now-removed /carousel path. fetchpriority="high" on the eager first
slide keeps the LCP prioritization.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The documentation is updated to include instructions on how to verify changes that affect the build process. This ensures that build-related changes are thoroughly tested before deployment.
@codecov
Copy link
Copy Markdown

codecov Bot commented May 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.24%. Comparing base (df8993a) to head (4a4d960).
⚠️ Report is 201 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1269      +/-   ##
===========================================
- Coverage    94.54%   86.24%   -8.31%     
===========================================
  Files          417      456      +39     
  Lines        22026     4136   -17890     
  Branches      1502      448    -1054     
===========================================
- Hits         20825     3567   -17258     
+ Misses        1201      520     -681     
- Partials         0       49      +49     
Files with missing lines Coverage Δ
packages/ui-frontpage/src/Slideshow.tsx 100.00% <ø> (ø)

... and 447 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ktun95 ktun95 merged commit aeb0169 into develop May 31, 2026
13 of 14 checks passed
@ktun95 ktun95 deleted the fix/carousel-images-from-develop branch May 31, 2026 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant