Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle other Tabs widgets as DOM descendants of a TabbedContent #3602

Merged
merged 4 commits into from
Oct 30, 2023

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    6214e5e View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    darrenburns committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    70c4797 View commit details
    Browse the repository at this point in the history
  3. Ensure TabbedContent can identify messages from the associated Tabs s…

    …o that it can ignore messages from other, irrelevant Tabs instances that may exist as descendants deeper in the DOM. Also adds some tests to ensure corresponding issues are fixed.
    darrenburns committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ddad810 View commit details
    Browse the repository at this point in the history
  4. Improve docstrings for Tabs.Cleared and corresponding handler inside …

    …TabbedContent - it now includes a note that the Cleared message is sent when all tabs are hidden.
    darrenburns committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    76cde00 View commit details
    Browse the repository at this point in the history