aboutsummaryrefslogtreecommitdiff
path: root/src/components/site-header.tsx
AgeCommit message (Collapse)AuthorFilesLines
2025-06-24Dynamic height adjustment for widget size. CSS inject by JS for single fileMax Nanis1-8/+1
2025-06-23Typescript validation finally passes.Max Nanis1-3/+3
2025-06-10Adding taskStatus fetch. Showing list of Task Attempts & starting heatmap ↵Max Nanis1-1/+3
calendar.
2025-06-10Adding userProfile redux slice, showing created timestamp on user page.Max Nanis1-0/+1
2025-06-06Lots of reducer work to organize active Question in redux state (rather than ↵Max Nanis1-1/+8
useState). Various UX/CSS checks for Pagination state.
2025-06-03selectQuestionById, useMemo selector (MultiChoice.choices makes a lot of ↵Max Nanis1-1/+1
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/+24