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(dd-extension-api): Implement toast API #1154

Merged
merged 1 commit into from
Jan 11, 2023

Conversation

benoitf
Copy link
Collaborator

@benoitf benoitf commented Jan 10, 2023

What does this PR do?

Implements toast API of docker desktop extensions

Screenshot/screencast of this PR

O5HDN7dJHc.mp4

What issues does this PR fix or reference?

fixes #772

How to test this PR?

1.Adds OpenShift extension
2.click on reload button (success notification/toast)
3. Click on login into a cluster and provides fake URL like http://127.0.0.1:1234 (error notification/toast)

Change-Id: I924f96229585fbd146fda19aa93386dae38a7d45
Signed-off-by: Florent Benoit fbenoit@redhat.com

fixes containers#772

Change-Id: I924f96229585fbd146fda19aa93386dae38a7d45
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
@cdrage
Copy link
Contributor

cdrage commented Jan 10, 2023

LGTM. Was able to test this out perfectly with the OpenShift extension.

@cdrage cdrage enabled auto-merge (squash) January 10, 2023 21:07
@benoitf
Copy link
Collaborator Author

benoitf commented Jan 11, 2023

@cdrage looks like you didn't approve :-)

@cdrage cdrage merged commit 497d749 into containers:main Jan 11, 2023
@podman-desktop-bot podman-desktop-bot added this to the 0.11.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implements Toast api of Docker Desktop extension API
3 participants