Closed zzxming closed 1 week ago
[!CAUTION]
Review failed
The pull request is closed.
A new GitHub Actions workflow named auto-fix.yml
has been added to automate linting and code quality checks on pushes and pull requests to the main
branch. Additionally, All Contributors badges have been introduced in both the English and Chinese README files to acknowledge contributors. Changes to various source files include updates to package configurations, enhancements in clipboard handling, tooltip interactions, table selection logic, and toolbar functionalities. These modifications aim to improve code quality, usability, and maintainability.
File Path | Change Summary |
---|---|
.github/workflows/auto-fix.yml |
New GitHub Actions workflow for linting on pushes and pull requests. |
README.md |
Added All Contributors badge indicating 4 contributors. |
README.zh-CN.md |
Added All Contributors badge indicating 4 contributors. |
package.json |
Added "packageManager": "pnpm@9.13.0" and updated @antfu/eslint-config version to ^3.9.1 . |
packages/docs/package.json |
Added a newline at the end of the file. |
packages/fluent-editor/src/assets/font.scss |
Reformatted Sass map for readability and updated data-value syntax. |
packages/fluent-editor/src/assets/mathlive.scss |
Modified styles for math field and tooltip classes, added new properties, and formatted file. |
packages/fluent-editor/src/custom-clipboard.ts |
Enhanced CustomClipboard class for better paste handling and image management. |
packages/fluent-editor/src/link/modules/tooltip.ts |
Improved Tooltip class for better mouse interaction and display behavior. |
packages/fluent-editor/src/table/modules/table-selection.ts |
Corrected boundary checking logic in TableSelection class. |
packages/fluent-editor/src/toolbar/index.ts |
Refined logic in BetterToolbar class for input state handling and event listeners. |
packages/fluent-editor/vite.config.ts |
Fixed syntax in vite.config.ts to properly close the configuration function. |
format-painter
functionality, related to overall code quality improvements and linting.font.scss
file, relevant to the linting and code quality improvements.pnpm
.ci
, refactoring
🐰 In the meadow where the code does play,
New workflows hop in to save the day!
Badges shine bright, contributors cheer,
With linting and fixes, the path is clear.
So let’s code together, with joy and delight,
For a cleaner, smoother, coding night! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
Release Notes
New Features
Improvements
Bug Fixes
Documentation
Chores
package.json
.