Devlog
SITE changes
- I found that some number inputs didn’t use the utility classes. I gave them
inputTextbecause they are really the same; the only difference is the HTMLtype. - I also forgot to update the reloadable fuel section. It now uses the shorter utility class.
- Made sure that all text in the
headeris the same size (they weren’t). - I copied all changes back to the
mainbranch.
config changes
- Then I added a config file using the
configparserlibrary. - also added an option to disable the FastAPI docs.
I started working on
- Wiki: reworking
docs.mdinto a GitHub Wiki with up to date information. - Error logger, so you can see what’s wrong without printing the API response in your code.
I had some problems with catching the fastapi automatic response but I will leave it for next devlog
Comments 1
AAAAND this is the devlog that make this project 100h+
Sign in to join the conversation.