Skip to content

Commit 8cdeb86

Browse files
Copilothenryiii
andauthored
fix(webapp): mobile formatting for responsive entry boxes (#771)
* Initial plan * Bump repo-review-app to v1.0.1 for mobile responsive fix Agent-Logs-Url: https://github.com/scientific-python/cookie/sessions/c050c5ef-a108-475c-b726-a90ea2ef2a67 Co-authored-by: henryiii <4616906+henryiii@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: henryiii <4616906+henryiii@users.noreply.github.com>
1 parent 8b0efde commit 8cdeb86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_includes/interactive_repo_review.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
mountApp({
1717
header: false,
1818
deps: [
19-
"repo-review~=1.0.0",
19+
"repo-review~=1.0.1",
2020
"sp-repo-review==2026.04.03",
2121
"validate-pyproject-schema-store==2026.03.29",
2222
"validate-pyproject[all]~=0.25.0",

helpers/fetch_repo_review_app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
version="${1:-v1.0.0}"
4+
version="${1:-v1.0.1}"
55
archive_url="https://github.com/scientific-python/repo-review/releases/download/${version}/repo-review-app.zip"
66
dest_dir="docs/assets/js"
77
tmp_zip="$(mktemp)"

0 commit comments

Comments
 (0)