docs(convoys): close unify-glass-panel-surfaces + cleanup-card-item-list-and-share-modal-palette (#130)
Bookkeeping. Both convoys completed yesterday but the seed-file front-matter still reads `status: open` / `closing`. Flip to `closed` and record the PR list for posterity: - unify-glass-panel-surfaces — PRs #120, #121, #122, #123, #124, #125, #127. queued_followup field preserved. - cleanup-card-item-list-and-share-modal-palette — PRs #128, #129. Doc-only PR — paths-ignore in ci.yml + preview-smoke.yml means this triggers ZERO GitHub Actions jobs (per the slash-ci-minutes convoy, PR #126). Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
3cb7bfdb48
commit
f72d308a1e
2 changed files with 15 additions and 2 deletions
|
|
@ -12,7 +12,11 @@ skip:
|
||||||
- ia
|
- ia
|
||||||
- ux
|
- ux
|
||||||
- arch
|
- arch
|
||||||
status: open
|
status: closed
|
||||||
|
closed: 2026-06-04
|
||||||
|
prs:
|
||||||
|
- 128 # Brief 1 — CardItem.js list-mode token sweep
|
||||||
|
- 129 # Brief 2 — ShareModal.js interior token sweep
|
||||||
created: 2026-06-04
|
created: 2026-06-04
|
||||||
depends_on:
|
depends_on:
|
||||||
- design-sweep-pass # PR #117 — established the token migration pattern
|
- design-sweep-pass # PR #117 — established the token migration pattern
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,18 @@ success_metric: |
|
||||||
outside the documented exception list.
|
outside the documented exception list.
|
||||||
skip:
|
skip:
|
||||||
- ia
|
- ia
|
||||||
status: closing
|
status: closed
|
||||||
|
closed: 2026-06-04
|
||||||
queued_followup:
|
queued_followup:
|
||||||
- migrate-button-input-mobilenav-to-glass-primitive
|
- migrate-button-input-mobilenav-to-glass-primitive
|
||||||
|
prs:
|
||||||
|
- 120 # Brief 6 — landing nav → .page-header-glass
|
||||||
|
- 121 # Brief 2 — auth form cards → .glass-panel-strong
|
||||||
|
- 122 # Brief 5 — retire .card; migrate 7 consumers
|
||||||
|
- 123 # Brief 1 — <GlassSurface> cornerLights prop
|
||||||
|
- 124 # Brief 3 — floating popovers → .glass-panel-strong
|
||||||
|
- 125 # Brief 4 — BulkSelectionToolbar + token sweep
|
||||||
|
- 127 # Brief 7 — forbidden-bespoke-glass-surface CI gate (Check 7/7)
|
||||||
created: 2026-06-04
|
created: 2026-06-04
|
||||||
depends_on:
|
depends_on:
|
||||||
- tone-down-card-corner-lights # PR #118 — establishes the subtle token tier
|
- tone-down-card-corner-lights # PR #118 — establishes the subtle token tier
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue