Skip to content

ui: change schedule toggle and note message ui#552

Open
mohitmadaan-rgb wants to merge 2 commits intodevfrom
feature/digikhata-fund-transfer-schedule
Open

ui: change schedule toggle and note message ui#552
mohitmadaan-rgb wants to merge 2 commits intodevfrom
feature/digikhata-fund-transfer-schedule

Conversation

@mohitmadaan-rgb
Copy link
Copy Markdown
Contributor

image image

@mohitmadaan-rgb mohitmadaan-rgb self-assigned this Apr 8, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
wlc-webapp Ready Ready Preview, Comment Apr 10, 2026 7:45am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
satin-uat Ignored Ignored Apr 10, 2026 7:45am

Request Review

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the FundTransferStep and LoadWalletStep components. Changes include adding a 'Schedule Transfer' UI section with a toggle, updating the submission logic to require the schedule state, and improving the info alerts in the LoadWalletStep by adding direct download links for the DigiKhata app. Regarding the review feedback, the logic change in 'canSubmit' that mandates 'isSchedule' to be true appears to be a functional bug if the intention is to allow transfers when the schedule toggle is disabled.

isPinComplete &&
isAmountValid &&
!isSendingTransactionOtp &&
isSchedule;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The canSubmit logic now requires isSchedule to be true. If isSchedule is a toggle that the user can turn off, this logic will prevent the user from submitting a transfer when isSchedule is false. This seems to be a functional bug if the intention is to allow transfers regardless of the schedule toggle state.

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.

1 participant