Skip to content

Draft: Batch multiple undo toasts together

Ignacy Kuchciński requested to merge ignapk/nautilus:adw-portings into master

Currently, if the user quickly performs multiple delete operations, undo toasts queue in an awkward way.

This results in both confusing and slow user experience.

To fix that, batch the multiple undo toasts into a toast that undoes deleting all of those items at once.

TODO:

  • bump the toast timeout
  • undo all items at once

Fixes #2350

Edited by António Fernandes

Merge request reports