Skip to content

Fix mobile formatting for responsive entry boxes#771

Merged
henryiii merged 2 commits intomainfrom
copilot/fix-mobile-formatting-issue
Apr 4, 2026
Merged

Fix mobile formatting for responsive entry boxes#771
henryiii merged 2 commits intomainfrom
copilot/fix-mobile-formatting-issue

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 3, 2026

Fixes the webapp's mobile layout by bumping the repo-review-app JS bundle from v1.0.0 to v1.0.1.

Changes Made

  • helpers/fetch_repo_review_app.sh: Updated default version from v1.0.0 to v1.0.1
  • docs/_includes/interactive_repo_review.html: Updated repo-review dependency pin from ~=1.0.0 to ~=1.0.1

The v1.0.1 release of repo-review fixes mobile responsiveness by changing the MUI Stack component from a fixed direction="row" to direction={{ xs: "column", sm: "row" }} (with matching alignItems={{ xs: "stretch", sm: "flex-start" }}), so the entry boxes (Org/Repo, Branch/Tag, Show, Run button) now stack vertically on narrow screens and display side-by-side on wider screens.

Copilot AI requested a review from henryiii April 3, 2026 19:27
Copilot stopped work on behalf of henryiii due to an error April 3, 2026 19:27
@henryiii
Copy link
Copy Markdown
Collaborator

henryiii commented Apr 4, 2026

@copilot this can be solved by bumping the webapp repo-review version from 1.0.0 to 1.0.1.

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 4, 2026

@copilot this can be solved by bumping the webapp repo-review version from 1.0.0 to 1.0.1.

Done in c6479d5. Bumped the default version in fetch_repo_review_app.sh from v1.0.0 to v1.0.1 and updated the repo-review dependency pin to ~=1.0.1 in the include template.

The v1.0.1 release fixes mobile layout by changing the MUI Stack from direction="row" to direction={{ xs: "column", sm: "row" }} (with matching alignItems={{ xs: "stretch", sm: "flex-start" }}), so the entry boxes now stack vertically on narrow screens.

Copilot AI changed the title [WIP] Fix mobile formatting for responsive entry boxes Fix mobile formatting for responsive entry boxes Apr 4, 2026
@henryiii henryiii marked this pull request as ready for review April 4, 2026 01:13
@henryiii henryiii merged commit 8cdeb86 into main Apr 4, 2026
5 checks passed
@henryiii henryiii deleted the copilot/fix-mobile-formatting-issue branch April 4, 2026 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants