egirlskey/packages/frontend
dakkar 683b4aafb2 real-time updates on note detail view
`useNoteCapture` already subscribes to all updates for a note, so
we can tell it when a note gets replied to, too

Since I'm not actually adding any extra subscription in the client,
just an extra callback, there should be no overhead when replies are
not coming in.

Also, all the timelines already call `useNoteCapture` for each note
displayed, so we know the whole `GlobalEventService` thing works fine.

Many thanks to VueJS for taking care of all the DOM complications
2023-12-23 14:09:51 +00:00
..
.storybook merge: upstream 2023-12-23 02:09:23 +01:00
.vscode test(#10336): add components/Mk[A-B].* stories (#10475) 2023-04-13 12:20:39 +09:00
@types (dev-mode) devモードの改善 (#12639) 2023-12-14 20:16:02 +09:00
assets merge: upstream 2023-12-23 02:09:23 +01:00
lib merge: upstream 2023-12-23 02:09:23 +01:00
public chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
src real-time updates on note detail view 2023-12-23 14:09:51 +00:00
test fix(frontend): testが落ちるのを修正 (#12679) 2023-12-16 08:56:26 +09:00
.eslintrc.cjs refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539) 2023-12-07 14:42:09 +09:00
.gitignore build(#10336): Storybook & Chromatic & msw (#10365) 2023-04-04 09:38:34 +09:00
package.json merge: upstream 2023-12-23 02:09:23 +01:00
tsconfig.json refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539) 2023-12-07 14:42:09 +09:00
vite.config.local-dev.ts (dev-mode) devモードの改善 (#12639) 2023-12-14 20:16:02 +09:00
vite.config.ts merge: upstream 2023-12-23 02:09:23 +01:00
vite.json5.ts Fix type errors from vite.json5.ts (#9936) 2023-02-15 17:14:47 +09:00
vue-shims.d.ts Fix/vue import error on intellij (#12612) 2023-12-09 13:13:31 +09:00