Commit 7a1f6cc
Updates to ui (#466)
* Implement sending invite w/ payment flow (#18492)
Trying to split this PR into smaller ones.. WIP



Contributes to PX-527, PX-535, PX-530, PX-528
GitOrigin-RevId: c4b4dcdf938ecf41234091fa9167f7426c01fad4
* add failed onboarding state, warning yellow color, and status on UmaCard (#18683)
# Improved UMA Bridge Onboarding Experience with Verification Status Handling
### TL;DR
Enhanced the UMA Bridge onboarding flow to properly handle verification failures and pending states.
### What changed?
- Added a new verification failure state to the UMA Card with a yellow warning banner
- Added support for pending verification status with a blue "pending" label
- Fixed the continue onboarding navigation to properly find the next incomplete step
- Refactored card wrapper components into a single `StatusCardWrapper` with configurable background color
- Added properties to track verification failure and pending states in the onboarding progress data structure
### How to test?
1. Trigger different verification states (pending, failed, completed) in the UMA Bridge
2. Verify that the UI correctly displays:
- Yellow warning banner for failed verification
- Blue "pending" label for pending verification
- Proper navigation to the next incomplete step when continuing onboarding
3. Check that the onboarding flow correctly handles all verification states
### Why make this change?
The previous implementation didn't properly handle verification failure states or pending verification, which could lead to user confusion during the onboarding process. These changes provide clearer visual feedback about verification status and ensure users are guided to the correct next step in their onboarding journey.
GitOrigin-RevId: 8ae8623d3ac36112a76d6a5667b2b2bc12ed4112
* [bridge] add verification in progress ui to triple a link bank (#18694)



GitOrigin-RevId: 059dcb1c715fb2ce6024e21544dbe84cb01316dd
* Revamp transactions list and add payment links (#18530)


Contributes to PX-534
GitOrigin-RevId: bdeceb46eb54a9463da7f7c2f1dfb94f4428eb40
* [js] Upgrade turbo (#18839)
GitOrigin-RevId: b4f8dd8efc405ea62989fae10ab2aa15b14daf76
* CI update lock file for PR
* [ui] fix shared form inset styles, update bridge card form padding (#18842)
* buildStandardContentInset is used by cn2 as well, and needs to adjust width
* removes a confusing padding style from formInset that overrides other padding styles
* makes BridgeCardForm define its own padding which hopefully leads to less conflicts
* updates info icon width for triple a link bank
GitOrigin-RevId: da57a36a0eb7a4dafc6d718d859ec9dc582a5efe
* [js] Lint rule to ensure @lightsparkdev/ui/src imports in apps that can use them (#18859)
GitOrigin-RevId: dc5f7057fdea9f2d6d4de982a1f5d24015b4ac67
* [js] Improve start (#18852)
* [js] Improve start
* wip
* improve
* fix
* fix
GitOrigin-RevId: 31e4de1ca11c7a11ef00a58ee46bac3a82b3a13b
* CI update lock file for PR
* Create strong-garlics-sing.md
---------
Co-authored-by: Jason Wang <jason@lightspark.com>
Co-authored-by: Matt Davis <matthappens@gmail.com>
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>1 parent 6fad049 commit 7a1f6cc
22 files changed
Lines changed: 265 additions & 99 deletions
File tree
- .changeset
- apps/examples
- remote-signing-server
- uma-vasp-cli
- uma-vasp
- packages
- eslint-config
- constants
- ui/src
- components
- CardForm
- icons/central
- styles
- themeDefaults
| 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 | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 25 | + | |
32 | 26 | | |
33 | 27 | | |
34 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| 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 | + | |
| 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 | + | |
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
14 | 48 | | |
15 | 49 | | |
| 50 | + | |
16 | 51 | | |
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 8 | + | |
45 | 9 | | |
46 | 10 | | |
0 commit comments