aboutsummaryrefslogtreecommitdiff
path: root/src/components/nav-main.tsx
AgeCommit message (Collapse)AuthorFilesLines
2025-06-06Question.active state (clear naming on getInitialQuestion and ↵Max Nanis1-1/+12
getNextQuestion). Explicit use of return null as an option for answerSlice. Saving motion. Questions rolling window. Question count badge to sidebar.
2025-06-03selectQuestionById, useMemo selector (MultiChoice.choices makes a lot of ↵Max Nanis1-3/+3
lookup). Setting up the Questions view to do Pagination to tab through available questions and view one at a time
2025-05-28initial commitMax Nanis1-0/+52