Block a user
HugoNijhuis
created branch issue-7-event-metadata-support in flowmade-one/aether
2026-01-09 16:53:10 +00:00
HugoNijhuis
pushed to issue-7-event-metadata-support at flowmade-one/aether
2026-01-09 16:53:10 +00:00
[Issue #4] Add SnapshotStore unit tests
[Issue #4] Add SnapshotStore unit tests
Re-Review - Approved
All feedback from the previous review has been addressed:
- Thread safety: Added mutex protection to
SaveSnapshot(Lock) andGetLatestSnapshot(RLock) - **Nil…
[Issue #7] Auth-protected app example
[Issue #7] Auth-protected app example
Code Review - Approved
Comprehensive OIDC authentication example with login/logout flow, protected routes, and token handling.
Highlights
- Well-documented package comment explaining…
[Issue #9] Hot reload for development
[Issue #9] Hot reload for development
Code Review - Approved
Excellent hot reload feature with clean architecture and good test coverage.
Highlights
- Clean separation: Watcher, Builder, LiveReload, Inject, DevServer -…
[Issue #5] Todo list example
[Issue #5] Todo list example
Code Review - Approved
Comprehensive todo list example demonstrating reactive list management, component composition, and event handling.
Highlights
- Clean component composition pattern…