Skip to content

Conversation

@CatchABus
Copy link
Contributor

PR Checklist

What is the current behavior?

MediaQueryList implementation was a bit poorly written due to the media queries implementation being too large of a change.

What is the new behavior?

This PR gives some attention to MediaQueryList.

@nx-cloud
Copy link

nx-cloud bot commented Nov 9, 2025

View your CI Pipeline Execution ↗ for commit 2f28a28

Command Status Duration Result
nx test apps-automated -c=ios ✅ Succeeded 2m 49s View ↗
nx run-many --target=test --configuration=ci --... ✅ Succeeded 1s View ↗

☁️ Nx Cloud last updated this comment at 2025-11-18 12:19:05 UTC

@CatchABus CatchABus force-pushed the ref/media-query-list branch from f22367b to 2b827f6 Compare November 18, 2025 10:34
@CatchABus CatchABus marked this pull request as ready for review November 18, 2025 12:17
@@ -0,0 +1,23 @@
export const ApplicationEventNames = Object.freeze({
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@NathanWalker I forgot to mention this but I put application event names into their own separate module and Application instance accesses them using getters.
At the same time, Application implements the type of the ApplicationEventNames to ensure that no getter is accidentally missed.

If this change looks ugly, we can definitely revert it.

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.

2 participants