Skip to content

Conversation

@dobrac
Copy link
Contributor

@dobrac dobrac commented Oct 29, 2025

Note

Adds Envd Version and Last Build columns to the templates table with SDK v2 compatibility highlighting and improved status display.

  • Templates dashboard table:
    • New columns in table-config.tsx:
      • envdVersion → rendered via EnvdVersionCell.
      • buildStatus ("Last Build") → rendered via StatusCell.
    • Envd version cell (table-cells.tsx):
      • Validates compatibility with SDK v2 using isVersionCompatible (treats 0.0.1 as invalid, baseline 0.2.0).
      • Highlights incompatible versions and shows a tooltip with upgrade guidance; displays N/A when absent.
    • Status cell (table-cells.tsx):
      • Displays build status, maps uploadedsuccess, highlights failed.

Written by Cursor Bugbot for commit 5bb317e. This will update automatically on new commits. Configure here.

@vercel
Copy link

vercel bot commented Oct 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
web Ready Ready Preview Comment Oct 29, 2025 1:19pm
web-juliett Ready Ready Preview Comment Oct 29, 2025 1:19pm

@dobrac dobrac changed the base branch from main to add-envd-version-to-template-list October 29, 2025 13:17
@ValentaTomas
Copy link
Member

Two thoughts here:

  1. I know it says "last build", but I think it might be unclear if the template is usable if it says "failed"
  2. Having this as the last column makes this seem less important—I would expect this to be very visible (on the other hand if this is just "last build" it does not indicate the template is right now bad)

Base automatically changed from add-envd-version-to-template-list to main October 29, 2025 22:15
@dobrac dobrac marked this pull request as draft October 30, 2025 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants