Skip to content

#36 Add save and delete functionality for MasterPlan editor

Closes #36 (closed)

This MR also switches the base page to be a server sided component and requests the possible data directly from the backend instead of sending requests from the client. It also changes from hook based updates of values to specific functions. There is also support for localstorage save of the data, which happens automatically in the background, so no progress is lost.

Merge request reports