fix(ui): pull upstream skill UI to match new shared types
Build: Production / build (push) Successful in 5m51s
Build: Production / build (push) Successful in 5m51s
Bumping shared CompanySkillListItem and CatalogSkill types in the previous commits without updating the UI consumers broke the storybook mocks (missing catalogKind, originHash, packageName, packageVersion) and the CompanySkills page (missing queryKeys.companySkills.catalog family). Replace the affected UI files with upstream/master: - ui/src/api/companySkills.ts - ui/src/pages/CompanySkills.tsx - ui/src/lib/queryKeys.ts - ui/storybook/stories/acpx-local.stories.tsx Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -447,6 +447,10 @@ const acpxSkillsCompanyLibrary: CompanySkillListItem[] = [
|
||||
sourceLabel: "Paperclip",
|
||||
sourceBadge: "paperclip",
|
||||
sourcePath: "skills/paperclip",
|
||||
catalogKind: null,
|
||||
originHash: null,
|
||||
packageName: null,
|
||||
packageVersion: null,
|
||||
},
|
||||
{
|
||||
id: "skill-design-guide",
|
||||
@@ -470,6 +474,10 @@ const acpxSkillsCompanyLibrary: CompanySkillListItem[] = [
|
||||
sourceLabel: "Local",
|
||||
sourceBadge: "local",
|
||||
sourcePath: "skills/design-guide",
|
||||
catalogKind: null,
|
||||
originHash: null,
|
||||
packageName: null,
|
||||
packageVersion: null,
|
||||
},
|
||||
{
|
||||
id: "skill-mobile-qa",
|
||||
@@ -493,6 +501,10 @@ const acpxSkillsCompanyLibrary: CompanySkillListItem[] = [
|
||||
sourceLabel: "Local",
|
||||
sourceBadge: "local",
|
||||
sourcePath: "skills/mobile-app-qa",
|
||||
catalogKind: null,
|
||||
originHash: null,
|
||||
packageName: null,
|
||||
packageVersion: null,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user