From e1b146d1f294d5d39a7b178eb5830f45cad1d7d7 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 11 Mar 2022 19:32:11 +0000 Subject: [PATCH] added "dire" mode to warning dialog and use it with license erase db --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/components/gzconfirm.vue | 17 +++++++++++++++++ ayanova/src/views/adm-license.vue | 4 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 678c4c09..8dc364e3 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -823,6 +823,7 @@ BUILD 8.0.0-beta.1-rc4 CHANGES OF NOTE - Updated database erase code to include recent tables added and some missing ones include dashboard template - Updated database erase code to erase all reports and return to stock ones on erase database - updated docs for notification system daily ping health check type to mention it also will be sent any time server is restarted +- changed warning dialogs for erase database to have "dire" mode with more skulls and crossbones and prominent red button - case 4121 fixed unable to open ops notification settings, fixed incorrect translation key - case 4123 fixed missing / wrong translation keys - case 4124 implemented @@ -838,5 +839,4 @@ BUILD 8.0.0-beta.1-rc4 CHANGES OF NOTE - case 4139 see notes, not reproducible here - case 4140 n.r., but likely fixed by change see case notes - case 4141 implemented for both back end, front end and also for v8-migrate (was not tracking user before) - - case 4142 updated docs \ No newline at end of file diff --git a/ayanova/src/components/gzconfirm.vue b/ayanova/src/components/gzconfirm.vue index d9cbd7e3..f99a5fd1 100644 --- a/ayanova/src/components/gzconfirm.vue +++ b/ayanova/src/components/gzconfirm.vue @@ -25,6 +25,9 @@ + {{ options.title }} @@ -52,7 +55,21 @@ @click.native="cancel" >{{ options.noButtonText }} + + $ayiSkullCrossbones{{ options.yesButtonText }} + $ayiSkullCrossbones + +