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

#251 New UI - Hooks, Material UI + AXIOS #262

Merged
merged 49 commits into from
Dec 2, 2021
Merged

#251 New UI - Hooks, Material UI + AXIOS #262

merged 49 commits into from
Dec 2, 2021

Conversation

rjwats
Copy link
Owner

@rjwats rjwats commented Nov 29, 2021

Update the UI to the latest Material UI, TypeScript and improve HTTP APIs by using AXIOS.

@rjwats rjwats linked an issue Nov 29, 2021 that may be closed by this pull request
@rjwats rjwats changed the title #251 new UI #251 New UI - Hooks, Material UI + AXIOS Nov 29, 2021
Copy link

@proddy proddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That made a nice difference. Saved 41K in Flash memory on my ESP32 project

before: Flash: [========  ]  84.7% (used 1720546 bytes from 2031616 bytes)
after:  Flash: [========  ]  82.7% (used 1679418 bytes from 2031616 bytes)

@rjwats
Copy link
Owner Author

rjwats commented Dec 1, 2021

It looks like the latest UI doesn't will easily support manually uploading the UI to SPIFFS due the font resource filename lengths.

I'm doughtful anyone would miss the ability to upload manually to SPIFFS... humm...

@proddy
Copy link

proddy commented Dec 2, 2021

oh yeah, absolutely ditch the SPIFFS. PROGMEM all the way.

@rjwats rjwats merged commit 5336ffd into master Dec 2, 2021
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.

Question: using React Hooks for managing state?
2 participants