ContriHUB / ContriHub-18

http://contrihubs.herokuapp.com - :snowman: :cyclone: ContriHub is an event under Avishkar-18 where we are expecting to get more and more people involved in Opens Source activities.
7 stars 33 forks source link

Remove alert boxes #135

Closed deepak-bharti-deel closed 5 years ago

deepak-bharti-deel commented 5 years ago

currently there are alert boxes on success/failure of various actions, but these alert boxes aren't good as they block the whole event loop i.e nothing can run asynchronously until alert box is there :smile:

Try to replace it with snackbars which comes out from bottom or sides and disappears after few seconds. see this for reference https://material.io/develop/web/components/snackbars/

remove following alert boxes during verification request of pr by student

one for unauthenticated users one for blank pr_link one pr submitted already created pr etc

remove two alert boxes - 30 points :smile: