This commit is contained in:
@@ -1,17 +1,15 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<h1>New notification count: {{ newNotificationCount() }}</h1>
|
<h1>New notification count: {{ newNotificationCount() }}</h1>
|
||||||
<UnderConstruction />
|
TODO: Vuetify List - Layout: 3 LINE style Listed in order from newest at top
|
||||||
|
to oldest at bottom AVATAR to left side which is icon of ayatype TITLE which
|
||||||
|
is the event type translation AND object name SUBTITLE which is the message
|
||||||
|
if applicable ACTION buttons open object, delete notification
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import UnderConstruction from "../components/underconstruction.vue";
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
|
||||||
UnderConstruction
|
|
||||||
},
|
|
||||||
beforeCreate() {
|
beforeCreate() {
|
||||||
window.$gz.eventBus.$emit("menu-change", {
|
window.$gz.eventBus.$emit("menu-change", {
|
||||||
isMain: true,
|
isMain: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user