You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
In the review page (web/src/pages/review/index.tsx), selecting a folder displays a list of 'accessed' flashcards. These are currently unselected by default and then appended to the 'selectedFlashcards' map when selected.
Instead, the functionality should be to select them by default. The folder, when selected, should append all flashcards to the map, and update them if they are deselected or reselected.
The text was updated successfully, but these errors were encountered:
In the review page (
web/src/pages/review/index.tsx
), selecting a folder displays a list of 'accessed' flashcards. These are currently unselected by default and then appended to the 'selectedFlashcards' map when selected.Instead, the functionality should be to select them by default. The folder, when selected, should append all flashcards to the map, and update them if they are deselected or reselected.
The text was updated successfully, but these errors were encountered: