- Updated `getPostById` function to accept an optional authorization token.
- Modified `PostPage` to retrieve the token from cookies and pass it to the API call.
- Added smooth transition effects for background and text colors in `globals.css`.
- Cleaned up imports and formatting in `blog-home.tsx`.
- Refactored `blog-post.tsx` to use `MDXRemote` for rendering markdown content.
- Introduced `blog-comment.tsx` and `blog-post-header.client.tsx` components for better structure.
- Added a switch component for dark/light mode toggle in the navbar.
- Updated `Post` model to include a description field.
fix: Update post fetching logic to use dynamic ID instead of hardcoded value
feat: Enhance layout with animated transitions using framer-motion
refactor: Remove old post and user page implementations, introduce new structure
feat: Implement sidebar components for blog home with dynamic content
feat: Create blog post component with wave header and metadata display
feat: Add responsive sidebar menu for navigation on mobile devices
chore: Introduce reusable sheet component for modal-like functionality