diff --git a/webUI/src/assets/dino.png b/webUI/src/assets/dino.png new file mode 100644 index 0000000..e284736 Binary files /dev/null and b/webUI/src/assets/dino.png differ diff --git a/webUI/src/assets/hero.png b/webUI/src/assets/hero.png new file mode 100644 index 0000000..ea55d5d Binary files /dev/null and b/webUI/src/assets/hero.png differ diff --git a/webUI/src/assets/peach.png b/webUI/src/assets/peach.png new file mode 100644 index 0000000..ead128a Binary files /dev/null and b/webUI/src/assets/peach.png differ diff --git a/webUI/src/components/application/buttons/CalculatorButton.vue b/webUI/src/components/application/buttons/CalculatorButton.vue new file mode 100644 index 0000000..227228a --- /dev/null +++ b/webUI/src/components/application/buttons/CalculatorButton.vue @@ -0,0 +1,195 @@ + + + + + \ No newline at end of file diff --git a/webUI/src/components/application/buttons/SecretDialog.vue b/webUI/src/components/application/buttons/SecretDialog.vue new file mode 100644 index 0000000..e22b4f9 --- /dev/null +++ b/webUI/src/components/application/buttons/SecretDialog.vue @@ -0,0 +1,359 @@ + + + + + + \ No newline at end of file diff --git a/webUI/src/views/acc/App.vue b/webUI/src/views/acc/App.vue index 2379ccc..8178c7f 100644 --- a/webUI/src/views/acc/App.vue +++ b/webUI/src/views/acc/App.vue @@ -9,7 +9,8 @@ import Notifications_btn from '@/components/application/buttons/notifications_bt import Year_cob from '@/components/application/combobox/year_cob.vue'; import Currency_cob from '@/components/application/combobox/currency_cob.vue'; import clock from '@/components/application/clock.vue'; - +import CalculatorButton from '@/components/application/buttons/CalculatorButton.vue' +import SecretDialog from '@/components/application/buttons/SecretDialog.vue'; export default { data() { return { @@ -280,7 +281,9 @@ export default { Notifications_btn, Year_cob, Currency_cob, - clock + clock, + CalculatorButton, + SecretDialog } }; @@ -860,6 +863,8 @@ export default { mdi-help-circle + +