Skip to content

Investigate toggle logic and move navbar to its own component

Ophelia Prillard requested to merge pr-34 into main

Created by: fungiboletus

This involved creating a CWP Store to maintain the application state. This makes the communication of the state between the components a lot simpler (no need to use a lot of properties and callbacks).

I also updated the dependencies.

Merge request reports