Skip to content

Conversation

@ktmud
Copy link
Member

@ktmud ktmud commented Feb 20, 2021

SUMMARY

Add two debounce delay constants for: 1. fast UI updates; 2. expensive UI updates.

Using constants makes sure the experience is the same.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

N/A

No functional changes.

Some debounce delays may be slightly different.

TEST PLAN

CI should pass.

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Requires DB Migration.
  • Confirm DB Migration upgrade and downgrade tested.
  • Introduces new feature or API
  • Removes existing feature or API

Copy link
Member

@rusackas rusackas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it! I was thinking about this yesterday. Stop reading my mind! LGTM!

@ktmud ktmud merged commit 571b53e into apache:master Feb 20, 2021
datasourceFilters.push(
<ControlRow
key="sqla-filters"
className="control-row"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bycatch: this prop is not used in ControlRow.

@ktmud ktmud deleted the debounce-constant branch February 20, 2021 01:48
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 1.2.0 First shipped in 1.2.0 labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/M 🚢 1.2.0 First shipped in 1.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants