mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
2db6df71a9
Extend SESSION_2026-05-18_changelog.md with the five-commit Phase 12 batch landed after the original changelog (e7e8bcc) was written: -b2a86da: feat(hooks/session) — eight consumer hooks for the renderer snapshot pattern (useUserDataSnapshot, useActiveRoomSessionSnapshot, useIgnoredUsersSnapshot + useIsUserIgnored, useGroupBadgesSnapshot + useGroupBadge, useVolumesSnapshot, useRoomUserListSnapshot). -71a0eee: refactor(hooks/session) — migrate useSessionInfo's userFigure / respects mirrors to useUserDataSnapshot; drop 3 useState + 2 useMessageEvent. -36addbe: fix(avatar-info) — reactive Ignore/Unignore menu entry; the previously-stale captured boolean now flips in real time via useIsUserIgnored. -02a396d: docs(CLAUDE.md) refresh — bump Vitest 193→203, drop obsolete rows, document the new snapshot-consumer pattern, mark the two old open logic bugs as closed. Also bumps the headline commit count 109 → 114 and updates the end-of-session HEAD references.