-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sub-navigation and initial landing page #886
Comments
deboer-tim
added a commit
to deboer-tim/podman-desktop-extension-bootc
that referenced
this issue
Oct 16, 2024
Introduces left navigation for bootc. The initial Dashboard is just the empty screen that we had before (but now always visible), and Disk Images is the main screen we had after you had created an image, renamed and with a more typical empty screen. This sets bootc up for adding additional pages in the future, most likely Samples and a filtered bootable Images page. Most page urls had to be updated, and I switched to vi.waitFor() for the tests I updated. Most of podman-desktop#886, but not marking as fixed since there is some renaming & cleanup that I'd like to do on other files but didn't want to complicate this PR further. Signed-off-by: Tim deBoer <[email protected]>
deboer-tim
added a commit
that referenced
this issue
Oct 17, 2024
Introduces left navigation for bootc. The initial Dashboard is just the empty screen that we had before (but now always visible), and Disk Images is the main screen we had after you had created an image, renamed and with a more typical empty screen. This sets bootc up for adding additional pages in the future, most likely Samples and a filtered bootable Images page. Most page urls had to be updated, and I switched to vi.waitFor() for the tests I updated. Most of #886, but not marking as fixed since there is some renaming & cleanup that I'd like to do on other files but didn't want to complicate this PR further. Signed-off-by: Tim deBoer <[email protected]>
deboer-tim
added a commit
to deboer-tim/podman-desktop-extension-bootc
that referenced
this issue
Oct 17, 2024
Move the disk image related files into the disk-image folder, and rename using the same pattern we use for columns in Podman Desktop. While I was there I updated most imports to '/@' syntax. Also thought of another test for the Navigation and added that. Fixes podman-desktop#886. Signed-off-by: Tim deBoer <[email protected]>
This was referenced Oct 17, 2024
github-project-automation
bot
moved this from 🚧 In Progress
to ✔️ Done
in Podman Desktop Planning
Oct 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a precursor to #863, we need sub-navigation in the bootc extension and (so that we have more than one page) we will start with the current welcome.
The text was updated successfully, but these errors were encountered: