Added quick alert button to actor bio.

This commit is contained in:
2025-03-09 04:12:02 +01:00
parent 45a0631c9b
commit 61ed171c9d
6 changed files with 166 additions and 9 deletions

View File

@@ -357,8 +357,6 @@ const pageContext = inject('pageContext');
const user = pageContext.user;
const actor = ref(pageContext.pageProps.actor);
// console.log(actor.value);
const fields = computed(() => [
...(actor.value.photos.length > 0 ? [{
key: 'avatar',