superblocks-lab
superblocks-lab copied to clipboard
Consider linking the "yellow Note" about files being stored in browser to download the currently selected project as shortcut
Summary
As a shortcut, the yellow notice currently presented at the bottom of the screen could link to the project download action.
Given access to this.props.router.control
in ProjectEditor
(src/components/projecteditor/index.js
), in theory, it would be possible to change the element class="note-text"
to have the "download" word wrapped around an anchor with onClick
set to {this.props.router.control.downloadProject(project, true)}
.
However, in practice, that leads into automatic and unwanted downloads, from time to time, hinting for spurious mouse events around that code or side-effects and interference propagated by other parts of the codebase.
@filippsen what we can do here is to add a link to the Help Center in the section on How to backup your project