Skip to content

Fix/may 2026 code review findings - #143

Merged
WillSams merged 3 commits into
mainfrom
fix/may-2026-code-review-findings
May 22, 2026
Merged

Fix/may 2026 code review findings#143
WillSams merged 3 commits into
mainfrom
fix/may-2026-code-review-findings

Conversation

@WillSams

Copy link
Copy Markdown
Owner

Address full-stack code review findings:

  • Fix CORS misconfiguration (wildcard origin + allow_credentials)
  • Fix fetch_available_rooms iterating dict keys instead of rooms
  • Fix double-decrement in sharedReducer on API error
  • Fix *_FAILED action type strings duplicating *_SUCCESS values
  • Fix DummyPool missing execute method
  • Fix deprecated datetime.utcnow() in auth
  • Fix swallowed token fetch error in baseApi
  • Fix createComponentReducer mutating caller's actionHandlers
  • Clean up settings.py duplicate declarations
  • Rename connectComponent config key dispatch -> mapDispatchToProps
  • Fix typos in cancellation dialog strings

WillSams added 3 commits May 22, 2026 12:29
- Fix CORS misconfiguration (wildcard origin + allow_credentials)
- Fix fetch_available_rooms iterating dict keys instead of rooms
- Fix double-decrement in sharedReducer on API error
- Fix *_FAILED action type strings duplicating *_SUCCESS values
- Fix DummyPool missing execute method
- Fix deprecated datetime.utcnow() in auth
- Fix swallowed token fetch error in baseApi
- Fix createComponentReducer mutating caller's actionHandlers
- Clean up settings.py duplicate declarations
- Rename connectComponent config key dispatch -> mapDispatchToProps
- Fix typos in cancellation dialog strings
@WillSams
WillSams merged commit 1da3038 into main May 22, 2026
6 checks passed
@WillSams
WillSams deleted the fix/may-2026-code-review-findings branch May 22, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant