Closed Henriquelay closed 2 years ago
Shit, I marked to merge to master.
There is no conflict, GitHub is drunk.
I don't know if this private stuff is working (couldn't reproduce) but LGTM :+1:
I'll resolve the merge conflicts later today then we can finally merge it!
I have merged manually through the GitHub web editor and have not tested yet, so there is exactly zero chance this goes wrong.
Seems good to me now, but we're missing Toast messages and feedback is totally bonkers right now
we're missing Toast messages
Toast messages were never there, were they?
bruh i can't scroll
I can't take it anymore ðŸ¤
Resolves #8.
Big size update. :truck:
This creates a web-development container, with update React 18 and all dependencies, updated and balated
.eslintrc.yaml
. Lots of things had to change to update to React 18. Mostly, function components now don't returnReact.FC
, and instead it all uses a genericJSX.Element
. Also, no need to import fromReact
everytime :tada:.I had to do both actions at the same time because of some errors I was getting with installing React on the container, and updating solved it (and caused a bunch of new others, obviously).
Also added configs for Thunder (HTTP) Client.
I have continued on the same branch as before because the issue has been reopened, but thinking about it now, maybe it wasn't a good idea. But it's too late.