refactor: unified transaction url.

feat: modify admin pages.
This commit is contained in:
2025-08-29 17:11:44 +05:30
parent bbbfcc52d2
commit 78c0fa6e95
9 changed files with 501 additions and 321 deletions

View File

@@ -338,7 +338,7 @@ export default function QuickPay() {
Quick Pay - Own Bank
</Title>
<div style={{ maxHeight: "320px", overflowY: "auto" }}>
<div style={{ maxHeight: "290px", overflowY: "auto" }}>
<Stack gap="xs">
<Group grow>
<Select
@@ -423,7 +423,7 @@ export default function QuickPay() {
selectedAccount && Number(amount) > Number(selectedAccount.stAvailableBalance) ?
"Amount exceeds available balance" : false}
withAsterisk
leftSection ="₹"
leftSection="₹"
readOnly={showOtpField}
/>
@@ -498,6 +498,17 @@ export default function QuickPay() {
</Button>
</Group>
</Stack>
<Stack gap={1} mt="xs">
<Text size="xs" c="green">
Minimum Transfer Amount on this Day is Rs. 1.00
</Text>
<Text size="xs" c="green">
Maximum Transfer Limit per Day is Rs. 500000.00
</Text>
<Text size="xs" c="green">
Available Transfer Amount on this Day is Rs. 500000.00
</Text>
</Stack>
</div>
{/* ) : (
<div>