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

"Add" menu button when creating an appFolder #14

Closed alex285 closed 7 years ago

alex285 commented 7 years ago

when we create a new folder, there is a "Cancel" button, and we should press Enter for creating it

games-bug

can be an "Add" button on the right of "Cancel" so we can do the same with mouse of touch? that will also expand the input size which currently is very small!

moreover it should check for availability, for example not having two appFolders with same name, or have invalid characters, but only alphanumerics and spaces

maoschanz commented 7 years ago

It looks like there is no invalid character : i had tested with exotic japanese characters, apostrophes, quotation marks, backslashs, both, these all worked.

The extension should already check if an appfolder already exists with the same name, however there is no visual indication of it yet, i will try to had an error message (and your other ideas) in the next update.

maoschanz commented 7 years ago

Concerning width, it looks like it is a for now :')

maoschanz commented 7 years ago

I have tried something. I'm not sure of the error message's conjugation but it looks nice.

alex285 commented 7 years ago

nice! thank you!