Skip to content

Conversation

@mayuran-deriv
Copy link
Collaborator

πŸ€– Auto-generated PR

This PR was automatically created by ShiftAI CLI.


fix: stake value allow decimal

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 8, 2025

Deploying derivatives-bot with Β Cloudflare Pages Β Cloudflare Pages

Latest commit: ed09ba8
Status:Β βœ…Β  Deploy successful!
Preview URL: https://5b9b5985.derivatives-bot.pages.dev
Branch Preview URL: https://mayuran-qs-input-validation.derivatives-bot.pages.dev

View logs

@mayuran-deriv
Copy link
Collaborator Author

mayuran-deriv commented Oct 8, 2025

πŸ€– AI Code Analysis Results

πŸ“ Manual Coding

⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜ 0%

0 of 252 characters (0%) in newly added lines are AI-generated


πŸ“Š Analysis Summary

Metric Value
πŸ“ Files Changed 1
βž• New Lines Added 252 chars
πŸ€– AI Characters 0
πŸ“ˆ AI Percentage 0%

πŸ“‹ Per-File Breakdown (New Lines Only)

File Lines Added AI Content Percentage
...er/quick-strategy/inputs/qs-input.tsx 252 chars 0 chars ⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜ 0%

πŸ“ This PR contains traditional hand-written code.

πŸ“Š Raw Data (for dashboard)
{
  "timestamp": "2025-10-08T09:09:07.722Z",
  "repository": "deriv-com/derivatives-bot",
  "branch": "unknown",
  "author": "unknown",
  "summary": {
    "totalCharacters": 252,
    "aiCharacters": 0,
    "percentage": 0
  },
  "files": [
    {
      "name": "src/pages/bot-builder/quick-strategy/inputs/qs-input.tsx",
      "totalCharacters": 252,
      "aiCharacters": 0,
      "percentage": 0,
      "status": "modified",
      "hasAddedContent": true,
      "addedContent": "            if (\n                is_number &&\n                typeof value === 'number' &&\n                value < 1 &&\n                !Number.isInteger(value) &&\n                name !== 'stake' &&\n                name !== 'max_stake'\n            ) {"
    }
  ]
}

πŸš€ Analysis powered by ShiftAI β€’ Analyzes only PR changes, not entire files

@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2025

Dependency Review

βœ… No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

@mayuran-deriv mayuran-deriv changed the title fix: stake value allow decimal Mayuran/GRWT-7162/V2/fix: stake value allow decimal Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants