- Added support for nested comments with reply functionality.
- Implemented like/unlike feature for comments and posts.
- Enhanced comment DTO to include reply count, like count, and like status.
- Updated comment and like services to handle new functionalities.
- Created new API endpoints for toggling likes and listing comments.
- Improved UI components for comments to support replies and likes with animations.
- Added localization for new comment-related messages.
- Introduced a TODO list for future enhancements in the comment module.
refactor: Remove old Helm chart files and templates
feat: Add new Helm chart structure for neo-blog deployment
chore: Add .helmignore and initial Chart.yaml for Helm chart
feat: Implement backend and frontend deployment templates in Helm chart
feat: Create services and ingress configurations for backend and frontend
chore: Define resource limits and requests for backend and frontend in values.yaml
feat: Enable autoscaling configuration for backend and frontend deployments
chore: Clean up unused files and configurations from previous setup