-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[uma-bridge] RTP warnings for existing bank account on account pageMo…
…re contex (#411) * [uma-bridge] RTP warnings for existing bank account on account page (#11760) More context here: https://lightsparkgroup.slack.com/archives/C06TJHCEHL3/p1722545369679599 <img width="1308" alt="Screenshot 2024-08-01 at 1 48 09 PM" src="https://github.com/user-attachments/assets/bd2f7449-c3b6-462f-87d9-ad0aec069be4"> GitOrigin-RevId: a67fd550b19e2f9facab8ab7d0c51b6754bab042 * [ui] Unify externalLink and filename props (#11798) GitOrigin-RevId: 703a323ae665eede988c4c553a3e4c2ec2b0a29e * Create happy-panthers-reflect.md * [lightspark-sdk, wallet-sdk] Expose method to update logging level (#11812) GitOrigin-RevId: 4b7da6cd74b77939beba316e7bc870206ffd0ced * [lightspark-sdk, wallet-sdk] Collapse fn calls (#11817) GitOrigin-RevId: 0e09f226e3f6a91effdbc1d2707ba863b47b49fe * [site] Billing report UI fixes (#11799) GitOrigin-RevId: 791a2566e22d934e5ed1f9bdeeddbf2303c1c4d2 * [uma-bridge] Rename to StatusRedirectOutlet, fix query invalidation (#11778) GitOrigin-RevId: 076fc6defbeb2c7822f4258958ba689f2123142c * [uma-bridge] Use transparent loading spinner for buttons (#11833) GitOrigin-RevId: 81038fb580151dabd9a5b5d19fdf440441afc18c * [uma-bridge] Bank account pending status indicators (#11834) https://lightsparkgroup.slack.com/archives/C06TJHCEHL3/p1723080147341639?thread_ts=1723073850.102789&cid=C06TJHCEHL3  GitOrigin-RevId: d1e8b11baf937a1fb33ac0cd868aaddd3151d6c3 * js sdk: add sdk for incoming / outgoing invoice payments (#11839) Towards LIG-6130 This PR adds IncomingPaymentsForInvoice and OutgoingPaymentsForInvoice GitOrigin-RevId: 9f3e042be6e3f8afccd2d33fdcc2e3bc465ac003 * [ui] remove gql and graphql-tag dependencies (#11867) GitOrigin-RevId: 4059687c0f5a833c0086c33db2f8ee9befc1862d * CI update lock file for PR * [ui] Enable cjs code splitting to reduce package size from 25mb to 5mb (#11870) GitOrigin-RevId: d8b4e03bdfdd91b9cf05c1614a9b99afbb38b1e0 * [ops] Add button to lock / unlock bridge user (#11873) GitOrigin-RevId: f52936dba796b2291aa5f25c1b1f4e755727c3d7 * [uma-bridge] Enable setting partner mode via route and display on Start page (#11914) GitOrigin-RevId: a66b3409f82f8131b34c8f7a88e04966689c42a5 * [ui] add appendToElement to Modal (#11910) - adds prop to allow inserting the Modal element at a place other than document.body - this is particularly useful for a shadow dom where the modal must be inserted there to get the encapsulated styles GitOrigin-RevId: 8974bae3944839ac7ba02cd4e931f2fc0c976b8b * Create little-planets-refuse.md * Create wise-owls-trade.md * Create wise-spies-report.md * Create nice-llamas-kneel.md --------- Co-authored-by: Corey Martin <[email protected]> Co-authored-by: Matt Davis <[email protected]> Co-authored-by: Brian Siao Tick Chong <[email protected]> Co-authored-by: Lightspark Eng <[email protected]>
- Loading branch information
1 parent
4b49032
commit 9d2f78a
Showing
37 changed files
with
463 additions
and
105 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@lightsparkdev/ui": patch | ||
--- | ||
|
||
- Add onClick option for textNodes | ||
- Unify externalLink and filename props |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"@lightsparkdev/ui": patch | ||
--- | ||
|
||
[ui] | ||
- remove gql and graphql-tag dependencies | ||
- add appendToElement prop to Modal | ||
- enable cjs code splitting to reduce package size | ||
- unify externalLink and filename props |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@lightsparkdev/ui": patch | ||
--- | ||
|
||
- Explicitly turn on experimental splitting support for CJS to reduce size of package from 25MB to 5MB |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@lightsparkdev/lightspark-sdk": patch | ||
--- | ||
|
||
- adds IncomingPaymentsForInvoice and OutgoingPaymentsForInvoice |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@lightsparkdev/lightspark-sdk": patch | ||
"@lightsparkdev/wallet-sdk": patch | ||
--- | ||
|
||
- Enable setting logging level on client |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
21 changes: 21 additions & 0 deletions
21
packages/lightspark-sdk/src/graphql/IncomingPaymentsForInvoice.ts
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// Copyright ©, 2023-present, Lightspark Group, Inc. - All Rights Reserved | ||
|
||
import { FRAGMENT as IncomingPaymentFragment } from "../objects/IncomingPayment.js"; | ||
|
||
export const IncomingPaymentsForInvoice = ` | ||
query IncomingPaymentsForInvoice( | ||
$invoice_id: Hash32!, | ||
$statuses: [TransactionStatus!] | ||
) { | ||
incoming_payments_for_invoice(input: { | ||
invoice_id: $invoice_id | ||
statuses: $statuses | ||
}) { | ||
payments { | ||
...IncomingPaymentFragment | ||
} | ||
} | ||
} | ||
${IncomingPaymentFragment} | ||
`; |
21 changes: 21 additions & 0 deletions
21
packages/lightspark-sdk/src/graphql/OutgoingPaymentsForInvoice.ts
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// Copyright ©, 2023-present, Lightspark Group, Inc. - All Rights Reserved | ||
|
||
import { FRAGMENT as OutgoingPaymentFragment } from "../objects/OutgoingPayment.js"; | ||
|
||
export const OutgoingPaymentsForInvoice = ` | ||
query OutgoingPaymentsForInvoice( | ||
$encoded_invoice: Hash32!, | ||
$statuses: [TransactionStatus!] | ||
) { | ||
outgoing_payments_for_invoice(input: { | ||
encoded_invoice: $encoded_invoice | ||
statuses: $statuses | ||
}) { | ||
payments { | ||
...OutgoingPaymentFragment | ||
} | ||
} | ||
} | ||
${OutgoingPaymentFragment} | ||
`; |
This file contains 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
This file contains 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
Oops, something went wrong.