-
Notifications
You must be signed in to change notification settings - Fork 14
Updates to core, ui #469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to core, ui #469
Conversation
is behind GK for now until we want to enable it  GitOrigin-RevId: 9a0b57d3af2ad930a4a0c7a4763a46873223a000
The following public packages have changed files:
There are 2 existing changesets for this branch. If additional changes have been made that require different versions for any package simply add another changeset. Any packages that depend on the planned releases will be updated and released automatically in a separate PR. Each changeset corresponds to an update in the CHANGELOG for the packages listed in the changeset. Therefore, you should add a changeset for each noteable package change that this PR contains. For example, if a PR adds two features - one feature for packages A and B and one feature for package C - you should add two changesets. One changeset for packages A and B and one changeset for package C, with a description of each feature. The feature description will end up being the CHANGELOG entry for the packages in the changeset. The following releases are planned based on the existing changesets:
Last updated by commit 1dbac57 |
### 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
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
…ironment. Towards LIG-7942 (#19123) GitOrigin-RevId: 18aaebc5ab77b7ebdf51cf6091fb46de64d88d3c
* 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
If this change should result in new package versions please add a changeset before merging. You can do so by clicking the link provided by changeset bot below.