coder / backstage-plugins

Official Coder plugins for the Backstage platform
34 stars 2 forks source link

chore(coder plugin): make template names optional #103

Closed Parkreiner closed 5 months ago

Parkreiner commented 5 months ago

Closes #59

Changes made

Edit: Squeezed in one other change at the last minute, because it seemed like a good idea. Updated CoderWorkspacesCard and CoderWorkspacesCard.Root so that they don't blow up when the value of readEntityData changes between re-renders. We're still dealing with the same technical issues as before, but instead of throwing an error, they will unmount and remount with the new prop

Notes