Skip to content

Delete PanelView immediately after user asks to delete panel

Niccolò Venerandi requested to merge work/niccolove/454549 into master
  • Delete PanelView immediately after user asks to delete panel

We used to only hide the PanelView until as long as the "undo" notification was alive, but this allows the user to still interact with the applets through shortcuts. Instead, we immediately delete the PanelView, and we create it again if the user undoes the action.

BUG:454549

Test plan

Delete panels! Click undo! Or just close the notification! Nothing should change, user-wise. But, you should not be able to trigger applets after clicking on "delete panel" either.

Merge request reports

Loading