ZeroX-DG / SnippetStore

:tada: A snippet management app for developers :rocket:
https://zerox-dg.github.io/SnippetStoreWeb/
MIT License
869 stars 81 forks source link

[Improvement] Better add new snippet (file) feature #31

Open bantya opened 5 years ago

bantya commented 5 years ago

Hi buddy, this is my time opening issue in this awesome project. Thanks for this.

I am having some suggestions to improve the UX of the product.

⭕ Currently creating a new snippet greets us with following dialog:

image

There is nothing to ask from here, but having to choose single file snippet or multi file snippet is somewhat cumbersome, especially if someone has to create a lot of snippets.

⭕ Thus clicking create a new snippet button should open the create snippet dialog directly without having to go through above image:

image

⭕ Creating a new file in the snippet directly from normal layout:

image

⭕ And editing a snippet would be same as editing a multi file snippet:

image