aboutsummaryrefslogtreecommitdiff
path: root/src/pages/Questions.tsx
AgeCommit message (Expand)AuthorFilesLines
2025-06-23Typescript validation finally passes.Max Nanis1-16/+20
2025-06-07Passing in onClick for FullProfileQuestion so that Profile Question and SoftP...Max Nanis1-30/+37
2025-06-06Question.active state (clear naming on getInitialQuestion and getNextQuestion...Max Nanis1-37/+84
2025-06-06Lots of reducer work to organize active Question in redux state (rather than ...Max Nanis1-32/+69
2025-06-04Saving answers to server. Updating views based on reducer states (pagination ...Max Nanis1-44/+118
2025-06-03Cleaning up the Questions page, re-use Card components, showing live Task cou...Max Nanis1-63/+77
2025-06-03selectQuestionById, useMemo selector (MultiChoice.choices makes a lot of look...Max Nanis1-77/+77
2025-06-02Updated openapi generator to use the latest version (camelCase to underscore ...Max Nanis1-39/+83
2025-05-28initial commitMax Nanis1-0/+105