Skip to content

馃悰 Stop the refresh button from jumping when a query is in progress - #3117

Open
johnsimons wants to merge 1 commit into
ramon/audit-incomplete-resultsfrom
john/stop_jumpiness
Open

馃悰 Stop the refresh button from jumping when a query is in progress#3117
johnsimons wants to merge 1 commit into
ramon/audit-incomplete-resultsfrom
john/stop_jumpiness

Conversation

@johnsimons

Copy link
Copy Markdown
Member

Reviewer Checklist

  • Components are broken down into sensible and maintainable sub-components.
  • Styles are scoped to the component using it. If multiple components need to share CSS, then a .css file is created containing the shared CSS and imported into component scoped style sections.
  • Naming is consistent with existing code, and adequately describes the component or function being introduced
  • Only functions utilizing Vue state or lifecycle hooks are named as composables (i.e. starting with 'use');
  • No module-level state is being introduced. If so, request the PR author to move the state to the corresponding Pinia store.

The elapsed-time label ("Cancel 路 1.2s") updated every 100 ms, causing the button to resize continuously while a query ran. Removing the label and fixing the button width keeps it stable.
@johnsimons johnsimons self-assigned this Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant