open-pv / website

Simulating the solar potential of your building :sunny:
https://www.openpv.de/
GNU Affero General Public License v3.0
5 stars 1 forks source link

Full change to chakra-UI #313

Closed FlorianK13 closed 4 weeks ago

FlorianK13 commented 1 month ago

All the .scss files and old code from the old template create warnings when we build the website. We should delete this, get rid of some old dependencies, and fully use chakra UI instead.

FlorianK13 commented 1 month ago

React-helmet-async

One dependency that we have is the react-helmet-async, which is basically the React Helmet. As far as I understand, this adapts the .html files based on whether we show the map, about, or other pages. Probably we keep this dependency.

FlorianK13 commented 1 month ago

The burger menu was removed. There is now the problem that somewhere in the .scss code lies the functionality that our navigation tab (on the upper side of the screen) disappears for some screen width < threshold value.