Andy Damevin
Andy Damevin
 So cool!!!
@angelozerr you should remove the ms from the time (just keep the seconds)
> @ia3andy it is just a POC and we wonder with @fbricon if we will use `Services` tab view to manage this explorer. So perhaps this explorer will not exist....
Yeah it's a bit large you are right
Hi @sfrandsen, Thanks for taking the time to suggest improvements :) This feature has already been mentioned here: https://github.com/quarkusio/code.quarkus.io/issues/1099 This is indeed something that would be a plus, but the...
Browser live-reload is done by web-bundler yes
@melkassib yeah it might require the src/main/java for gradle, maybe we should just add it with a gitkeep or something so it's created
I think this is out of the scope of Quinoa, this is server-side-rendering. I would suggest to give a try to the [web-bundler](https://github.com/quarkiverse/quarkus-web-bundler) where the index.html can actually be rendered...
Here is an example of accessing the vertx router to add stuff: https://github.com/quarkusio/code.quarkus.io/blob/main/base/src/main/java/io/quarkus/code/rest/DownloadRerouteFilter.java
Thanks @melloware