Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: generate PWA icons at build time #20516

Merged
merged 3 commits into from
Nov 20, 2024
Merged

Commits on Nov 19, 2024

  1. feat: generate PWA icons at build time

    Generates PWA icons during the production build, preventing the need to use
    AWT APIs at runtime and making first requests to the application faster.
    Also prevents potential issues caused by loading AWT native library in
    native images.
    
    Fixes #19497
    mcollovati committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    223b6a3 View commit details
    Browse the repository at this point in the history
  2. fix test

    mcollovati committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    88fed2d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. apply review suggestions

    mcollovati committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    8a2faa3 View commit details
    Browse the repository at this point in the history