Add notifications control.

Experimental. Pushes updates of interest (currently
new / changed log entries) via the Notifications API.
Can be enabled or disabled by the user at any time.
This commit is contained in:
D. Berge
2020-09-15 02:41:05 +02:00
parent 3d091eec53
commit f32066695e
2 changed files with 114 additions and 1 deletions

View File

@@ -9,6 +9,8 @@
<v-spacer></v-spacer>
<dougal-notifications-control class="mr-6"></dougal-notifications-control>
<div title="Night mode">
<v-switch
class="ma-auto"
@@ -35,12 +37,14 @@
<script>
import DougalHelpDialog from '@/components/help-dialog';
import DougalNotificationsControl from '@/components/notifications-control';
export default {
name: 'DougalFooter',
components: {
DougalHelpDialog
DougalHelpDialog,
DougalNotificationsControl
},
computed: {