Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add chapters #228

Merged
merged 4 commits into from
Aug 25, 2024
Merged

Add chapters #228

merged 4 commits into from
Aug 25, 2024

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    b941981 View commit details
    Browse the repository at this point in the history
  2. Create working chapters

    For Flashcards, only show First Words section for now for all languages.
    This code needs to be refactored to remove generator. The generator code
    was not good because it made the useEffect non-idempotent. So getting
    all words is much cleaner and there is no large downside. It's we'll
    likely never need to worry about performance for getAllWords because the
    wordlist is small and split by Chapter anyways.
    binamkayastha committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    a62ec6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    064561e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fc3fd7 View commit details
    Browse the repository at this point in the history