Currently there are three instances of a form of side view being used and possibly more in the future. They are currently three seperate components that contain a lot of duplicated code. A better should be handling the actual setup of side screen in it's own component and the individuals views will still be kept as seperate components. The state which handles the active side view should also become a global state instead of being defined multiple times.
Currently there are three instances of a form of side view being used and possibly more in the future. They are currently three seperate components that contain a lot of duplicated code. A better should be handling the actual setup of side screen in it's own component and the individuals views will still be kept as seperate components. The state which handles the active side view should also become a global state instead of being defined multiple times.