Merged
Conversation
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.
This pull request focuses on improving code and style consistency, updating dependencies, and enhancing formatting tools. The most significant changes include updates to dependency versions, the addition of a Prettier plugin for Tailwind CSS, and numerous small refactors to className ordering for better readability and maintainability.
Dependency and Tooling Updates:
package.json, includingprettier,prettier-plugin-tailwindcss,morgan,dotenv,@types/*packages, and more, to ensure compatibility and benefit from recent improvements and bug fixes. [1] [2] [3]@testing-library/jest-dom/extend-expectto@testing-library/jest-dom/vitestintest/setup-test-env.tsfor improved compatibility with Vitest..prettierrcfile to enable theprettier-plugin-tailwindcssplugin, ensuring Tailwind CSS class names are automatically sorted and formatted.Styling and Class Name Refactors:
CopyPageDropdown,EditLink,MenuLink, and layout containers) for improved readability and to align with the new Prettier/Tailwind formatting. [1] [2] [3] [4] [5]app/styles/docs.cssfor.availability-small,.availability-main, and table styles to maintain consistency and leverage the benefits of the Tailwind Prettier plugin. [1] [2] [3] [4]