Skip to content
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

feat: details page for disk images #866

Merged
merged 2 commits into from
Sep 30, 2024
Merged

Commits on Sep 27, 2024

  1. feat: details page for disk images

    Modifies the build logs to have a proper details page for disk images, similar
    to how Podman Desktop handles Images or Containers.
    
    The two tabs are Summary and Build Logs. The summary page is simple for now
    but could be expanded; the build logs doesn't really match what we typically
    have in Podman Desktop, but it fits in better here than a standalone page.
    
    Fixes containers#856.
    
    Signed-off-by: Tim deBoer <git@tdeboer.ca>
    deboer-tim committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7b5327e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. chore: removing console.log, added util tests

    Removed unnecessary console.log debugging and added tests for Util.
    
    Signed-off-by: Tim deBoer <git@tdeboer.ca>
    deboer-tim committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fe0f1ae View commit details
    Browse the repository at this point in the history