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
Copy file name to clipboardExpand all lines: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ When changing frontend UI code, Storybook stories, UI test abstractions, or brow
60
60
61
61
- read `docs/frontend-component-migration-plan.md` before making changes
62
62
- read `docs/frontend-component-architecture.md` for the current page/component/service layering model
63
+
- read `docs/frontend-legacy-ui-elimination-plan.md` when changing or discovering UI code that still uses legacy controls, broad imperative helpers, document-scoped lookup, or compatibility facades
63
64
- prefer the `Controller + View + createComponent` pattern for new or migrated UI components
64
65
- keep components mounted into one explicit root element
65
66
- avoid global `document.querySelector`/`getElementById` inside reusable components; query within the component root instead
'Shows the composed app-side import/export workspace mounted through the new Phase 6 feature boundary. Click Set Text From Grid to refresh preview text, switch formats, and use the options panel inside the same mounted component tree.',
113
+
'Shows the composed app-side import/export workspace mounted through the new Phase 6 feature boundary. Use the compact preview row-count input next to Preview to change the sample size, click Set Text From Grid to refresh preview text, and switch formats inside the same mounted component tree.',
'Shows the same workspace after switching to JSON so the shared format selector, preview editor, and options panel can be reviewed together in a non-CSV state.',
139
+
'Shows the same workspace after switching to JSON so the shared format selector, preview editor, row-count control, and options panel can be reviewed together in a non-CSV state.',
Copy file name to clipboardExpand all lines: apps/web/src/stories/text-preview-editor.stories.js
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ export const PreviewMode = {
43
43
docs: {
44
44
description: {
45
45
story:
46
-
'Preview-mode state with Auto Preview enabled and the preview-row count reflected in the toggle button label.',
46
+
'Shows Previewmode with Auto Preview enabled and the dedicated preview row-count spinbutton set to 10. Reviewers should hover the help button, confirm the tooltip mentions the first 10 rows, and try changing the Preview row count to see how the preview-specific guidance follows that value while the toggle button remains labeled Preview.',
0 commit comments