style(frontend): apply oxfmt to existing files - #42813
Conversation
Code Review Agent Run #011fb5Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
|
The flagged issue regarding the abrupt transition when switching from an active to an inactive tile is correct. When the To resolve this, you should ensure the Since the file |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #42813 +/- ##
==========================================
- Coverage 65.75% 65.75% -0.01%
==========================================
Files 2842 2842
Lines 162277 162269 -8
Branches 37173 37165 -8
==========================================
- Hits 106711 106698 -13
- Misses 53498 53503 +5
Partials 2068 2068
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
SUMMARY
Apply the repository-pinned oxfmt 0.61.0 formatter to 20 existing frontend files that drifted from its output. This restores a clean
pre-commit run --all-filesbaseline. There are no behavioral or dependency changes.It appears that the PR that transitioned from 0.60.0 to 0.61.0 but without running pre-commit with the new rules:
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Not applicable; formatting-only change.
TESTING INSTRUCTIONS
All hooks pass, including oxfmt, oxlint, frontend type-checking, stylelint, MyPy, Ruff, and Pylint.
ADDITIONAL INFORMATION