feat: basic toggle post visibility

This commit is contained in:
2026-01-23 17:29:04 +00:00
parent e423497fd2
commit 6eae88f4e9
4 changed files with 343 additions and 362 deletions
+1 -1
View File
@@ -497,7 +497,7 @@ const config = useRuntimeConfig();
const api = config.public.apiBase;
const authStore = useAuthStore();
const { token } = storeToRefs(authStore);
const notifications = useNotifications();
const notifications = useNotificationStore();
const users = ref([]);
const loading = ref(false);