You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Josh Soref (ChatGPT)
committed
fix(material/datepicker): remove label from internal calendar view
OpenAI Codex (v0.156.1)
model: GPT-6-Sol medium
Prompt:
> Try to fixangular#33763. Don't make the
mistakes made in angular#33844.
Response:
> I made a local fix for angular#33763
(angular#33763). The month and year views
no longer render a second label inside the grid. The shared calendar body no
longer creates the extra label row, and the old label inputs, styling, tokens,
and API golden entries are removed. The leading spacer cell remains to preserve
weekday column alignment for screen readers.
> I added regression checks for the visible calendar and for grids with zero and
nonzero first-row offsets. git diff --check passes. I couldn’t run the test
suite because this checkout has no installed dependencies or test runner.
Prompt:
> in src/material/datepicker/calendar-body.html preserve the previous style of
`</td>` on its own line.
Prompt:
> why did you remove MAT_DATE_FORMATS from src/material/datepicker/month-
view.spec.ts?
Reponse:
> MAT_DATE_FORMATS was used in that spec only by the custom month-label test. I
removed the test because the fix removes the in-grid month label it checked;
that left the import unused. The month view still uses MAT_DATE_FORMATS to
format date cells’ accessible names.
0 commit comments