feat(react): grouped list and reminder cards - #393
Merged
Conversation
Replace the MUI table with the redesigned grouped list: sections Overdue/Today/Upcoming/Done (empty hidden, sorted asc by limitDate), serif section headers with counts, card layout with optimistic checkbox toggle, date pills with overdue styling, and edit icon (issue #327). Fixes surfaced while wiring the toggle and E2E coverage: - updateReminder initialized errors as [] (truthy), which made any errors-based check fire on successful updates - getErrors crashed on the flat { message } 400 shape returned by the Go/C++ APIs; BadRequest errors were also never rendered by the form - page wrapper used a fixed 6rem padding, collapsing cards on mobile Cypress specs updated from table selectors to the card UI, plus a visual-check spec capturing per-viewport screenshots for design review. Closes #327
kauereinbold
added a commit
that referenced
this pull request
Aug 19, 2026
Replace the MUI table with the redesigned grouped list: sections Overdue/Today/Upcoming/Done (empty hidden, sorted asc by limitDate), serif section headers with counts, card layout with optimistic checkbox toggle, date pills with overdue styling, and edit icon (issue #327). Fixes surfaced while wiring the toggle and E2E coverage: - updateReminder initialized errors as [] (truthy), which made any errors-based check fire on successful updates - getErrors crashed on the flat { message } 400 shape returned by the Go/C++ APIs; BadRequest errors were also never rendered by the form - page wrapper used a fixed 6rem padding, collapsing cards on mobile Cypress specs updated from table selectors to the card UI, plus a visual-check spec capturing per-viewport screenshots for design review. Closes #327
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes surfaced during E2E and manual testing
Cypress
Out of scope, tracked in siblings: header/sidebar/week progress (#328), search/filters (#329), modal + delete confirm (#330), mobile shell (#331), full MUI removal (#332).
Closes #327
Test plan