baedert / corebird

Native Gtk+ Twitter Client
https://corebird.baedert.org
GNU General Public License v3.0
792 stars 78 forks source link

Prevent deletion of Lists #811

Closed thomasbilk closed 6 years ago

thomasbilk commented 6 years ago

Corebird makes it too easy to delete a complete list by accident as it has happened to me twice now. To accidentally delete a list open it and press space twice. No warning no going back.

I guess the reason is that the delete button is unnecessarily the prominent and focused first button in the list view. So pressing it by pressing space triggers a deletion of the entire carefully curated list. If there is any warning it will not be shown.

The delete button should be moved or better removed.

baedert commented 6 years ago

Hitting space just shows the menu item asking for confirmation but still: nice find. Kinda worsened by the delete button being focused without being visible to the user...