Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
17de5f4
feat(market): open listings in the skincraft 3d viewer on the market …
ykns3 Aug 21, 2026
c761a33
feat(market): source accessories from asset_accessories with scrape l…
ykns3 Aug 21, 2026
f6acf81
feat(market): polish the viewer details panel chrome and card launcher
ykns3 Aug 21, 2026
38315c3
feat(market): launch the viewer from the native item dialog
ykns3 Aug 21, 2026
6d75e06
feat(market): forward embed arrow keys and return nav-click focus to …
ykns3 Aug 22, 2026
6d05727
fix(market): replace embed key forwarding with a parent-side nav-butt…
ykns3 Aug 22, 2026
9def27b
fix(market): confirm the buy hand-off and harden the 3d viewer protocol
ykns3 Aug 24, 2026
dcfe622
fix(market): pin the viewer's current item and tag item requests
ykns3 Aug 24, 2026
b1f6b04
refactor(market): domparser detail lines, subtotal prices, leaner vie…
ykns3 Aug 31, 2026
da313b6
feat(market): modal ux review fixes and the single-focus embed keyboard
ykns3 Aug 31, 2026
b10622b
chore(deps): sync the lockfile for happy-dom's transitive deps
ykns3 Aug 31, 2026
2090712
chore(deps): regenerate the lockfile with ci's npm so optional deps r…
ykns3 Aug 31, 2026
455d4ad
fix(market): yield the scroll lock to pagination and replay up/down a…
ykns3 Aug 31, 2026
0f21621
refactor(market): split the 3d launchers into a file per component
ykns3 Sep 1, 2026
bbf3f6e
refactor(market): name the listing hand-off for viewing, not buying
ykns3 Sep 1, 2026
9dbbdcf
fix(market): size the details ghost border-box and stop button text s…
ykns3 Sep 2, 2026
69e6c9e
Merge branch 'master' into feat/market-beta-3d-viewer
ykns3 Sep 2, 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
152 changes: 142 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"file-replace-loader": "^1.4.2",
"glob": "^11.0.1",
"globals": "^16.0.0",
"happy-dom": "^20.12.0",
"html-loader": "^5.1.0",
"ignore-loader": "^0.1.2",
"lit": "^3.2.1",
Expand Down
Loading