• 7 September 2018Tiny fixes

    A few small changes / fixes that I didn't document earlier:

    • Fixed the auto formatting of stories whereby the first letter is made uppercase. It now correctly works for non-english characters. Closes issue #142
    • (mobile) Fixed "due card" count in the SRS chart sometimes overlapped by bars (due to lack of space). The simple fix is the card counts should display on top of the bars. Closes issue #129
    • Restyled the "Add to learned list" button, ditched the old image. Closes issue #92

    In other news I just wasted 7+ hours of my life trying to update the Webpack build to 4.x, only to find out that it's not working properly in some scenarios and there are still open bu gs. Sigh. Its really frustrating when you develop a site like this, you've got say a couple hours in the afternoon and you think "oh sweet let's implement x or y" and then you spend hours with completely, utter nonsense and feel like you didn't do anything worthwhile.

    Currently I am refactoring the Edit Story portion of the Study page to modern Javascript. When you click the Save button, it uses ajax and no longer reloads the page. If things goes as planned, then I would refactor the Shared Stories below. And then I would also make the search box area dynamic. When the user changes the kanji or index, the personal & shared stories would refresh accordingly. All in all it should make the page a bit more dynamic and make it easier

By Month