-
Notifications
You must be signed in to change notification settings - Fork 31
Master 13.7 #1311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master 13.7 #1311
Conversation
TDH-:1705 Getting Error while sending Voice note and deleting Voice note
TDH-1811 -: Fix the agent status issue
allowing html code in text message
CUS-908 Email validation error
Cus-926 Business hour improvements
Revert app_id changes
Tdh 1776 Restrict Human Handover
Auto format the code on the commit - husky + lint-staged
|
Caution Review failedThe pull request is closed. WalkthroughThis pull request primarily standardizes code formatting and configuration consistency across the repository. It removes deprecated hooks and replaces them with updated ones, revises Prettier and linting settings, and updates dependency versions and scripts in package.json. Additionally, numerous JavaScript, SCSS, JSON, and configuration files have been reformatted—often consolidating multi‐line expressions into single lines—to improve readability without modifying underlying functionality. Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer
participant Git as Git Commit Process
participant Hook as Husky Pre-commit Hook
participant NPM as NPM Process
Dev->>Git: Initiate commit
Git->>Hook: Trigger pre-commit hook
Hook->>Hook: Source husky.sh script
Hook->>NPM: Execute "npm run prettify-commit"
NPM-->>Hook: Return formatting result
Hook-->>Git: Return status (pass/fail)
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (79)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
What do you want to achieve?
PR Checklist
How was the code tested?
What new thing you came across while writing this code?
In case you fixed a bug then please describe the root cause of it?
Screenshot
NOTE: Make sure you're comparing your branch with the correct base branch
Summary by CodeRabbit
New Features
Refactor / Style
Documentation
Chores