mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1058] Add back button #902
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#902
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tablatronix on GitHub (May 19, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1058
Sometimes it is hard to find the back button in captive portals, add a back/home button
@tablatronix commented on GitHub (May 20, 2020):
3c0c3ff93e_showBackto enable, no setter yet still testing how this should work best, might be better as part of the header@tablatronix commented on GitHub (May 22, 2020):
wm was never designed to be a web interface for personal projects with templating etc
@tablatronix commented on GitHub (May 22, 2020):
#158
async server supports some basic templating built in
@tablatronix commented on GitHub (May 22, 2020):
I have said it before, make an issue and write a roadmap for refactoring, all I have been doing is abstracting stuff out and cleaning it up, so it can be structured and maintained.
I also disagree with it being any more complex or buggy then when I started...
@tablatronix commented on GitHub (May 22, 2020):
Just be aware that the majority of users just install a library, open an example and copy paste code, they are not going to be building assets externally, or frameworks, or even uploading files..
If there is a arduino webserver capable library solution for building webapp, id liek to see it.
I have been building my own vanilla js frameworks for my projects, newer micros might have room for jquery and bootstrap but just because you can doesn't mean you should