ui: add wifi_hidden_prompt dialog

Modal SSID + optional passphrase prompt with the same callback shape as
wifi_auth_prompt. Used by the upcoming popup "Hidden..." button.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
nemunaire 2026-04-09 12:02:41 +07:00
commit dcf0fd00a0
5 changed files with 153 additions and 7 deletions

View file

@ -12,6 +12,7 @@ e_iwd_sources = [
'iwd/iwd_network.c',
'ui/wifi_list.c',
'ui/wifi_auth.c',
'ui/wifi_hidden.c',
'ui/wifi_status.c',
]