Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
bfe13b5
Initial plan
Copilot May 4, 2026
4aff022
feat: implement AP+STA provisioning flow with non-blocking connection…
Copilot May 4, 2026
f426cf1
fix: address code review - remove unnecessary CORS headers, fix white…
Copilot May 4, 2026
d4b0d92
fix: align getProvisioningFailureReason spacing, expand saveWiFiCrede…
Copilot May 4, 2026
fe4ff1f
feat: UX improvements - spinner, live status, direct WiFi setup, user…
Copilot May 4, 2026
7dba164
feat: client + server WiFi credential validation, fix SSID not found …
Copilot May 4, 2026
f8c3db7
refactor: named constant for grace period, local var for password len…
Copilot May 4, 2026
cd2a6d4
fix: replace switch on WL_ enum with if/else to fix ESP8266 compile e…
Copilot May 4, 2026
4a09fe1
Better fix for compilation issue
lemio May 4, 2026
48e0eed
feat: SVG nav icons, eye-icon password, scan-failed detection, IP-wai…
Copilot May 4, 2026
9c78d5c
Merge pull request #2 from lemio/copilot/modify-wifimanager-provision…
lemio May 5, 2026
9c1d5ce
Initial plan
Copilot May 5, 2026
466a191
UX improvements: dark mode, wifi list styling, LED callback system, c…
Copilot May 5, 2026
db7a781
Fix code review: nullptr for custom SVG pointers, WM_LED_FAILED when …
Copilot May 5, 2026
b5f6dc1
Fix SSID tap target, password autocomplete, button placement/label, p…
Copilot May 5, 2026
8eb9b6c
Use isEmpty() style for string checks in handleWifi
Copilot May 5, 2026
0667175
Fix password reveal showing asterisks; wire LED to async WiFi events …
Copilot May 5, 2026
7cba878
Change password input to type=text with CSS disc masking; no browser …
Copilot May 5, 2026
16f428e
Remove non-standard text-security prefix; update aria-label on passwo…
Copilot May 5, 2026
591956a
Allowed show password and fixed the scope issue
lemio May 5, 2026
db8e552
Fix spurious red LED after provisioning: skip WM_LED_FAILED on discon…
Copilot May 5, 2026
c1e50b9
Fix initial aria-label on password reveal button to 'Show password'
Copilot May 5, 2026
dc8cacf
UX polish: system font, touch targets, wrong-pwd highlight, layout ju…
Copilot May 5, 2026
2324ea2
Fix redundant error msgs and status banner width layout jump
Copilot May 5, 2026
6e0e3d0
Add SPA router, .wrap 100% width, sticky CTA, nav on all pages
Copilot May 5, 2026
8c37285
Remove SPA router — restore normal navigation, fix SSID selection
Copilot May 5, 2026
164fb38
LED: add syncLEDState() loop-driven reconciliation, fix timeout dead …
Copilot May 5, 2026
b961693
LED: fix false FAILED flashes and premature CONNECTED during DHCP wait
Copilot May 5, 2026
49434ac
Update README with GitHub assets link
lemio May 8, 2026
918e1c1
Merge pull request #4 from lemio/copilot/ux-improvements-dark-mode
lemio May 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

# WiFiManager

https://github.com/user-attachments/assets/1e86e083-0089-4639-b95f-392b61905f0a

Espressif ESPx WiFi Connection manager with fallback web configuration portal

:warning: This Documentation is out of date, see notes below
Expand Down
Loading