Add old post type and possibility to change BG color

This commit is contained in:
Dominic Villemure
2024-10-12 18:10:26 -04:00
parent 006db49cf7
commit ee3b594594
4 changed files with 71 additions and 16 deletions

View File

@@ -18,7 +18,7 @@
</span>
</div>
<v-menu>
<v-menu v-if="creatorIsCurrentUser">
<template v-slot:activator="{ props }">
<v-btn variant="plain" v-bind="props">
<v-icon>mdi-dots-vertical</v-icon>
@@ -151,7 +151,7 @@
</template>
<script setup>
import {computed, onBeforeMount, onMounted, onUnmounted, ref} from 'vue';
import {computed, onBeforeMount, ref} from 'vue';
import {time_ago} from "@/internal_time_ago.js";
import MessageList from "@/views/messages/MessageList.vue";
import PostMessage from "@/views/messages/PostMessage.vue";