Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
c4f01c1
fix(specimens): restore the browser information hierarchy
BunsDev Aug 27, 2026
5b89839
style(specimens): recover the responsive visual shell
BunsDev Aug 27, 2026
8023647
test(specimens): lock the recovered shell contracts
BunsDev Aug 27, 2026
3ca46d2
chore(ci): generate a one-shot formatter receipt
BunsDev Aug 27, 2026
d77d735
chore(ci): apply the pinned formatter output
BunsDev Aug 27, 2026
498b25d
style(specimens): apply canonical formatting
github-actions[bot] Aug 27, 2026
391b963
chore(ci): remove the one-shot formatter workflow
BunsDev Aug 27, 2026
39d9322
chore(ci): apply the constrained mobile composition fix
BunsDev Aug 27, 2026
53347d1
fix(blocks): prevent mobile composition clipping
github-actions[bot] Aug 27, 2026
c3337ce
chore(ci): remove the mobile composition patcher
BunsDev Aug 27, 2026
5de9775
chore(ci): sync the responsive registry payloads
BunsDev Aug 27, 2026
5903089
chore(registry): sync responsive block payloads
github-actions[bot] Aug 27, 2026
a4d43be
chore(ci): remove the responsive registry sync
BunsDev Aug 27, 2026
737244f
fix(specimens): close responsive and reduced-motion regressions
BunsDev Aug 30, 2026
44549af
fix(specimens): preserve browser shortcuts outside library
BunsDev Aug 30, 2026
26d3d3d
test(contracts): make responsive assertion line-ending safe
BunsDev Aug 30, 2026
a256271
style(specimens): format regression guards
BunsDev Aug 30, 2026
1858bc9
fix(specimens): constrain assembled tabs at mobile width
BunsDev Aug 30, 2026
56bf53f
fix(specimens): constrain assembled tab panels on mobile
BunsDev Aug 30, 2026
4987d9d
fix(specimens): make mobile assembled sizing border-box
BunsDev Aug 30, 2026
7440c10
fix(tabs): honor Base UI orientation contract
BunsDev Aug 30, 2026
8b7a63a
fix(registry): publish corrected tabs orientation
BunsDev Aug 30, 2026
d4e1496
test(tabs): lock Base UI orientation semantics
BunsDev Aug 30, 2026
0ed9ce1
fix(blocks): make transcript turns mobile-first
BunsDev Aug 30, 2026
d054a7a
fix(blocks): recompose session headers on mobile
BunsDev Aug 30, 2026
36a77dd
fix(specimens): recompose cards for narrow viewports
BunsDev Aug 30, 2026
402e339
test(blocks): lock mobile composition contracts
BunsDev Aug 30, 2026
56a3279
chore(registry): sync responsive transcript turn
BunsDev Aug 30, 2026
afe53cf
chore(registry): sync responsive session header
BunsDev Aug 30, 2026
86d7ea4
chore(registry): describe responsive session hierarchy
BunsDev Aug 30, 2026
d98c2f7
chore(registry): avoid aggregate metadata churn
BunsDev Aug 30, 2026
a1d4940
chore(registry): keep stable session metadata
BunsDev Aug 30, 2026
7b8f07c
fix(specimens): keep minimum viewport independent of text scale
BunsDev Aug 30, 2026
f68ec89
fix(specimens): keep viewport floor stable at large text
BunsDev Aug 30, 2026
2de1085
test(specimens): guard text-scaled viewport floor
BunsDev Aug 30, 2026
df3b210
test(contracts): align responsive assertions with layered shell
BunsDev Aug 30, 2026
ac6e247
style(contracts): apply repository formatting
BunsDev Aug 30, 2026
3f79777
chore(ci): one-shot format responsive contracts
BunsDev Aug 30, 2026
740a1d5
style(contracts): apply repository formatter
github-actions[bot] Aug 30, 2026
10feeb0
chore(ci): trigger responsive verification
BunsDev Aug 30, 2026
f830095
chore(ci): pin verification actions
BunsDev Aug 30, 2026
0b2d54a
fix(specimens): contain compact rail under text zoom
BunsDev Aug 30, 2026
cbd190d
fix(specimens): remove intrinsic mobile grid floors
BunsDev Aug 30, 2026
e56ea90
test(contracts): guard intrinsic mobile sizing
BunsDev Aug 30, 2026
36c2b63
fix(specimens): harden text-resize host containment
BunsDev Aug 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
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
with:
persist-credentials: false
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
with:
version: 10.17.1
- uses: actions/setup-node@v4
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 24
cache: pnpm
Expand Down
Loading
Loading