Analyzes the data from STFC armadas
Replace bare HTML elements with Chakra UI components. Chakra UI recommends applying CSS by adding style props to components rather than using plain CSS files. I did this for the components I added, but some layout-related CSS is left over which I will clean up later. I had to refactor the UI tests to add Chakra's theme provider, and I also switched to using happy-dom for a virtual dom rather than jsdom. jsdom is supposed to be the more mature project which implements more of a browser API, but ironically happy-dom implemented a function which jsdom did not which was breaking my tests. https://github.com/jsdom/jsdom/issues/3522
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by pfaffle and has received 0 comments.