Conversation
This commit simplifies the InactiveThemesList component by removing the 'Preview' and 'Rename' action options for inactive themes. The change enhances clarity and focuses the component's functionality on the remaining 'Edit Code' action, improving maintainability.
… components This commit deletes the middleware.ts file, streamlining the codebase by removing unused middleware logic. Additionally, it updates various components to import the OptimizedImage component instead of the default Image from Next.js, enhancing image loading performance and consistency across the application. The changes also include adjustments to the next.config.ts and package.json files to reflect updated dependencies and configurations.
This commit updates the README.md file to specify the new version of Next.js (16.0.0) and changes the Node.js requirement to version 20.18.3 with pnpm 10.18.0. These updates ensure that users are informed about the latest dependencies required for the project.
This commit updates the Jest configuration to include new import paths for the theme-editor package, improving module resolution. Additionally, it refines the image loading logic in the OptimizedImage component to ensure custom loaders are only applied for valid Fasttify CDN URLs or safe relative paths, enhancing the robustness of image handling.
…debase This commit deletes the OptimizedImage component and its corresponding unit tests, simplifying the codebase by removing unused image handling logic. This change enhances maintainability and focuses on core functionalities, ensuring a cleaner project structure.
This commit deletes the imageLoader function, simplifying the codebase by removing unused image loading logic. This change enhances maintainability and focuses on core functionalities, ensuring a cleaner project structure.
This commit updates multiple components to replace the OptimizedImage import with the Next.js Image component. This change streamlines image handling across the application, enhancing performance and consistency in image rendering.
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.
No description provided.