Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR merges recent dev changes into stage, primarily updating the client UI layout/components (Card overrides + data table responsiveness) and adding server-side Alembic migrations to seed lower-body exercises and normalize muscle group descriptions.
Changes:
- Add migrations to seed lower-body exercises and strip trailing periods from muscle group descriptions.
- Introduce a Card override component and enforce its usage via ESLint; update multiple pages to use the override.
- Improve table toolbar/pagination/view-options responsiveness and tweak page layouts.
Reviewed changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| server/app/migrations/versions/2026_03_27_1021-4f30fca6e7aa_update_muscle_group_descriptions.py | Strips trailing . from muscle_groups.description (and restores on downgrade). |
| server/app/migrations/versions/2026_03_27_0951-95ee94cb9cfc_seed_lower_body_exercises.py | Seeds system lower-body exercises and their muscle group mappings. |
| client/src/pages/ResetPassword.tsx | Switch to Card override + layout tweaks. |
| client/src/pages/RequestAccess.tsx | Switch to Card override + layout tweaks. |
| client/src/pages/Register.tsx | Switch to Card override + layout tweaks. |
| client/src/pages/Login.tsx | Switch to Card override + layout tweaks. |
| client/src/pages/ForgotPassword.tsx | Switch to Card override + layout tweaks. |
| client/src/pages/Exercises.tsx | Use Card override and simplify heading markup. |
| client/src/pages/Dashboard.tsx | Minor spacing and copy tweaks. |
| client/src/pages/Admin.tsx | Use Card override and simplify headings. |
| client/src/layout/AppLayout.tsx | Header/main container layout adjustments; remove Docs nav link. |
| client/src/components/ui/overrides/card.tsx | New Card component wrappers with standardized spacing/styles. |
| client/src/components/exercises/ExercisesTable.tsx | Capitalize exercise names in the table display. |
| client/src/components/data-table/DataTableViewOptions.tsx | Improve responsiveness + add aria-label; hide “View” text on small screens. |
| client/src/components/data-table/DataTableToolbar.tsx | Rework toolbar layout and actions placement for responsiveness. |
| client/src/components/data-table/DataTablePagination.tsx | Rework pagination UI and add displayed-rows text helper. |
| client/src/components/data-table/DataTable.tsx | Adjust spacing for the table container. |
| client/eslint.config.js | Restrict imports to enforce Card override usage. |
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.
No description provided.