The NEW LOCAL REBUILD

The old GUI, when I rebuild, I can see when the build was done.

How do I see now with the new GUI when the build is done and ready to Start?
Maybe when pressing the Rebuild, the Start Button shuld be set to inactive and active when it's done and Ready to be run.
Thanks for a great community and Home Assistent App

https://community.home-assistant.io/t/how-to-help-us-help-you-or-how-to-ask-a-good-question/

Yeah what SirG meant is.

Huh?

It is not clear at all what you mean. By 'old build' or 'the build is done' so we have no idea what to answer? What build at you trying to get info on the wait for?

Sorry I'm a little unclear with my question, when you don't load ready-made images of App from the repos like docker hub, github, and Home Assistant's own. Sorry I have to explain how Home Assistant works. Then you can compile and run your own container in Home Assistant. So-called local. Then there is a button that builds a container, where I previously in the previous interface saw when this build was finished. With the new interface I don't see that. Maybe not many people use this very good feature, so many don't see this. They just download ready-made images. Also in my previous message I also wrote a possible solution with the new interface.

Here's an example for those wondering what goes on behind the scenes:

docker buildx build . --tag local/aarch64-addon-test:2.2.1 --file Dockerfile --platform linux/arm64 --pull --label io.hass.version=2.2.1 --label io.hass.arch=aarch64 --label io.hass.type=app --label io.hass.name=Test --label io.hass.description=Test --label io.hass.url=https://github.com/test --build-arg BUILD_VERSION=2.2.1 --build-arg BUILD_ARCH=aarch64

You dont have to do that.
You have to give some information though regarding your problem, like logs, what type of installation do you have and more.

Did you read this??? Sir_Goodenough posted that link for you to read.

https://community.home-assistant.io/t/how-to-help-us-help-you-or-how-to-ask-a-good-question/

Sorry i took the liberty to change Your "unclear" Topic Category, to Development, as i didn't find anything valuable for any specific 3rd part Integrations nor APPs
And the only "reference" You Specify, is to " Developers Docs " tutorial

Thank you for that, and I also post a discuss thread to

Yeah that visibility is actually useful—would suck to accidentally hit Start before it’s done. Not sure if the new GUI just hides it somewhere or if it’s genuinely missing, but it does seem like a step back.

I have a suggestion how to solve this in my thread on github discussion.
If it possible to change the start key to active and to inactive.