You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
OpenAPI
Make API requests based on a range of provided options that are generated according to specifications defined in a yaml or json-formatted OpenAPI document.
WebRTC
Verify connectivity of ICE servers (STUN and TURN) for WebRTC applications by gathering ICE candidates and generating an SDP.
Bug Fixes
Fixed right margin bug on WebSocket message container
Fixed UI reducer composerDisplay test
Fixed initial state test in business reducer
Code Quality
Removed unused imports.
Removed unused props.
Updated ESLint config to be Typescript aware.
Added formatting and linting npm scripts.
Fixed as many inherited linting errors as possible. Disabled rules per file for many others. Tweaking rules and tending to the existing errors will need to continue, but the included updates should help enforce more standardization and best practices moving forward.
Updated Typescript declarations to match new redux store state, and to utilize enums and interface inheritance.