You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enhance code structure handling and UI interactions
- Added initialScript.js to provide a default script template for users.
- Updated App.vue and CodeStructuresStage.vue to improve layout and visual feedback with new padding and highlight effects.
- Introduced a new 'No Transform' option in the template catalog for exporting match-only scaffolds.
- Enhanced store functionality with methods for adding pipeline steps and handling no-transform steps.
- Improved ParseButton and PipelineBuilder components to support new features and better user experience.
title="Replace this step by reparsing and reopening the Transform panel"
60
+
aria-label="Replace step transform"
61
+
@click.stop="store.editPipelineStep(index)"
62
+
>
63
+
<icon-transform />
64
+
</button>
55
65
<buttonclass="mini-btn icon-btn icon-btn-sm"type="button"title="Remove this step from the pipeline"aria-label="Remove step"@click.stop="store.removePipelineStep(index)">
0 commit comments