feat: Enhance UserBlogs component with improved layout and loading state#65
Open
Amanlakhera16 wants to merge 1 commit intokhushi2706:mainfrom
Open
feat: Enhance UserBlogs component with improved layout and loading state#65Amanlakhera16 wants to merge 1 commit intokhushi2706:mainfrom
Amanlakhera16 wants to merge 1 commit intokhushi2706:mainfrom
Conversation
- Refactored UserBlogs.js to include a more structured layout with an introduction section. - Added loading state handling while fetching user blogs. - Updated blog rendering to use a grid layout for better responsiveness. - Introduced a handleEdit function for navigating to the blog edit page. - Improved error handling in API requests. style: Update global styles and typography - Imported new fonts from Google Fonts for a modern look. - Defined CSS variables for consistent theming across the application. - Enhanced body styles for better visual appeal and responsiveness. fix: Update API response handling in blog and user controllers - Modified blog-controller.js to populate user data in blog responses. - Updated user-contoller.js to exclude password from user responses. - Improved error handling and response structure for better client-side integration. chore: Add project reports for frontend and backend - Created detailed reports outlining project structure, setup instructions, and core functionalities for both frontend and backend. build: Update server configuration for larger payloads - Increased JSON and URL-encoded body size limits in server.js to support larger blog content. test: Add environment variable configuration for MongoDB connection - Introduced .env file for MongoDB URI configuration to streamline local development setup.
|
Someone is attempting to deploy a commit to the Khushi Team on Vercel. A member of the Team first needs to authorize it. |
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.
style: Update global styles and typography
fix: Update API response handling in blog and user controllers
chore: Add project reports for frontend and backend
build: Update server configuration for larger payloads
test: Add environment variable configuration for MongoDB connection