Mayuran/ENGT-4103/fix: block the user until the response comes#288
Open
mayuran-deriv wants to merge 1 commit intomasterfrom
Open
Mayuran/ENGT-4103/fix: block the user until the response comes#288mayuran-deriv wants to merge 1 commit intomasterfrom
mayuran-deriv wants to merge 1 commit intomasterfrom
Conversation
Contributor
Author
🤖 AI Code Analysis Results📝 Manual Coding⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜ 0% 0 of 154 characters (0%) in newly added lines are AI-generated 📊 Analysis Summary
📋 Per-File Breakdown (New Lines Only)
📝 This PR contains traditional hand-written code. 📊 Raw Data (for dashboard){
"timestamp": "2025-10-01T07:55:45.172Z",
"repository": "deriv-com/deriv-api-docs",
"branch": "unknown",
"author": "unknown",
"summary": {
"totalCharacters": 154,
"aiCharacters": 0,
"percentage": 0
},
"files": [
{
"name": "src/features/Apiexplorer/RequestResponseRenderer/index.tsx",
"totalCharacters": 77,
"aiCharacters": 0,
"percentage": 0,
"status": "modified",
"hasAddedContent": true,
"addedContent": " disabled={disableSendRequest(auth) || reqData === '' || is_loading}"
},
{
"name": "src/features/Apiexplorer/SubscribeRenderer/index.tsx",
"totalCharacters": 77,
"aiCharacters": 0,
"percentage": 0,
"status": "modified",
"hasAddedContent": true,
"addedContent": " disabled={disableSendRequest(auth) || reqData === '' || is_loading}"
}
]
}🚀 Analysis powered by ShiftAI • Analyzes only PR changes, not entire files |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
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.
🤖 Auto-generated PR
This PR was automatically created by ShiftAI CLI.
fix: block the user until the response comes