cockpit-project / console.dot

Webconsole Cloud Service
2 stars 3 forks source link

PatternFly HTML Pages #71

Closed jelly closed 1 year ago

jelly commented 2 years ago

Use Patternfly in our HTML Pages.

marusak commented 1 year ago

@jelly I played with this a bit and pushed some updates. Looked like this: Screenshot from 2022-11-04 10-16-45 Now it looks like this: Screenshot from 2022-11-04 10-49-53 Screenshot from 2022-11-04 10-56-02 Screenshot from 2022-11-04 11-01-54

WDYT?

jelly commented 1 year ago

Tested it locally, looks good to me. According to @martinpitt we can drop the Session status line as that was just debugging, maybe we just move that to console.debug() so we can debug / see the status changes.

marusak commented 1 year ago

According to @martinpitt we can drop the Session status line as that was just debugging, maybe we just move that to console.debug() so we can debug / see the status changes.

Right now we only have one status, correct? If that is the case we can surely drop it. My thinking was that there would be more statuses like "Preparing environment", "Reaching out to the host", "Waiting for host connection"... It feels somewhat nicer when there is something changing on the screen.