refactor: migrate to tailwind v4 style#36417
Merged
Merged
Conversation
lyzno1
previously approved these changes
May 20, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #36417 +/- ##
=======================================
Coverage 86.02% 86.02%
=======================================
Files 4477 4478 +1
Lines 213439 213433 -6
Branches 39667 39673 +6
=======================================
- Hits 183612 183607 -5
+ Misses 26565 26564 -1
Partials 3262 3262
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
lyzno1
approved these changes
May 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
Fixes #<issue number>.Summary
close #36416
Auto-Fix Categories
h-4 w-4 -> size-4,h-full w-full -> size-full,h-auto w-auto -> size-auto.text-sm leading-5 -> text-sm/5,text-xs leading-4 -> text-xs/4,text-lg leading-6 -> text-lg/6.!px-2 -> px-2!,data-[...]:!w-[420px] -> data-[...]:w-[420px]!.pl-6 pr-6 -> px-6,px-0 py-0 -> p-0,mb-2 mt-2 -> my-2.left-0 right-0 -> inset-x-0,top-0 right-0 bottom-0 left-0 -> inset-0.translate-x-0 translate-y-0 -> translate-0,-translate-x-1/2 -translate-y-1/2 -> -translate-1/2.overflow-hidden text-ellipsis whitespace-nowrap -> truncate,break-words -> wrap-break-word,[scrollbar-width:none] -> scrollbar-none.rounded-bl-xl rounded-br-xl -> rounded-b-xl,rounded-tl-xl rounded-tr-xl -> rounded-t-xl.bg-gradient-to-r -> bg-linear-to-r4 occurrences,bg-white/[0.08] -> bg-white/84 occurrences,z-[9999] -> z-99993 occurrences, andborder-[1px] -> border1 occurrence.-right-[9px] -> right-[-9px],max-w-[calc(100%_-_30px)] -> max-w-[calc(100%-30px)], andhas-[[data-popup-open]]:visible -> has-data-popup-open:visible.p-1.5 rounded-lg size-8 -> action-btn-l,system-xs-regular font-normal -> body-xs-regular,system-xs-medium uppercase -> system-xs-medium-uppercase.Screenshots
Checklist
make lint && make type-check(backend) andcd web && pnpm exec vp staged(frontend) to appease the lint gods