Skip to content

Commit 1692e0d

Browse files
author
DavidQ
committed
Abstract accordion behavior into reusable class for Preview Generator V2 - PR_26126_043-preview-generator-v2-accordion-abstraction
1 parent 95a03f8 commit 1692e0d

13 files changed

Lines changed: 346 additions & 412 deletions
Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
# git status --short
2-
M docs/dev/reports/codex_changed_files.txt
3-
M docs/dev/reports/codex_review.diff
4-
M tools/preview-generator-v2/PreviewGeneratorV2App.js
5-
?? docs/dev/reports/preview_generator_v2_app_logger_separation.txt
2+
M tools/preview-generator-v2/controls/AssetFolderControl.js
3+
M tools/preview-generator-v2/controls/CaptureModeControl.js
4+
M tools/preview-generator-v2/controls/LastGeneratedImageControl.js
5+
M tools/preview-generator-v2/controls/OutputSummaryControl.js
6+
M tools/preview-generator-v2/controls/PathsOrIdsControl.js
7+
M tools/preview-generator-v2/controls/RenderControlsControl.js
8+
M tools/preview-generator-v2/controls/RepoDestinationControl.js
9+
M tools/preview-generator-v2/controls/TargetSourceControl.js
10+
M tools/preview-generator-v2/index.html
11+
?? docs/dev/reports/preview_generator_v2_accordion_abstraction.txt
12+
?? tools/preview-generator-v2/controls/AccordionSection.js
613

7-
# PR_26126_042 diff stat excluding generated review artifact files
8-
.../preview-generator-v2/PreviewGeneratorV2App.js | 329 +--------------------
9-
1 file changed, 5 insertions(+), 324 deletions(-)
10-
# New file diff stat: docs/dev/reports/preview_generator_v2_app_logger_separation.txt
11-
.../preview_generator_v2_app_logger_separation.txt | 48 ++++++++++++++++++++++
12-
1 file changed, 48 insertions(+)
14+
# PR_26126_043 diff stat excluding generated review artifact files
15+
tools/preview-generator-v2/controls/AssetFolderControl.js | 3 +++
16+
tools/preview-generator-v2/controls/CaptureModeControl.js | 3 +++
17+
tools/preview-generator-v2/controls/LastGeneratedImageControl.js | 3 +++
18+
tools/preview-generator-v2/controls/OutputSummaryControl.js | 3 +++
19+
tools/preview-generator-v2/controls/PathsOrIdsControl.js | 3 +++
20+
tools/preview-generator-v2/controls/RenderControlsControl.js | 3 +++
21+
tools/preview-generator-v2/controls/RepoDestinationControl.js | 3 +++
22+
tools/preview-generator-v2/controls/TargetSourceControl.js | 3 +++
23+
tools/preview-generator-v2/index.html | 1 -
24+
9 files changed, 24 insertions(+), 1 deletion(-)
25+
# New file diff stat: docs/dev/reports/preview_generator_v2_accordion_abstraction.txt
26+
.../preview_generator_v2_accordion_abstraction.txt | 58 ++++++++++++++++++++++
27+
1 file changed, 58 insertions(+)
28+
# New file diff stat: tools/preview-generator-v2/controls/AccordionSection.js
29+
.../controls/AccordionSection.js | 37 ++++++++++++++++++++++
30+
1 file changed, 37 insertions(+)

0 commit comments

Comments
 (0)