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

feat(filter): add label property #11001

Merged
merged 2 commits into from
Dec 6, 2024
Merged

Conversation

driskull
Copy link
Member

@driskull driskull commented Dec 6, 2024

Related Issue: #8076

Summary

  • add label prop to filter
  • add test

@github-actions github-actions bot added the enhancement Issues tied to a new feature or request. label Dec 6, 2024
@driskull driskull marked this pull request as ready for review December 6, 2024 19:34
Copy link
Member

@geospatialem geospatialem left a comment

Choose a reason for hiding this comment

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

LGTM! 🏆

@@ -67,6 +67,15 @@ describe("calcite-filter", () => {
expect(await input.getProperty("scale")).toBe(scale);
});

it("honors label property", async () => {
const page = await newE2EPage();
const label = "hell world";
Copy link
Member

Choose a reason for hiding this comment

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

😨! Did you mean to type hello 👋🏻?

Copy link
Member Author

Choose a reason for hiding this comment

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

whoops lol

Copy link
Contributor

Choose a reason for hiding this comment

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

@driskull driskull added the skip visual snapshots Pull requests that do not need visual regression testing. label Dec 6, 2024
Copy link
Member

@benelan benelan left a comment

Choose a reason for hiding this comment

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

👍

@driskull driskull merged commit ab20b8e into dev Dec 6, 2024
13 checks passed
@driskull driskull deleted the dris0000/filter-label-property branch December 6, 2024 23:44
@github-actions github-actions bot added this to the 2024-12-17 - Dec Milestone milestone Dec 6, 2024
driskull added a commit that referenced this pull request Dec 9, 2024
**Related Issue:** #8076

## Summary

- add `filterLabel` property to the list
- add test
- depends on #11001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues tied to a new feature or request. skip visual snapshots Pull requests that do not need visual regression testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants