nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://www.get-notes.com
Mozilla Public License 2.0
3.68k stars 319 forks source link

Improve look of dragging and dropping from notes to folders #544

Open nuttyartist opened 1 year ago

nuttyartist commented 1 year ago

Currently, when dragging and dropping one note to a folder we show the entire note, but this distracts of seeing the folder pane.

Screen Shot 2023-03-16 at 11 20 03 PM

In contrast, when dragging and dropping multiple notes we show the Notes icon and the number of the selected notes.

Screen Shot 2023-03-16 at 11 20 48 PM

We should follow the second example and just show Notes icon.

Other apps are doing something similar, for example, Apple's Notes:

Screen Shot 2023-03-16 at 11 23 06 PM