real-time update: adjust replyCount up/down
this also fixes the connecting lines in the Sk-style view thanks @ShittyKopper for reporting the bug! NOTE: at this point, the `isDeletedRef` boolean is pretty much useless, because we're directly removing deleted notes from the `replies` array and therefore from the DOM (we were just hiding them, before); I'm intentionally not touching `isDeletedRef` to simplify merges from upstream
Showing
- packages/frontend/src/components/MkNoteDetailed.vue 11 additions, 2 deletionspackages/frontend/src/components/MkNoteDetailed.vue
- packages/frontend/src/components/MkNoteSub.vue 13 additions, 2 deletionspackages/frontend/src/components/MkNoteSub.vue
- packages/frontend/src/components/SkNoteDetailed.vue 11 additions, 2 deletionspackages/frontend/src/components/SkNoteDetailed.vue
- packages/frontend/src/components/SkNoteSub.vue 13 additions, 2 deletionspackages/frontend/src/components/SkNoteSub.vue
- packages/frontend/src/scripts/use-note-capture.ts 5 additions, 2 deletionspackages/frontend/src/scripts/use-note-capture.ts
Loading
Please register or sign in to comment