Refactor save server
Lighten Dashboard
a good chunk.
The final goal of this MR was to move SaveToServerButton
out of Dashboard
.
For this, I gathered the uses of the saveToServer
callback inside the SaveToServer
component (now called SaveToServerButton
) to move the callback itself in the component. This also allowed to remove a bunch of SaveToServer
-related states from Dashboard
.
Edited by Loic Huder