Skip to content

Fix AP input popup flow#146

Open
AuthenticSm1les wants to merge 1 commit intopythops:mainfrom
AuthenticSm1les:codex/ap-input-popup-fix
Open

Fix AP input popup flow#146
AuthenticSm1les wants to merge 1 commit intopythops:mainfrom
AuthenticSm1les:codex/ap-input-popup-fix

Conversation

@AuthenticSm1les
Copy link
Copy Markdown

Fixes #145

AP mode had two issues in the access point startup flow:

  • pressing n did not trigger the configured AP start path from the AP pane
  • once the input flow became active, the SSID/password popup was not rendered, so the form worked but stayed invisible

This change wires the AP start/stop keybindings into the AP-mode handler and renders the AP input popup when FocusedBlock::AccessPointInput is active.

Validation:

  • cargo build
  • tested AP mode locally
  • confirmed n shows the popup
  • entered SSID/passphrase and started an AP successfully

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.

AP mode starts an invisible SSID/password form

1 participant