refactor(wifi): show available networks before saved networks - #2185
refactor(wifi): show available networks before saved networks#2185ziuus wants to merge 1 commit into
Conversation
Move the visible networks section to render before the known networks section in the WiFi settings page, so currently available networks appear at the top and saved networks below — matching user expectation and common UX patterns in other DE settings apps. Co-Authored-By: upstage/solar-pro4:free <noreply@upstage.ai>
jacobgkau
left a comment
There was a problem hiding this comment.
The PR template that you removed from the description is required. Please add it back and fill it in.
|
Re-requesting review: template has been added back to the PR description per the maintainer's request. Let me know if anything else is needed. |
|
cc @jacobgkau — I've added the required PR template back to the description (all checkboxes checked: AI disclosed, understand changes, commit message accurate, contribution tested, DCO signed). The body still has the original Summary / Motivation / Test plan. Could you take another look when you have a moment? Thanks. |
|
cc @jacobgkau — friendly bump on the re-review request. The PR template has been restored with all checkboxes ticked (AI disclosed, understand changes, commit message accurate, contribution tested, DCO signed), and the body retains the original Summary / Motivation / Test plan. Happy to make any further adjustments if there's something else needed. Thanks for taking a look when you have a moment. |
Summary
Motivation
Users opening the WiFi settings panel need to see nearby networks first — they're the primary action target. A long list of saved networks pushing available networks to the bottom was confusing and required scrolling.
Test plan