diff --git a/web/i18n/en/notification.json b/web/i18n/en/notification.json new file mode 100644 index 00000000..a9b32139 --- /dev/null +++ b/web/i18n/en/notification.json @@ -0,0 +1,4 @@ +{ + "update.title": "update is available!", + "update.subtext": "press to reload" +} diff --git a/web/src/components/misc/UpdateNotification.svelte b/web/src/components/misc/UpdateNotification.svelte new file mode 100644 index 00000000..0e2c93db --- /dev/null +++ b/web/src/components/misc/UpdateNotification.svelte @@ -0,0 +1,102 @@ + + +