On Wed, 24 Nov 2021 07:47:40 +0000 Kenneth Wimer <wimer@suse.com> wrote:
Hi,
On 24.11.21, 08:42, "josef Reidinger" <jreidinger@suse.cz> wrote:
On Tue, 23 Nov 2021 15:53:32 +0000 Imobach Gonzalez Sosa <IGonzalezSosa@suse.com> wrote:
> Hi all, > > Lately, we have been discussing what information YaST should display > while installing the system[1]. After considering everything and asking > for help from our UX experts, we have decided to start with a > minimalistic approach. The idea is to show only the progress bar (with > a description, of course, of the current step). So no slideshow, no > release notes, no tabs, etc.
Hi, I adapt my code to show how it looks[1]. Code is very simplified, only tricky part is still API for setup which use, for legacy reason and to keep changes minimal, progress value with mixture of time and disk size from which it is computed with some magic number size of steps.
Josef
[1] https://paste.opensuse.org/3264023
Looks good __ Maybe we could vertically center the progress bar? It currently looks a bit lost at the bottom.
-- Ken
And here is gist with all screenshots comparing both bottom and centered approach - https://gist.github.com/jreidinger/a33f72b7b859a2af6599cdbf9a1a485b Josef