maoschanz / appfolders-manager-gnome-extension

A GNOME extension allowing easy management of "appfolders" directly from the applications grid.
GNU General Public License v3.0
94 stars 24 forks source link

allow to create new folder by drag app to another app #95

Closed Sindweller closed 4 years ago

Sindweller commented 4 years ago

allow to drop an app on another app, then there will display the dialog just as the function of "Create a new folder" label. (and has an ugly style upon the apps to distinguish with folders :-(

maoschanz commented 4 years ago

i'm really impressed by the idea that you not only read my horrible code, but you also understood it enough to implement something working.

Currently my only way to test the code on Ubuntu LTS (which is what you used, i guess) is a VM so i have shitty performances, but is it the case on a physical machine?

Sindweller commented 4 years ago

i'm using Fedora30 on my physical machine, it does works well. But as the situation happened on VM, i agree to do extra test to make sure this feature works fine. i'll try to do some optimization according to VM. Great extension, thanks!

Sindweller commented 4 years ago

Hi there, I test this feature on my VM, use Ubuntu 18.04. It works fine. I think the performance is depending on machine's memory. But I implement this feature in appfolderDialog.js and extension.js all relying on DragAndDrop.OVERLAY_MANAGER , any suggestion plz?