UI: Steps, Visibility, and Translate texts in components
1. In the first step, depending on the selected values, when clicking the continue button, I also want to automatically advance to the next step.
2. In addition, I want to hide the continue button depending on the values, and expand the text input to fill the screen until the end, where the button was.
3. I'd like to set my own text/translate all texts of components/properties (steps - "step 1 of 4" / "previous - next", pagination - "page 1 of 5", etc).
4. Show toast notifications (success, error, warning) in certain cases. E.g.: triggered in some in-line code from UI; when attempting to proceed to a next step (in some cases on successful advancement and in others on error, without using 'throw Error' as it displays a system error message before the one I send); etc.
