more tests

This commit is contained in:
Henry Jameson 2026-09-16 20:44:41 +03:00
commit d0b00db195
8 changed files with 384 additions and 103 deletions

View file

@ -114,16 +114,9 @@ export default {
const conversationLite = computed(() =>
conversation.value.map(({ id }) => ({ id })),
)
watch(
expanded,
(value) => {
if (value) {
fetchConversation()
}
},
{ flush: 'post' },
)
provide('focusedId', focusedId)
provide('conversation', conversation)
provide('replies', replies)
// Component created
if (isPage.value) {