Improve notification

This commit is contained in:
Peter Maquiran
2021-06-15 15:09:20 +01:00
parent bfb81fd84f
commit c856cc2927
32 changed files with 218 additions and 1447 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ export class AddNotePage implements OnInit {
`
document.body.append(notification)
notification.querySelector('.text').innerHTML = message
notification.querySelector('.text').innerHTML = message || 'Processo efetuado'
setTimeout(()=>{
notification.remove()
},7000)