- Notifications
You must be signed in to change notification settings - Fork715
fix: Reset fields list pagination on stream change#9580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
Failed to generate code suggestions for PR |
Greptile OverviewGreptile SummaryAdded
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram participant User participant StreamSelect as Stream Select Dropdown participant Handler as Selection Handler participant Pagination as Pagination State participant FieldList as Field List Component User->>StreamSelect: Select/change stream(s) StreamSelect->>Handler: handleMultiStreamSelection() or handleSingleStreamSelect() Handler->>Handler: Clear filter input via $nextTick Handler->>Handler: Call onStreamChange("") Handler->>Pagination: Call resetPagination() Pagination->>Pagination: Set page to 1 Pagination->>FieldList: Scroll to top via nextTick FieldList-->>User: Display fields from page 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
No files reviewed, no comments
4b01421 intobranch-v0.30.0Uh oh!
There was an error while loading.Please reload this page.
No description provided.