Rework the UI of vendor row on compliance page

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-04 18:29:32 +04:00
parent fc5108a0ce
commit ad122f8b2e
10 changed files with 105 additions and 102 deletions

View File

@@ -431,6 +431,7 @@ enum VendorCategory
type Vendor implements Node {
id: ID!
name: String!
description: String
category: VendorCategory!
websiteUrl: String
privacyPolicyUrl: String