sort-bookmarks icon indicating copy to clipboard operation
sort-bookmarks copied to clipboard

Please make sort confirmation optional

Open ziffusion opened this issue 4 years ago • 4 comments

Most people just want to sort their bookmarks with the configuration they choose once. Having to click the confirmation is a unnecessary inconvenience for such flows.

If people want to pause and change settings for each sort, maybe there can be a binding that triggers that flow e.g. shift+mouse.

ziffusion avatar Mar 22 '21 19:03 ziffusion

I'm not sure what you're getting at. You want to save a single click?

heftig avatar Mar 22 '21 19:03 heftig

Yes. So by default, when I pick the option to "Sort this folder" in the drop down menu, it should just sort it without popping up the window asking for confirmation.

And if you want to retain 2 flows (with and without confirmation), maybe 2 different key bindings can initiate each flow e.g. simple click may trigger the default flow and shift-click may trigger the other flow.

ziffusion avatar Mar 22 '21 19:03 ziffusion

Sorting a single folder actually saves folder-specific sort settings so the confirmation is not eliminated so easily.

heftig avatar Mar 22 '21 19:03 heftig

Just curious. Why not?

In the flow which does not ask for confirmation, it can just use the settings that were saved last. Or defaults. I mean, the 2 flows could like so:

  1. Default flow : key binding (click) : Sort the folder using the previously saved preferences. If no preferences have been saved then either use defaults, or prompt for preferences.
  2. Alternative flow : key binding (shift+click) : Prompt for preferences and then sort.

ziffusion avatar Mar 22 '21 20:03 ziffusion