quarkusio / extensions

The source of https://quarkus.io/extensions
Apache License 2.0
6 stars 4 forks source link

Create endpoint for extension logo #175

Open holly-cummins opened 1 year ago

holly-cummins commented 1 year ago

This is useful for other tools, such as the dev ui.

At the moment the urls are things like https://quarkus.io/extensions/static/f17da5d4877059ca4038829a1d9d5847/64204/smartcrop-041f5002-81c7-4c2d-97eb-6286c16d8ae5.png.webp which wouldn't be easy for the dev ui to discover. Instead, we should add a stable image url, something like https://quarkus.io/extensions/io.quarkiverse.pact/quarkus-pact-consumer/logo.png

phillip-kruger commented 1 year ago

It would have been great if this was a svg, the size would not be a problem. On that note , is the type consistent? I.e is it always a PNG ?

holly-cummins commented 1 year ago

See https://github.com/quarkiverse/quarkus-quinoa/pull/272 for motivation.

melloware commented 1 year ago

I totally agree 😄

image

melloware commented 1 year ago

I also created a main Quarkus ticket about this last week: https://github.com/quarkusio/quarkus/issues/31785