• 31 August 2018In the works

    I am currently refactoring the "Edit Story" portion of the Study page to a Vue component. This means it will be easier to improve or make more interactive.

    • First, the Save button will no longer cause a page reload (unless I missed something important). This should improve performance a bit. This isn't strictly necessary now, but in the longer term the idea is to turn the Study page in a mini "single page app" : when the user clicks Prev / Next story, it should refresh the personal story & shared stories without reloading the page.

    • Then I can finally implement Display amount of characters left in real time when editing a story. This is a small usability improvement.

By Month