Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
16ce231
DES-21: Pagination Base UI idiom upgrades + optional totalItems (#26918)
jaymantri Apr 30, 2026
aefb119
[grid] add typed wrapper for Origin Button (#26770)
jaymantri Apr 30, 2026
1e24a82
DES-23: Add LoadMore infinite-scroll primitive + useLoadMore hook (#2…
jaymantri Apr 30, 2026
497e6f9
fix(origin): unblock site builds — LoadMoreTriggerProps render overri…
jaymantri Apr 30, 2026
62d30b8
CI update lock file for PR
May 1, 2026
6f9cae0
[grid] Example app to test wallet module (#26717)
carsonp6 May 1, 2026
6f0e85a
CI update lock file for PR
May 1, 2026
4d67f34
[origin] add scoped globals for mixed app routes (#26900)
coreymartin May 1, 2026
de5ffdb
feat(origin/BarChart): anchor non-stacked bars at value 0 when 0 is i…
jamesxu-lightspark May 1, 2026
23405ed
[site] render auth buttons with Origin (#26933)
coreymartin May 1, 2026
4d66177
[js] Restore tests to CI checks (#26962)
coreymartin May 2, 2026
87a690d
[origin] Deploy Storybook to dev.dev.sparkinfra.net (#26994)
coreymartin May 4, 2026
885ae3a
CI update lock file for PR
May 4, 2026
60d92b5
[origin] Add Storybook PR previews (#27001)
coreymartin May 4, 2026
af6bb21
[origin] Lower scoped reset specificity (#27028)
jaymantri May 5, 2026
64a04d8
Simplify Combobox: align with Base UI multi-select pattern (DES-24) (…
jaymantri May 6, 2026
e80a390
[vite] Handle stale dev proxy ALB sessions (#27087)
coreymartin May 6, 2026
f61fff1
Migrate ops DLQ to DataManagerTable (#27080)
bsiaotickchong May 6, 2026
90146eb
[origin] Expose Field root render prop (#27097)
jaymantri May 6, 2026
7a2625d
[origin] Simplify Combobox chip composition (#27141)
jaymantri May 7, 2026
d6887ed
[origin] Add Field label suffix spacing (#27140)
jaymantri May 7, 2026
7046649
[origin] Bound Select popup height (#27142)
jaymantri May 7, 2026
8cf11b0
[origin] Add ButtonLink for link semantics (#27144)
jaymantri May 7, 2026
a3f6b53
[origin] Make Tabs panel unopinionated (#27143)
jaymantri May 7, 2026
27d4aac
DES-22: Add `Pager` direction-based pagination primitive (#26921)
jaymantri May 7, 2026
766561b
[js] Increase npm dependency age gate (#27190)
coreymartin May 8, 2026
e355ae1
[site] surface USDT-Tron in the Grid dashboard payout flow (#27211)
jklein24 May 14, 2026
ba1130e
[site] Speed up local Playwright UI tests (#25379)
coreymartin May 19, 2026
a5a2c99
[origin] Add form composition boundary tests (#27119)
jaymantri May 20, 2026
b2b4f09
fix(treasury): fix symbol case, restructure columns, fix stablecoin f…
k15z May 21, 2026
8cdb5ab
[uma-nage] Add segmented navigation wrapper (#27106)
jaymantri May 22, 2026
9cd70ea
[ui] Use built package imports in private apps (#27024)
coreymartin May 22, 2026
1128b0f
Fix fail-open async UMA validation checks (#524)
SOME-1HING May 25, 2026
32792ca
[js] Update form-data resolution (#27827)
coreymartin May 26, 2026
5bc0a0d
CI update lock file for PR
May 26, 2026
dfc6a8c
[js] Update vite dependency (#27876)
coreymartin May 27, 2026
9c2a3f1
[origin] Update fast-uri dependency (#27874)
coreymartin May 27, 2026
ae2b584
[js] Update axios dependency (#27873)
coreymartin May 27, 2026
1508dc1
CI update lock file for PR
May 27, 2026
b17529c
[js] Update react-router-dom dependency (#27861)
coreymartin May 27, 2026
37493d8
CI update lock file for PR
May 27, 2026
729ded5
DEMO(grid): add internal demo app for hosted KYC/KYB link API (#27615)
jklein24 May 28, 2026
3ae133b
Fix js build by running yarn (#27939)
jklein24 May 28, 2026
795107e
CI update lock file for PR
May 28, 2026
097aee9
DEMO(grid): add embedded Sumsub WebSDK option to demo (#27726)
jklein24 May 28, 2026
d908f6c
Update docs link domains (#27917)
bsiaotickchong May 28, 2026
c78e1b2
[js] Upgrade to React 19 and Next.js 15 (#27901)
coreymartin May 29, 2026
4c18497
CI update lock file for PR
May 29, 2026
2b81c87
[js] Update nodemon dependency (#27856)
coreymartin May 30, 2026
ad4d94f
CI update lock file for PR
May 30, 2026
f680742
[js] Update minimatch dependency (#27849)
coreymartin May 30, 2026
1e16384
CI update lock file for PR
May 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,6 @@ stats.html

# Dev proxy cookies (contains ALB session tokens)
.dev-proxy-cookies

# Playwright MCP logs
.playwright-mcp/
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enableGlobalCache: false

nodeLinker: node-modules

npmMinimalAgeGate: 1440
npmMinimalAgeGate: 4320 # 3 days

npmPreapprovedPackages:
- "@lightsparkdev/*"
Expand Down
Loading
Loading