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
fix(sites): block GitHub repo create when site limit reached (#3175)
Check the plan site limit before calling vcs.createRepository in the
template wizard, and disable Create site on the list page when limited,
so users are not left with empty GitHub repositories after a failed deploy.
Fixes#2175
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: chiragaggarwal5k <chiragaggarwal5k@gmail.com>
fix: refresh $updatedAt after inline row edits (#3170)
* fix: refresh $updatedAt after inline row edits
Inline spreadsheet edits called updateRow but kept the pre-write row in
local state, so $updatedAt never changed until a full reload. Apply the
API response system fields before updating the grid (console#2873).
Co-authored-by: chiragaggarwal5k <chiragaggarwal5k@gmail.com>
* chore: retrigger CI
Co-authored-by: chiragaggarwal5k <chiragaggarwal5k@gmail.com>
* chore: nudge CI for stuck Tests queue
Co-authored-by: chiragaggarwal5k <chiragaggarwal5k@gmail.com>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: chiragaggarwal5k <chiragaggarwal5k@gmail.com>