maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

Add button to delete snippets #499

Closed smokinGun closed 7 years ago

smokinGun commented 7 years ago

Description

User can now delete snippets they own. Also, users can delete snippets from organizations they are members of. Note: User cannot delete snippets if they are not logged in or do not own the snippet.

Motivation and Context

Fixes #413 branches off of #497, so that must be merged first.

Checklist:

Browsers

Screenshots (if appropriate):

Enabled when logged in

screen shot 2017-05-15 at 15 48 56

Shows confirmation Modal

screen shot 2017-05-15 at 15 49 01

Shows snackbar when deleting

screen shot 2017-05-15 at 15 49 13

Shows snackbar when deleted

screen shot 2017-05-15 at 15 49 14

Delete is enabled for organization members

screen shot 2017-05-15 at 15 49 55

Not enabled on unsaved snippets

screen shot 2017-05-15 at 15 48 41

thebho commented 7 years ago

Please test in more browsers