feat(frontend): add provider icons#5034
Conversation
PR Review: feat(frontend): add provider iconsOverviewAdds custom branding (icon + display name) for custom runner providers. Users connecting with Issues
const providerMetadataSchema = z
.object({
provider: z.string().optional(),
customName: z.string().optional(),
customIcon: z.string().optional(),
})
// .partial() is redundant — all fields above are already optional
.optional();
Minor / Nits
What's working well
|
97c2f75 to
577a189
Compare
223bdc0 to
2b7c11e
Compare
577a189 to
a23259e
Compare
a23259e to
8c2d5c7
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: