From e075c2a70acfd183dfbc7b23ecdbbcd631266160 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Thu, 7 Mar 2024 10:52:16 -0500 Subject: [PATCH] nit: adds temporary fix for rendering bug for podman global onboarding ### What does this PR do? This adds a temporary fix for global onboarding that adds two extra "contents" to forcefully re-render / override the "cache" content that still lingers despite going to a different screen. ### Screenshot / video of UI ### What issues does this PR fix or reference? Reference: https://github.com/containers/podman-desktop/issues/6313 ### How to test this PR? - [ ] Tests are covering the bug fix or the new feature Do global onboarding: 1. Delete ` ~/.local/share/containers/podman-desktop/configuration/settings.json`, or remote 'welcome: initial' part. 2. Go through onboarding and you should no longer see the configuration "autostart" appearing on the last screen. Signed-off-by: Charlie Drage --- extensions/podman/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/podman/package.json b/extensions/podman/package.json index e8744792076..ff72da9efae 100644 --- a/extensions/podman/package.json +++ b/extensions/podman/package.json @@ -279,6 +279,8 @@ "when": "!onboardingContext:podmanIsNotInstalled", "state": "completed", "content": [ + [], + [], [ { "value": "#### How to use podman \nRun `podman help` in the terminal for a list of commands to interact with Podman. For example, try the 'Create' button within the Containers tab of Podman Desktop and view your containers with `podman`:\n\n`$ podman ps`",