Skip to content

refactor(app): Port Wi-Fi disconnect from redux-observable to react-query#21783

Open
SyntaxColoring wants to merge 4 commits into
edgefrom
port_wifi_disconnect
Open

refactor(app): Port Wi-Fi disconnect from redux-observable to react-query#21783
SyntaxColoring wants to merge 4 commits into
edgefrom
port_wifi_disconnect

Conversation

@SyntaxColoring

@SyntaxColoring SyntaxColoring commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Overview

This ports the desktop app's "disconnect from Wi-Fi" button from redux-observable to react-query to prepare it for Compliance Ready Software. This continues from #21767 and is another chunk of AUTH-2976.

Test Plan and Hands on Testing

  • The robot disconnects from Wi-Fi.
  • The app recognizes that the robot has disconnected from Wi-Fi.
Screen.Recording.2026-06-17.at.3.54.31.PM.mov

Changelog

This is mostly a direct port. There wasn't anything special in the Redux layer. The catch here is that this code was doing "special stuff" with pending and failed requests, so we need to be careful to translate those concepts correctly.

Review requests

Just double-check my new logic in 9fbec16.

Risk assessment

Medium because of the special stuff with pending and failed requests.

@SyntaxColoring SyntaxColoring requested review from a team, TamarZanzouri, janiejaffe and sfoster1 and removed request for a team June 17, 2026 22:37
@SyntaxColoring SyntaxColoring marked this pull request as ready for review June 17, 2026 22:39
@SyntaxColoring SyntaxColoring marked this pull request as draft June 17, 2026 23:56
@SyntaxColoring SyntaxColoring marked this pull request as ready for review June 18, 2026 01:34
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