quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.73k stars 2.67k forks source link

Dev UI 2 - Generalize No Dev Services element #32234

Closed gsmet closed 1 year ago

gsmet commented 1 year ago

When we don't have any RESTEasy Reactive endpoints, we have a big blank page, which is not very user friendly.

Especially since you have the same blank page if an error occurred in the Dev UI.

Someone created a nice component for Dev Services and I wonder if we should generalize it and have a component to call when no items are available.

The component would take a full message (i.e. You do not have any Dev Services running.) and an optional link to a guide (maybe with a default See the documentation for more information and possibility to tweak the message).

The component looks like:

2023-03-29 17 07 36 localhost 279f6e09862c

Note that this is not a priority but something nice to have for the future.

quarkus-bot[bot] commented 1 year ago

/cc @geoand (devservices), @stuartwdouglas (devservices)

gsmet commented 1 year ago

/cc @phillip-kruger

phillip-kruger commented 1 year ago

Sounds good to me. Do you want to build that component?