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(addon/components/paper-item): converts to a glimmer component. #1304

Open
wants to merge 4 commits into
base: feature/glimmer-paper-checkbox
Choose a base branch
from

Conversation

matthewhartstonge
Copy link
Contributor

@matthewhartstonge matthewhartstonge commented Nov 13, 2024

note: two tests fail:

  • Integration | Component | paper item: single action checkboxes should react to checkbox clicks
  • Integration | Component | paper item: Item checkbox with secondary action and no primary action is toggled by checkbox click

This appears due to to click only bubbling once under classic components, whereas the proxy call is being made under the glimmer parent, then the click handler is being called on the checkbox classic component.

Hoping this will come out in the wash once paper-checkbox is migrated to glimmer.

@matthewhartstonge
Copy link
Contributor Author

Failing tests fixed by #1305!

@matthewhartstonge matthewhartstonge force-pushed the feature/glimmer-paper-form branch from e1eda8e to 3409186 Compare November 14, 2024 02:56
@matthewhartstonge matthewhartstonge force-pushed the feature/glimmer-paper-item branch from 1ad715a to 1e72457 Compare November 14, 2024 02:57
@matthewhartstonge matthewhartstonge force-pushed the feature/glimmer-paper-form branch from 3409186 to d5cce06 Compare November 15, 2024 02:49
@matthewhartstonge matthewhartstonge force-pushed the feature/glimmer-paper-item branch from 1e72457 to 9f3982b Compare November 15, 2024 02:50
@matthewhartstonge matthewhartstonge force-pushed the feature/glimmer-paper-form branch from d5cce06 to 34f1129 Compare November 17, 2024 22:21
@matthewhartstonge matthewhartstonge force-pushed the feature/glimmer-paper-item branch from 5b35c04 to 3496e2a Compare November 17, 2024 22:22
@matthewhartstonge matthewhartstonge changed the base branch from feature/glimmer-paper-form to feature/glimmer-paper-checkbox December 17, 2024 03:24
@matthewhartstonge matthewhartstonge force-pushed the feature/glimmer-paper-item branch from 3496e2a to 6061018 Compare December 17, 2024 03:24
@matthewhartstonge matthewhartstonge force-pushed the feature/glimmer-paper-checkbox branch from a765f74 to 896adac Compare December 30, 2024 09:40
@matthewhartstonge matthewhartstonge force-pushed the feature/glimmer-paper-item branch from 6061018 to d8e8c1e Compare December 30, 2024 09:40
Copy link

github-actions bot commented Dec 30, 2024

Some tests with 'continue-on-error: true' have failed:

  • ember-canary

  • ember-release

  • ember-release-no-deprecations

  • embroider-optimized

  • embroider-safe

  • no-deprecations

    Created by continue-on-error-comment

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.

Convert all components using ember-composability-tools to glimmer
1 participant