Releases: fabd/kanji-koohii
New homepage dashboard!
🛠 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
Full Changelog: v2022.03.29...v2022.04.26
Restudy List Improvements - Fix Issue #251
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
Full Changelog: v2022.03.08...v2022.03.29
Sass folder & Bootstrap 5 Refactors
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.
NEW: feature/flashcard review again rating
What's Changed
Full Changelog: v2021.12.10...v2021.12.20
Fix: Flashcard list returns duplicate items when sorting by box
Fix "Reconnect" dialog on Flashcard Review page
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
Full Changelog: v2021.10.22...v2021.11.12
Improve the Dictionary lookup empty state
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
Full Changelog: v2021.10.19...v2021.10.22
v2021.10.19
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)
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