Commit 56d34fb
Updates to ui, lightspark-sdk (#471)
* [ui] add hash param to navigate util (#19151)
GitOrigin-RevId: 2b1a876336ba990b17a91514c56d13cca80e6a5e
* add carousel for 3a (#19089)
# Add TripleA carousel
This adds a carousel for triple a users which explains:
* security
* receiving
* and sharing
it both encourages users to continue sign up and provides information about the uma receive process

| modal | appearance |
| -------- | ------- |
| get paid directly |  |
| receive from anywhere |  |
| security |  |
GitOrigin-RevId: c6fed67d856d5b6a6f14e627554c995b5b8649d1
* [nage] init nage app inside of site (#19244)

- adds initial app for nage inside of site
- all routes start with /umaaas
- hides behind gk check for NAGE_ENABLED
- placeholder pages
- initial working side nav
- adds theme and typography for Nage (not final)
- adds react helmet so we can dynamically update the title and metadata upon navigating to a nage route
- Suisse Intl isn't available from google fonts bc it's commercially licensed, so will need a separate PR to add that
GitOrigin-RevId: 703a2bcb271a9525a9dae4092733d8a6b76fcdbb
* [nage] add suisse intl font (#19333)
- adds suisse intl font files to nage and storybook
- forces nage theme upon navigating to /umaaas route (non-persisted)
- we don't currently have a way of re-rendering GlobalStyles otherwise


GitOrigin-RevId: c8ec912ac27e9eb69a997099400804120adb8290
* [ui] update typography tokens for nage (#19339)
aligns typography tokens with the figma https://www.figma.com/design/3JvbUyTqbbPL8cCpwSX0j4/Origin-design-system?node-id=2077-838&m=dev

GitOrigin-RevId: e8ebf12c3f6c1aedbd005ab3ae556001523436e1
* [ui] add colors from nage design system (#19342)
GitOrigin-RevId: 94afc523d56acac7ae48bf30fb202609237be8ae
* [ui] add central icons for nage (#19348)
adds new central icons

GitOrigin-RevId: 04098c7c3158408a4446e5e5f958bf6a0a40f3aa
* [nage] update menu icons and add external link option (#19362)

GitOrigin-RevId: c226f68d53fecb40aa4c9630003db21fb9ef77b3
* [ui] add Btn typography (#19377)

new typography type and tokens for Btn
- meant to be tighter than normal to make button feel more clickable https://www.figma.com/design/3JvbUyTqbbPL8cCpwSX0j4?node-id=2077-941&m=dev#1352947961
- adds extra small label token
- adds storybook story for Btn
GitOrigin-RevId: 0a7775e1e98ded09a0855950b439366b79bad0ba
* Revamp transaction details page (#19379)
### TL;DR
Added a transaction details support modal and improved the transaction details UI with better status handling and visual enhancements.
### What changed?
- Created a new `TransactionDetailsSupportModal` component for handling support requests
- Enhanced the `TransactionAvatar` styling with responsive background colors and improved icon display
- Updated the transaction details page with clearer status indicators for pending, failed, and successful transactions
- Added new language strings for various transaction states (failed, pending, etc.)
- Improved the GraphQL schema to include `is_send_to_clabe` field for ZeroHash send operations
- Enhanced the UI for displaying transaction information with better spacing and layout
- Added support for displaying different transaction types (UMA to UMA, UMA to bank, payment links)
- Implemented responsive styling for better mobile display
- Added a callout for pending transactions to inform users
GitOrigin-RevId: 459b0e0d8ffbd42ebd1467343fc0c2ad8c95d4c4
* [js] Improvements to preview scripts (#19426)
* [js] Improvements to preview scripts
* rename to turbo:build:preview
GitOrigin-RevId: a202d2f6103038ad161e04e663c3244d54ebfd35
* Generate objects for js sdk. (#19447)
GitOrigin-RevId: a3a9af5317c88f2d16720280ca0a525c6acb77e1
* Add lookup uma address query to js sdk (#19448)
GitOrigin-RevId: fbd73c4b89795cc4cead4369fabfffc2e47562ca
* [Nage] Update nageBaseSettings with designs (#19424)
GitOrigin-RevId: 0a51b6161c39e9bd2a0078a157a62c56565af8ce
* [nage] add custom styling for data manager tables (#19501)

Temporarily using cn2 transaction data in place of umaaas transaction data
TODO in follow up PRs:
- styling for pagination
- filter pills
- using real data
GitOrigin-RevId: 2dd80ff659ce55513e8c4964e33a4e0daf2c9941
* [nage] add origin icon to header (#19504)

- makes icon "square" and "color" props customizable for icon
GitOrigin-RevId: b85fafeb37ed2f0922b7eb8fd48f8c972feac279
* Create whole-webs-fetch.md
* Create nasty-cows-yell.md
---------
Co-authored-by: Brian Siao Tick Chong <bsiaotickchong@gmail.com>
Co-authored-by: Matt Davis <matthappens@gmail.com>
Co-authored-by: Jason Wang <jason@lightspark.com>
Co-authored-by: Corey Martin <coreyn.martin@gmail.com>1 parent 7c87923 commit 56d34fb
104 files changed
Lines changed: 3745 additions & 232 deletions
File tree
- .changeset
- apps/examples/ui-test-app
- packages
- core
- lightspark-sdk
- src
- graphql
- objects
- ui
- src
- components
- DataManagerTable
- Table
- typography
- base
- icons
- central
- styles
- themeDefaults
- tokens
- vite
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
1818 | 1819 | | |
1819 | 1820 | | |
1820 | 1821 | | |
| 1822 | + | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
| 1827 | + | |
| 1828 | + | |
| 1829 | + | |
| 1830 | + | |
| 1831 | + | |
| 1832 | + | |
| 1833 | + | |
1821 | 1834 | | |
1822 | 1835 | | |
1823 | 1836 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments