Skip to content

Releases: fabd/kanji-koohii

New homepage dashboard!

26 Apr 09:22
25dc0b6
Compare
Choose a tag to compare

🛠 Implement top portion (Study & Review), and middle portion (Current Lesson view) of the new homepage prototype:

New Homepage Dashboard Prototypes - Round 2 #241

There are still minor issues but it should be fully functional.

🔥 Known issues:

  • not optimized for smartphones
  • able to click on new / due cards when the count is zero
  • doesn't show progress for RTK3
  • doesn't show a lesson for RTK Old Edition - Supplement (3008-3030)

What's Changed

  • Feature/homepage dashboard ms2 view lessons by @fabd in #258

Full Changelog: v2022.03.29...v2022.04.26

Restudy List Improvements - Fix Issue #251

29 Mar 16:20
183327c
Compare
Choose a tag to compare

This live update fixes #251

In addition the Restudy List page was redesigned, so it will match the upcoming homepage/dashboard redesign.

What's Changed

  • Feature/issue 251 improve learned list by @fabd in #255

Full Changelog: v2022.03.08...v2022.03.29

Sass folder & Bootstrap 5 Refactors

08 Mar 11:20
Compare
Choose a tag to compare

Lots of refactors necessary before implementing New Homepage Dashboard #254

What's Changed

  • Refactor/old css misc by @fabd in #242
  • Misc/refactor by @fabd in #243
  • Tweak the design of the RTK book cover by @fabd in #244
  • Update/package json tailwind misc by @fabd in #246
  • Update "Discussions" url in the desktop nav by @fabd in #247
  • Refactor/tidy up sass folder use bootstrap5 buttons forms by @fabd in #253

Full Changelog: v2022.01.06...v2022.03.08

Help page: add multi-level TOC, document "Again", misc.

06 Jan 16:26
Compare
Choose a tag to compare

Added

  • Add "Help" link to the desktop navbar by @fabd in #237
    • Use a "More" label in the desktop nav instead of just a hamburger icon
    • Add link to Github Discussions in the "More" dropdown of the deskop nav
  • Improve documentation, add multi level TOC, ... by @fabd in #235

Changed

  • Refactor : add foolproof checks for SRS ratings and database updates by @fabd in #233

Fixed

  • My Stories list duplicate rows when paging by @fabd in #231
  • Remove link to obsolete forum from the mobile nav by @fabd in #236

NEW: feature/flashcard review again rating

20 Dec 11:19
Compare
Choose a tag to compare

What's Changed

  • Feature/flashcard review again rating by @fabd in #225

Full Changelog: v2021.12.10...v2021.12.20

Fix: Flashcard list returns duplicate items when sorting by box

10 Dec 11:19
d67755e
Compare
Choose a tag to compare

Fix "Reconnect" dialog on Flashcard Review page

12 Nov 10:27
7796db9
Compare
Choose a tag to compare

This update fixes the "Reconnect" dialog in a Flashcard Review session not displaying to the user, when it was meant to.

If a server HTTP 500 occurs ; which can happen occasionally on a shared server ; the Flashcard Review page should display a small dialog with a link that lets the user "Reconnect". This allows the review to proceed and sync cards with server if the server has a hiccup...

Unfortunaly for a while now it seems this dialog didn't show. In this case the review would not proceed as it needed the "reconnect" step to advance through it's "syncing" queue.

🐞 Bug fixes

  • (AjaxQueue): fix the Reconnect link not showing after server error 500 by @fabd in #220

Full Changelog: v2021.10.22...v2021.11.12

Improve the Dictionary lookup empty state

22 Oct 09:40
dcded1b
Compare
Choose a tag to compare

This small live update improves the "empty state" of the Dictionary lookup, as seen in Study and Flashcard Review pages.

When no "common words" are found for a given kanji:

  • provide a helpful link to search words on external site(s) (currently jisho.org but we could add more)
  • provide a link to the relevant section of the Help page, which explains what "common words" exactly mean and the Dictionary's sources

What's Changed

  • Feature/tweak about page by @fabd in #213
  • Feature/improve dictionary empty state by @fabd in #214

Full Changelog: v2021.10.19...v2021.10.22

v2021.10.19

19 Oct 14:39
Compare
Choose a tag to compare

LIVE .htaccess was updated to set far future expire headers on Vite build assets (css / js files). Should not break anything 😓

  • (apache): fix mod_rewrite rule to match Vite build's hashed filenames (4f63cae)

Fix mobile nav not showing up on landing page (signed out)

15 Oct 15:34
Compare
Choose a tag to compare

Deployed a fix for the mobile nav not showing up on the landing page (when signed out). Thanks to Callous for reporting the bug.

The Fix

  • (build): fix obscure "Cannot access 'x' before initialization" error (056624b)

Other commits since last deployment

  • (build): bump packages (see notes!) (643d209)
  • (refactor): fix error reported by vue-tsc (since axios pkg update?) (ff3899e)
  • (build): add "fasterbuild" to skip vue-tsc checks (0dfdfe7)

Full Changelog: v2021.10.14...v2021.10.15