From 5b7c6538745083dfd48771392ab22de557a7a344 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 2 Aug 2022 00:37:48 +0300 Subject: [PATCH] initial scratch --- src/App.js | 1 + src/App.vue | 1 + src/assets/pleromatan_apology.png | Bin 0 -> 405742 bytes src/assets/pleromatan_apology_fox.png | Bin 0 -> 533320 bytes .../update_notification.js | 24 ++++++++++ .../update_notification.scss | 34 +++++++++++++++ .../update_notification.vue | 41 ++++++++++++++++++ src/i18n/en.json | 9 ++++ 8 files changed, 110 insertions(+) create mode 100644 src/assets/pleromatan_apology.png create mode 100644 src/assets/pleromatan_apology_fox.png create mode 100644 src/components/update_notification/update_notification.js create mode 100644 src/components/update_notification/update_notification.scss create mode 100644 src/components/update_notification/update_notification.vue diff --git a/src/App.js b/src/App.js index d5967685..f5bd7e2e 100644 --- a/src/App.js +++ b/src/App.js @@ -32,6 +32,7 @@ export default { MobileNav, DesktopNav, SettingsModal: defineAsyncComponent(() => import('./components/settings_modal/settings_modal.vue')), + UpdateNotification: defineAsyncComponent(() => import('./components/update_notification/update_notification.vue')), UserReportingModal, PostStatusModal, GlobalNoticeList diff --git a/src/App.vue b/src/App.vue index 0efadaf0..c741aa70 100644 --- a/src/App.vue +++ b/src/App.vue @@ -65,6 +65,7 @@ +