diff --git a/catalog-app/listing/listing.gts b/catalog-app/listing/listing.gts index 9dc2dd9..2bca284 100644 --- a/catalog-app/listing/listing.gts +++ b/catalog-app/listing/listing.gts @@ -9,7 +9,7 @@ import { Component, instanceOf, realmURL, - type GetCardMenuItemParams, + type GetMenuItemParams, } from 'https://cardstack.com/base/card-api'; import { commandData } from 'https://cardstack.com/base/resources/command-data'; import MarkdownField from 'https://cardstack.com/base/markdown'; @@ -34,6 +34,7 @@ import { import { eq, type MenuItemOptions } from '@cardstack/boxel-ui/helpers'; import Refresh from '@cardstack/boxel-icons/refresh'; import Wand from '@cardstack/boxel-icons/wand'; +import Package from '@cardstack/boxel-icons/package'; import AppListingHeader from '../components/app-listing-header'; import ChooseRealmAction from '../components/choose-realm-action'; @@ -44,8 +45,9 @@ import { listingActions, isReady } from '../resources/listing-actions'; import GetAllRealmMetasCommand from '@cardstack/boxel-host/commands/get-all-realm-metas'; import ListingGenerateExampleCommand from '@cardstack/boxel-host/commands/listing-generate-example'; import ListingUpdateSpecsCommand from '@cardstack/boxel-host/commands/listing-update-specs'; +import CreateListingPRCommand from '@cardstack/boxel-host/commands/create-listing-pr'; -import { getCardMenuItems } from '@cardstack/runtime-common'; +import { getMenuItems } from '@cardstack/runtime-common'; import { Publisher } from './publisher'; import { Category } from './category'; @@ -180,9 +182,9 @@ class EmbeddedTemplate extends Component {