From 8df58efdb8f946a8dbe2ab565d1d09f4a2b5c1ae Mon Sep 17 00:00:00 2001 From: woothu <32914662+woothu@users.noreply.github.com> Date: Mon, 11 Mar 2019 12:10:17 +0100 Subject: [PATCH] refactor: change in alerts view due to CAlert component refactor. --- src/views/notifications/Alerts.vue | 109 +++++++++++++++++++---------- 1 file changed, 71 insertions(+), 38 deletions(-) diff --git a/src/views/notifications/Alerts.vue b/src/views/notifications/Alerts.vue index d9a70c9f..db9b9c39 100644 --- a/src/views/notifications/Alerts.vue +++ b/src/views/notifications/Alerts.vue @@ -90,39 +90,60 @@ - Alerts dismissible + Alerts + dismissible -
- - Dismissible Alert! - - - - Dismissible Alert! - - ok - - - - Dismissible Alert! - - Dismissible Alert! - - Show dismissible alert ({{showDismissibleAlert?'visible':'hidden'}}) + + + Dismissible Alert with fade effect! + + + + Dismissible Alert with custom icon! + + + + Dismissible Alert with custom button! + + + + + Disabled dismissible Alert! + + + Show dismissible alerts -
@@ -131,19 +152,20 @@
- - Alert will dismiss after {{dismissCountDown}} seconds... + + Alert will dismiss after + {{dismissCountDown}} seconds... - + > Alert will dismiss after {{dismissCountDown}} seconds... alert = true + ) } } }