Skip to content

Commit ecb60cc

Browse files
author
DavidQ
committed
Revert unintended repo changes and enforce scoped modifications for Preview Generator V2 - PR_26126_038-preview-generator-v2-fix-unexpected-changes
1 parent 1418513 commit ecb60cc

4 files changed

Lines changed: 97 additions & 572 deletions

File tree

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ node_modules/
1818
tests/results/
1919
tmp/
2020

21-
21+
# Codex files
2222
codex_review.diff
23-
codex_changed_files.txt
23+
codex_changed_files.txt
24+
docs/dev/reports/codex_changed_files.txt
25+
docs/dev/reports/codex_review.diff
Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,7 @@
11
# git status --short
2-
M .gitignore
3-
M docs/dev/codex_commands.md
4-
M docs/dev/commit_comment.txt
5-
M docs/dev/reports/preview_generator_v2_playwright_result.txt
6-
M tests/playwright/PreviewGeneratorV2Baseline.spec.mjs
7-
M tools/preview-generator-v2/index.html
8-
M tools/preview-generator-v2/previewGeneratorV2.css
9-
?? docs/dev/reports/preview_generator_v2_common_styles_applied.txt
10-
?? docs/dev/reports/preview_generator_v2_shared_removed.txt
11-
?? tools/common/toolShellCommon.css
2+
?? docs/dev/reports/preview_generator_v2_unexpected_changes_reverted.txt
123

13-
# Note
14-
.gitignore is present in the worktree status but is unrelated to PR_26126_037 and is excluded from the PR-scoped review diff/stat.
15-
16-
# PR-scoped diff stat excluding unrelated .gitignore and generated review artifact files
17-
docs/dev/codex_commands.md | 20 +++---
18-
docs/dev/commit_comment.txt | 2 +-
19-
.../preview_generator_v2_playwright_result.txt | 13 ++--
20-
.../playwright/PreviewGeneratorV2Baseline.spec.mjs | 35 ++++++++++
21-
tools/preview-generator-v2/index.html | 29 +++++----
22-
tools/preview-generator-v2/previewGeneratorV2.css | 75 ----------------------
23-
6 files changed, 66 insertions(+), 108 deletions(-)
24-
# New file diff stat: docs/dev/reports/preview_generator_v2_common_styles_applied.txt
25-
.../preview_generator_v2_common_styles_applied.txt | 53 ++++++++++++++++++++++
26-
1 file changed, 53 insertions(+)
27-
# New file diff stat: docs/dev/reports/preview_generator_v2_shared_removed.txt
28-
.../preview_generator_v2_shared_removed.txt | 39 ++++++++++++++++++++++
29-
1 file changed, 39 insertions(+)
30-
# New file diff stat: tools/common/toolShellCommon.css
31-
NUL => tools/common/toolShellCommon.css | 66 +++++++++++++++++++++++++++++++++
32-
1 file changed, 66 insertions(+)
4+
# PR_26126_038 diff stat excluding generated review artifact files
5+
# New file diff stat: docs/dev/reports/preview_generator_v2_unexpected_changes_reverted.txt
6+
...ew_generator_v2_unexpected_changes_reverted.txt | 42 ++++++++++++++++++++++
7+
1 file changed, 42 insertions(+)

0 commit comments

Comments
 (0)