-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Design Picker: Track the selection of the categories #97161
Conversation
Jetpack Cloud live (direct link)
Automattic for Agencies live (direct link)
|
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser: App Entrypoints (~119 bytes added 📈 [gzipped])
Common code that is always downloaded and parsed every time the app is loaded, no matter which route is used. Legend What is parsed and gzip size?Parsed Size: Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory. Generated by performance advisor bot at iscalypsofastyet.com. |
0f9bdaa
to
a13f767
Compare
Seems that the Screen.Capture.on.2024-12-09.at.13-11-53.mp4 |
I was unsure what's the correct value. The property, |
fc99992
to
a135215
Compare
Hmm good point, but it might be a bit odd that if I wanted to track users that have enabled the toggle, I'd have to use |
You can use |
Could you confirm if the Screen.Capture.on.2024-12-09.at.14-55-26.mp4 |
Confirmed. The issue happened only when categories were not loaded. Fixed it by a7a6b14 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick question, should we also rename the tracked values feature:
and subject:
to type:
and topic:
as per #97224? Or are those just client-side labeling?
(Just verifying if we won't get confused down the line.)
Nevermind, not sure if it's a good idea because the taxonomy itself is still called Theme Feature and Theme Subject in the "backend". |
There are all theme subjects when it comes to taxonomy. The differentiation is only on the client-side 🙈 |
The more I know... 😄 |
I'd prefer to keep it for now and see the final copy before the release 😆 |
a7a6b14
to
0c2bcb2
Compare
Another thing I noticed is that if no goals are selected, the preselected filter is "Blog" but the event props preselected_filters is empty. |
Let's fix it via https://github.com/Automattic/dotcom-forge/issues/10101. Does it make senses? |
Sounds good 👍 |
Related to pbxlJb-6Hz-p2
Proposed Changes
Free only
toggleFilters
Free Only Filter
Why are these changes being made?
Testing Instructions
Pre-merge Checklist