Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revamped web UI! #840

Merged
merged 48 commits into from
Nov 10, 2024
Merged

Revamped web UI! #840

merged 48 commits into from
Nov 10, 2024

Conversation

sidoh
Copy link
Owner

@sidoh sidoh commented Oct 20, 2024

New Features

  • Complete overhaul of the web UI! It looks like this:

image
image
image

  • All web UI sources can be served directly from the ESP8266 (although this is not the default). The javascript bundle is quite big and takes 10s+ to load, so by default it'll try to download it from a CDN (see the README under web2 for more info)
  • I used the openapi spec to generate a zod client and found a bunch of inconsistencies through doing so. Those are fixed!
  • Made an effort to improve the default settings to optimize for new user experience. Integrating with HomeAssistant should now be as easy as entering the MQTT connection info.

⚠️ WARNING ESP32 USERS!

Unfortunately the UI was too big to fit on the device with the default partition table used by the ESP32. I had to swap to min_spiffs.csv. This means you'll need to fully wipe and re-flash the firmware.

@sidoh sidoh merged commit bef50f8 into master Nov 10, 2024
1 check passed
@sidoh sidoh deleted the web2 branch November 10, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant