Skip to content

Commit 810f12c

Browse files
committed
try again
1 parent 972440a commit 810f12c

8 files changed

Lines changed: 5687 additions & 21 deletions
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[ 518ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://cu-esiil.github.io/Summit_group_2026_01/?report=1:0
2+
[ 552ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://cu-esiil.github.io/Summit_group_2026_02/?report=1:0
3+
[ 650ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://cu-esiil.github.io/Summit_group_2026_04/?report=1:0
4+
[ 685ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://cu-esiil.github.io/Summit_group_2026_05/?report=1:0
5+
[ 718ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://cu-esiil.github.io/Summit_group_2026_06/?report=1:0
6+
[ 751ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://cu-esiil.github.io/Summit_group_2026_07/?report=1:0
7+
[ 753ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://cu-esiil.github.io/Summit_group_2026_03/?report=1:0
8+
[ 754ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://cu-esiil.github.io/Summit_group_2026_08/?report=1:0
9+
[ 883ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://cu-esiil.github.io/Summit_group_2026_09/?report=1:0
10+
[ 1305ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://api.github.com/repos/CU-ESIIL/Project_group_OASIS/releases/latest:0
11+
[ 1411ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://api.github.com/repos/CU-ESIIL/Summit_group_2026_13/releases/latest:0
12+
[ 1412ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://api.github.com/repos/CU-ESIIL/Summit_group_2026_12/releases/latest:0
13+
[ 1460ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://api.github.com/repos/CU-ESIIL/Summit_group_2026_10/releases/latest:0
14+
[ 1516ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://api.github.com/repos/CU-ESIIL/Summit_group_2026_14/releases/latest:0
15+
[ 1664ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://api.github.com/repos/CU-ESIIL/Summit_group_2026_11/releases/latest:0
16+
[ 1797ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://api.github.com/repos/CU-ESIIL/Summit_group_2026_15/releases/latest:0
17+
[ 1798ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://api.github.com/repos/CU-ESIIL/Summit_group_2026_17/releases/latest:0
18+
[ 1811ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://api.github.com/repos/CU-ESIIL/Summit_group_2026_16/releases/latest:0
19+
[ 1927ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://api.github.com/repos/CU-ESIIL/Summit_group_2026_18/releases/latest:0
20+
[ 1927ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://api.github.com/repos/CU-ESIIL/Summit_group_2026_19/releases/latest:0
21+
[ 1962ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://api.github.com/repos/CU-ESIIL/Summit_group_2026_20/releases/latest:0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[ 774ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://api.github.com/repos/CU-ESIIL/Summit_group_2026_3/releases/latest:0

.playwright-mcp/page-2026-05-12T05-20-13-678Z.yml

Lines changed: 5168 additions & 0 deletions
Large diffs are not rendered by default.

.playwright-mcp/page-2026-05-12T05-21-21-363Z.yml

Lines changed: 448 additions & 0 deletions
Large diffs are not rendered by default.

PROMPT_ACTION_LOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,6 +1739,26 @@ Actions taken
17391739
Verification
17401740

17411741
* Confirmed the iframe CSS now uses a fixed desktop viewport with scaled rendering.
1742+
1743+
2026-05-11
1744+
1745+
Prompt
1746+
1747+
User clarified that `?report=1` should force the team homepage into Summit Report Out mode, and the iframe was showing the normal mobile homepage because the query parameter was not being handled.
1748+
1749+
Files inspected
1750+
1751+
* docs/javascripts/presentation-mode.js
1752+
* docs/summit-team-sites.md
1753+
1754+
Actions taken
1755+
1756+
* Added `?report=1` and `?report=true` detection to `presentation-mode.js`.
1757+
* Updated initialization so pages automatically enter Summit Report Out mode when that query parameter is present.
1758+
1759+
Verification
1760+
1761+
* Ran `node --check docs/javascripts/presentation-mode.js`; passed.
17421762
* Ran `python3 scripts/check_stickers.py`; passed for 19 task sticker pairs.
17431763
* Ran `python3 scripts/site_health.py`; generated `docs/_site_health.md` with 0 warnings.
17441764
* Ran `PYTHONPATH=/tmp/project_oasis_mkdocs_pkgs python3 -m mkdocs build --strict --clean --site-dir /tmp/project_oasis_site_check`; passed with the standard Material for MkDocs 2.0 warning.

docs/javascripts/presentation-mode.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
);
1616
}
1717

18+
function shouldAutoOpenReportOut() {
19+
const params = new URLSearchParams(window.location.search);
20+
return params.get("report") === "1" || params.get("report") === "true";
21+
}
22+
1823
function clearReportOutBlocks() {
1924
document.querySelectorAll(".oasis-report-out-visible").forEach((element) => {
2025
element.classList.remove(
@@ -217,6 +222,9 @@
217222
ensurePresentationControls();
218223
ensurePresentationChrome();
219224
bindShortcuts();
225+
if (shouldAutoOpenReportOut()) {
226+
window.requestAnimationFrame(() => setPresentationMode(true));
227+
}
220228
}
221229

222230
if (document.readyState === "loading") {

docs/summit-team-sites.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,65 +8,65 @@ hide:
88

99
<div class="summit-team-gallery">
1010

11-
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_01/" target="_blank">
11+
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_1/" target="_blank">
1212
<div class="site-preview">
13-
<iframe src="https://cu-esiil.github.io/Summit_group_2026_01/?report=1" title="Summit Team 1 preview"></iframe>
13+
<iframe src="https://cu-esiil.github.io/Summit_group_2026_1/?report=1" title="Summit Team 1 preview"></iframe>
1414
</div>
1515
<div class="summit-team-label">Team 1</div>
1616
</a>
1717

18-
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_02/" target="_blank">
18+
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_2/" target="_blank">
1919
<div class="site-preview">
20-
<iframe src="https://cu-esiil.github.io/Summit_group_2026_02/?report=1" title="Summit Team 2 preview"></iframe>
20+
<iframe src="https://cu-esiil.github.io/Summit_group_2026_2/?report=1" title="Summit Team 2 preview"></iframe>
2121
</div>
2222
<div class="summit-team-label">Team 2</div>
2323
</a>
2424

25-
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_03/" target="_blank">
25+
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_3/" target="_blank">
2626
<div class="site-preview">
27-
<iframe src="https://cu-esiil.github.io/Summit_group_2026_03/?report=1" title="Summit Team 3 preview"></iframe>
27+
<iframe src="https://cu-esiil.github.io/Summit_group_2026_3/?report=1" title="Summit Team 3 preview"></iframe>
2828
</div>
2929
<div class="summit-team-label">Team 3</div>
3030
</a>
3131

32-
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_04/" target="_blank">
32+
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_4/" target="_blank">
3333
<div class="site-preview">
34-
<iframe src="https://cu-esiil.github.io/Summit_group_2026_04/?report=1" title="Summit Team 4 preview"></iframe>
34+
<iframe src="https://cu-esiil.github.io/Summit_group_2026_4/?report=1" title="Summit Team 4 preview"></iframe>
3535
</div>
3636
<div class="summit-team-label">Team 4</div>
3737
</a>
3838

39-
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_05/" target="_blank">
39+
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_5/" target="_blank">
4040
<div class="site-preview">
41-
<iframe src="https://cu-esiil.github.io/Summit_group_2026_05/?report=1" title="Summit Team 5 preview"></iframe>
41+
<iframe src="https://cu-esiil.github.io/Summit_group_2026_5/?report=1" title="Summit Team 5 preview"></iframe>
4242
</div>
4343
<div class="summit-team-label">Team 5</div>
4444
</a>
4545

46-
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_06/" target="_blank">
46+
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_6/" target="_blank">
4747
<div class="site-preview">
48-
<iframe src="https://cu-esiil.github.io/Summit_group_2026_06/?report=1" title="Summit Team 6 preview"></iframe>
48+
<iframe src="https://cu-esiil.github.io/Summit_group_2026_6/?report=1" title="Summit Team 6 preview"></iframe>
4949
</div>
5050
<div class="summit-team-label">Team 6</div>
5151
</a>
5252

53-
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_07/" target="_blank">
53+
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_7/" target="_blank">
5454
<div class="site-preview">
55-
<iframe src="https://cu-esiil.github.io/Summit_group_2026_07/?report=1" title="Summit Team 7 preview"></iframe>
55+
<iframe src="https://cu-esiil.github.io/Summit_group_2026_7/?report=1" title="Summit Team 7 preview"></iframe>
5656
</div>
5757
<div class="summit-team-label">Team 7</div>
5858
</a>
5959

60-
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_08/" target="_blank">
60+
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_8/" target="_blank">
6161
<div class="site-preview">
62-
<iframe src="https://cu-esiil.github.io/Summit_group_2026_08/?report=1" title="Summit Team 8 preview"></iframe>
62+
<iframe src="https://cu-esiil.github.io/Summit_group_2026_8/?report=1" title="Summit Team 8 preview"></iframe>
6363
</div>
6464
<div class="summit-team-label">Team 8</div>
6565
</a>
6666

67-
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_09/" target="_blank">
67+
<a class="summit-team-card" href="https://cu-esiil.github.io/Summit_group_2026_9/" target="_blank">
6868
<div class="site-preview">
69-
<iframe src="https://cu-esiil.github.io/Summit_group_2026_09/?report=1" title="Summit Team 9 preview"></iframe>
69+
<iframe src="https://cu-esiil.github.io/Summit_group_2026_9/?report=1" title="Summit Team 9 preview"></iframe>
7070
</div>
7171
<div class="summit-team-label">Team 9</div>
7272
</a>
@@ -197,10 +197,10 @@ body:has(.summit-team-gallery) .md-content__inner {
197197
position: absolute;
198198
top: 0;
199199
left: 0;
200-
width: 1200px;
201-
height: 720px;
200+
width: 1000px;
201+
height: 640px;
202202
border: 0;
203-
transform: scale(0.28);
203+
transform: scale(0.34);
204204
transform-origin: top left;
205205
pointer-events: none;
206206
}

summit-team-sites-live.png

121 KB
Loading

0 commit comments

Comments
 (0)