summaryrefslogtreecommitdiff
path: root/src/assets/styles/_obmc-custom.scss
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-02-05 22:23:06 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-02-13 17:35:20 +0300
commit0fc91e798d058c1c98dcfec0c6c5bffbcab3e15e (patch)
treeb3458f2bc016e357fa060198ee2979a6e1d6f4ae /src/assets/styles/_obmc-custom.scss
parent0a3405f78a7ad0846c038d9b0ebe3a09b0c21579 (diff)
downloadwebui-vue-0fc91e798d058c1c98dcfec0c6c5bffbcab3e15e.tar.xz
Add toast component interactions
Include boostrap toast component to communicate success and error requests on the local user management page. - Created BVToastMixin to share initialization options - Used async/await pattern to make sure toasts are shown after asynchronous calls are complete - Followed current AngularJS pattern of manual dismiss for error toast and automatic dismiss for success toast Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I5d5c037b5f41781972106fb5e9a2096cc72c39ab
Diffstat (limited to 'src/assets/styles/_obmc-custom.scss')
-rw-r--r--src/assets/styles/_obmc-custom.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/assets/styles/_obmc-custom.scss b/src/assets/styles/_obmc-custom.scss
index d20e64e4..2e360193 100644
--- a/src/assets/styles/_obmc-custom.scss
+++ b/src/assets/styles/_obmc-custom.scss
@@ -56,4 +56,5 @@ $colors: map-remove($theme-colors, "light", "dark");
@import "./buttons";
@import "./form-components";
@import "./modal";
-@import "./table"; \ No newline at end of file
+@import "./table";
+@import "./toast"; \ No newline at end of file