ref(pagefilters) cleanup projectFilters#108072
Conversation
Moves checkbox position to the beginning of the row and unwinds the mess of checkwraps. <img width="666" height="624" alt="CleanShot 2026-02-11 at 16 28 05@2x" src="https://github.com/user-attachments/assets/4fe46a08-9619-49b7-9377-fb58088495cb" /> Fix DE-752
|
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
TkDodo
left a comment
There was a problem hiding this comment.
it looks like this contains changes that we’ve already approved in a different PR, making it hard to review
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
Refactors hybridFilters to cleanup styling and confusing UX.
Changes:
+ Projectwas renamed to+ Create ProjectI will use this PR as the base for a set of stacked changes that I would like to release at the same time so that there is minimal impact on user experience.
Fix DE-754, Fix DE-883