Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Feature/export #34

Merged
merged 3 commits into from
Aug 8, 2022
Merged

Feature/export #34

merged 3 commits into from
Aug 8, 2022

Conversation

lucbpz
Copy link
Contributor

@lucbpz lucbpz commented Aug 5, 2022

What does this PR do?

  • Adds the new export dialog to export a volume into a file, a local image and a new image.

image

@github-actions
Copy link

github-actions bot commented Aug 5, 2022

Docker image tag(s) pushed:

felipecruz/vackup-docker-extension:pr-34

Labels added to images:

org.opencontainers.image.title=vackup-docker-extension
org.opencontainers.image.description=Docker Extension to backup and restore docker volumes.
org.opencontainers.image.url=https://github.com/felipecruz91/vackup-docker-extension
org.opencontainers.image.source=https://github.com/felipecruz91/vackup-docker-extension
org.opencontainers.image.version=pr-34
org.opencontainers.image.created=2022-08-08T08:14:22.873Z
org.opencontainers.image.revision=5cffd855e8713e39218ab3eba1bba1e370a70b19
org.opencontainers.image.licenses=MIT

ui/src/components/ExportDialog.tsx Show resolved Hide resolved
console.log("ExportDialog component rendered.");
const ddClient = useDockerDesktopClient();
const context = useContext(MyContext);
export default function ExportDialog({ open, onClose }: Props) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previously, when saving an image, we had a nice message explaining to users how they could check that the content had been saved successfully in the image.

I think it'd be good to keep it when saving a volume into both a local and a new image, WDYT?

image

@felipecruz91 felipecruz91 merged commit 2393b63 into main Aug 8, 2022
@felipecruz91 felipecruz91 deleted the feature/export branch August 8, 2022 15:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants