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

add possibility to remove an item (ui) #384

Open
snuup opened this issue Apr 7, 2020 · 4 comments
Open

add possibility to remove an item (ui) #384

snuup opened this issue Apr 7, 2020 · 4 comments

Comments

@snuup
Copy link

snuup commented Apr 7, 2020

currently it is not possible to remove an item.

@jjoergensen
Copy link

Yea, this is kind of a show stopper :-)

@pvh
Copy link
Member

pvh commented Sep 29, 2020 via email

@jjoergensen
Copy link

Hi Peter. The delete button didn't work for me. I also couldn't find any other way of deleting the element, such as right-clicking or deleting it from the list shown after hitting the "map-icon".

@pvh
Copy link
Member

pvh commented Sep 29, 2020

It's definitely missing from the right click menu, though that would be easy enough to fix, and it looks like we only check backspace and not delete.

See:
https://github.com/automerge/pushpin/blob/master/src/renderer/components/content-types/board/Board.tsx#L114

It should be easy enough to add a delete option here, and I may do so if I get a chance:
https://github.com/automerge/pushpin/blob/master/src/renderer/components/content-types/board/BoardContextMenu.tsx

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

No branches or pull requests

3 participants