mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #226] Improve the UI #186
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#186
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 @akshitgandhi on GitHub (Sep 7, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/226
Hey! Nice job with the library. I wanted to add more style elements on the configuration page, but being new to this I cannot figure how to add more css and JavaScript. I wondered if I could use the template in the extras folder and use the snippets into the script. Please tell me how can I add custom css and JavaScript. I refered the documentation but couldnot understand , please help me!
@tzapu commented on GitHub (Sep 8, 2016):
hi,
if you can hold a few more days, i was just working on a nodejs app that exports consts from the the template, so anyone can make it look however they like easier.
just need to make sure it s outputing the proper stuff, then i ll include it
cheers
@akshitgandhi commented on GitHub (Sep 8, 2016):
Thanks!
Approximately how much time will it take? Can you share the developmental version so that even I can help you up in bug fixes?
@tzapu commented on GitHub (Sep 8, 2016):
hi,
just committed it. check the extras folder, you just run it with node parse (need to have nodejs installed of course)
the next step was to check of the exported consts are valid, reintegrate whatever changes have been made to the consts in the library into the template, exporting, seeing if they are equivalent and then finally modifying wifimanger to use them.
cheers
@akshitgandhi commented on GitHub (Sep 9, 2016):
thank you keep up the good work!