You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [bridge] add ssn workaround ui (#18922)
is behind GK for now until we want to enable it

GitOrigin-RevId: 9a0b57d3af2ad930a4a0c7a4763a46873223a000
* [gha] Fix defaults and condition in yarn cache action
* CI update lock file for PR
* Add INR currency for India (#18983)
### TL;DR
Added support for Indian Rupee (INR) as a currency unit throughout the system.
### What changed?
- Added `INR` to the `CurrencyUnit` enum in all GraphQL schema files
- Updated the currency utility functions in `js/packages/core/src/utils/currency.ts` to handle INR:
- Added INR to the `CurrencyUnit` object
- Added conversion mappings for INR in `standardUnitConversionObj` and `CONVERSION_MAP`
- Updated the `CurrencyMap` type to include INR
- Added INR to currency formatting and abbreviation functions
### How to test?
1. Verify that INR appears as a currency option in relevant UI components
2. Test currency conversion to and from INR
3. Ensure INR formatting displays correctly in the UI
4. Confirm that GraphQL queries and mutations accept INR as a valid currency unit
### Why make this change?
This change adds support for the Indian Rupee, expanding the platform's currency options to better serve users in India or those who need to work with INR. This enhancement improves the global reach of the platform and provides more flexibility for international transactions.
GitOrigin-RevId: d538d9a03c467d86fe379c03750706a0b5e3f389
* Add invite card to receivering user (#18764)
This is purely a FE PR, will update button logic to use this mutation:
https://app.graphite.dev/github/pr/lightsparkdev/webdev/18482/add-payment-link-send-payment-mutation#file-sparkcore/sparkcore/graphql/mutations/send_payment_link.py

GitOrigin-RevId: 922b44e8ee448d187984997df897999615a8b951
* [core] Conditionally load graphql-ws client due to errors in Bare environment. Towards LIG-7942 (#19123)
GitOrigin-RevId: 18aaebc5ab77b7ebdf51cf6091fb46de64d88d3c
* Create hip-sides-sit.md
* Create tiny-trees-fall.md
* Update from public js-sdk main branch (#18950)
* Version Packages (#468)
* Version Packages
* CI update lock file for PR
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
GitOrigin-RevId: 024e677
* CI update lock file for PR
* manypkg fix
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lightspark Eng <engineering@lightspark.com>
Co-authored-by: Corey Martin <coreyn.martin@gmail.com>
GitOrigin-RevId: 79ccde26a66ff971053398a3e72779a0afdac9b9
---------
Co-authored-by: Brian Siao Tick Chong <bsiaotickchong@gmail.com>
Co-authored-by: Corey Martin <coreyn.martin@gmail.com>
Co-authored-by: Lightspark Eng <engineering@lightspark.com>
Co-authored-by: Matt Davis <matthappens@gmail.com>
Co-authored-by: Jason Wang <jason@lightspark.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments