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

GUACAMOLE-1866: Allow recent connections to be removed. #970

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

necouchman
Copy link
Contributor

@necouchman necouchman commented Apr 7, 2024

This is an additional change to the "Recent Connections" functionality that allows for a connection to be removed from the list. A small red "X" is added to the upper-right corner of the connection thumbnail, as shown in the image below, and, when clicked, the connection will be removed.

It's worth noting that I had some trouble positioning the "X" exactly where I wanted it (directly over the thumbnail image), while still allowing the click functionality to work correctly. If anyone has suggestions on how to update the CSS to position, but allow it to work, I'm open to suggestions. The main challenge was that I cannot place the <div></div> tags that contain the image inside of the <a></a> tags, so positioning over the <img> was a bit challenging.

image

image

@jmuehlner jmuehlner merged commit 13f827a into apache:main Apr 17, 2024
1 check passed
@necouchman necouchman deleted the jira/1866 branch April 26, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants