Conversation
updated package dependencies in package.json and pnpm-lock.yaml to include the latest versions of '@types/nprogress' and 'nprogress'.
…ality refactored button color in the UserProfile component to use orange color for email display. Also, updated the follow/unfollow functionality to use proper API calls and updated button text accordingly.
updated favicon icon in favicon.ico to use the new icon.
fixed linting errors in the Layout component by removing unnecessary import and properly formatting the metadata object.
…cher hook refactored the follow/unfollow user functionality in the fetcher hook to properly mutate SWR keys after successful follow/unfollow actions.
updated button text from 'Follow' to 'Subscribe' for consistency with the forum subscription feature.
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 includes a set of changes aimed at improving various aspects of the project:
Update package dependencies: The package dependencies in package.json and pnpm-lock.yaml have been updated to include the latest versions of '@types/nprogress' and 'nprogress'. This ensures compatibility with the latest features and fixes provided by these dependencies.
Refactor button color and follow/unfollow functionality: The UserProfile component has been refactored to use orange color for email display, improving visual consistency. Additionally, the follow/unfollow functionality has been updated to use proper API calls, ensuring accurate interaction with user profiles. Button text has been adjusted accordingly to reflect these changes.
Update favicon icon: The favicon icon in favicon.ico has been updated to use a new icon, enhancing the visual identity of the application.
Fix linting errors in layout component: Linting errors in the Layout component have been fixed by removing unnecessary imports and properly formatting the metadata object.
Refactor follow/unfollow user functionality in fetcher hook: The follow/unfollow user functionality in the fetcher hook has been refactored to properly mutate SWR keys after successful follow/unfollow actions, improving data consistency and reliability.
Update button text from 'Follow' to 'Subscribe': Button text has been updated from 'Follow' to 'Subscribe' in the forum component for consistency with the forum subscription feature, enhancing user experience.