Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -357,12 +357,11 @@ const migrate: MigrationFunction = async ({
{
entityTypeDefinition: {
title: "Person",
/**
* @todo when updating this, add plural title and set SVG icon
*/
icon: "πŸ‘€",
titlePlural: "People",
icon: "/icons/types/person.svg",
Comment thread
TimDiekmann marked this conversation as resolved.
/** @todo improve this desc */
description: "A human being",
description:
"An individual, typically characterized by self-awareness, reasoning, and the capacity for relationships and culture.",
labelProperty: blockProtocolPropertyTypes.name.propertyTypeBaseUrl,
properties: [
{
Expand Down Expand Up @@ -418,7 +417,7 @@ const migrate: MigrationFunction = async ({
entityTypeDefinition: {
title: "Doc",
description: "A written work, such as a book or article.",
icon: "/types/icons/page-lines.svg",
icon: "/icons/types/book-open.svg",
titlePlural: "Docs",
labelProperty: systemPropertyTypes.title.propertyTypeBaseUrl,
properties: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const migrate: MigrationFunction = async ({
allOf: [blockProtocolEntityTypes.link.entityTypeId],
title: "Uses",
titlePlural: "Uses",
icon: "πŸ”—",
icon: "/icons/types/link.svg",
inverse: {
title: "Used By",
},
Expand All @@ -65,7 +65,7 @@ const migrate: MigrationFunction = async ({
allOf: [blockProtocolEntityTypes.link.entityTypeId],
title: "Scheduled By",
titlePlural: "Scheduled By",
icon: "πŸ“…",
icon: "/icons/types/calendar-clock.svg",
inverse: {
title: "Scheduled",
},
Expand Down Expand Up @@ -159,7 +159,7 @@ const migrate: MigrationFunction = async ({
entityTypeDefinition: {
title: "Flow Definition",
titlePlural: "Flow Definitions",
icon: "πŸ“‹",
icon: "/icons/types/diagram-project.svg",
description: "The definition of a HASH flow.",
labelProperty: blockProtocolPropertyTypes.name.propertyTypeBaseUrl,
properties: [
Expand Down Expand Up @@ -519,7 +519,7 @@ const migrate: MigrationFunction = async ({
entityTypeDefinition: {
title: "Flow Schedule",
titlePlural: "Flow Schedules",
icon: "πŸ—“οΈ",
icon: "/icons/types/calendar-clock.svg",
description:
"A schedule that triggers recurring executions of a flow definition.",
labelProperty: blockProtocolPropertyTypes.name.propertyTypeBaseUrl,
Expand Down Expand Up @@ -596,7 +596,7 @@ const migrate: MigrationFunction = async ({
entityTypeDefinition: {
title: "Flow Run",
titlePlural: "Flow Runs",
icon: "▢️",
icon: "/icons/types/circle-play.svg",
description: "An execution run of a flow.",
labelProperty: blockProtocolPropertyTypes.name.propertyTypeBaseUrl,
properties: [
Expand Down Expand Up @@ -684,7 +684,7 @@ const migrate: MigrationFunction = async ({
entityTypeDefinition: {
allOf: [blockProtocolEntityTypes.link.entityTypeId],
title: "Has Subject",
/** @todo icon */
icon: "/icons/types/bullseye-arrow.svg",
inverse: {
title: "Subject Of",
},
Expand All @@ -703,7 +703,7 @@ const migrate: MigrationFunction = async ({
entityTypeDefinition: {
allOf: [blockProtocolEntityTypes.link.entityTypeId],
title: "Has Object",
/** @todo icon */
icon: "/icons/types/cube.svg",
inverse: {
title: "Object Of",
},
Expand All @@ -722,7 +722,7 @@ const migrate: MigrationFunction = async ({
entityTypeDefinition: {
title: "Claim",
titlePlural: "Claims",
icon: "πŸ’¬",
icon: "/icons/types/comment-quote.svg",
description: "A claim made about something.",
properties: [
{
Expand Down Expand Up @@ -763,7 +763,7 @@ const migrate: MigrationFunction = async ({
entityTypeDefinition: {
allOf: [blockProtocolEntityTypes.link.entityTypeId],
title: "Incurred In",
icon: "πŸ’°",
icon: "/icons/types/money-bill-transfer.svg",
inverse: {
title: "Incurred",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ const migrate: MigrationFunction = async ({
entityTypeDefinition: {
title: "Airport",
titlePlural: "Airports",
icon: "🏒",
icon: "/icons/types/tower-control.svg",
description:
"A facility where aircraft take off and land, with infrastructure for passenger and cargo services.",
labelProperty: blockProtocolPropertyTypes.name.propertyTypeBaseUrl,
Expand Down Expand Up @@ -773,7 +773,7 @@ const migrate: MigrationFunction = async ({
entityTypeDefinition: {
title: "Airline",
titlePlural: "Airlines",
icon: "🏦",
icon: "/icons/types/plane-tail.svg",
description:
"A company that provides air transport services for passengers and/or cargo.",
labelProperty: blockProtocolPropertyTypes.name.propertyTypeBaseUrl,
Expand Down Expand Up @@ -802,7 +802,7 @@ const migrate: MigrationFunction = async ({
entityTypeDefinition: {
title: "Aircraft",
titlePlural: "Aircraft",
icon: "πŸ›©οΈ",
icon: "/icons/types/plane.svg",
description:
"A vehicle designed for air travel, such as an airplane or helicopter.",
labelProperty: registrationNumberPropertyType.metadata.recordId.baseUrl,
Expand Down Expand Up @@ -832,7 +832,7 @@ const migrate: MigrationFunction = async ({
entityTypeDefinition: {
allOf: [blockProtocolEntityTypes.link.entityTypeId],
title: "Departs From",
icon: "πŸ›«",
icon: "/icons/types/plane-departure.svg",
inverse: {
title: "Departure For",
},
Expand Down Expand Up @@ -863,7 +863,7 @@ const migrate: MigrationFunction = async ({
entityTypeDefinition: {
allOf: [blockProtocolEntityTypes.link.entityTypeId],
title: "Arrives At",
icon: "πŸ›¬",
icon: "/icons/types/plane-arrival.svg",
inverse: {
title: "Arrival For",
},
Expand Down Expand Up @@ -895,7 +895,7 @@ const migrate: MigrationFunction = async ({
entityTypeDefinition: {
allOf: [blockProtocolEntityTypes.link.entityTypeId],
title: "Operated By",
icon: "πŸ‘¨β€βœˆοΈ",
icon: "/icons/types/user-tie.svg",
inverse: {
title: "Operates",
},
Expand All @@ -914,7 +914,7 @@ const migrate: MigrationFunction = async ({
entityTypeDefinition: {
allOf: [blockProtocolEntityTypes.link.entityTypeId],
title: "Uses Aircraft",
icon: "πŸ›©οΈ",
icon: "/icons/types/plane.svg",
inverse: {
title: "Used For Flight",
},
Expand All @@ -937,7 +937,7 @@ const migrate: MigrationFunction = async ({
entityTypeDefinition: {
title: "Flight",
titlePlural: "Flights",
icon: "✈️",
icon: "/icons/types/plane-up.svg",
description: "A scheduled air transport service between two airports.",
labelProperty: flightNumberPropertyType.metadata.recordId.baseUrl,
properties: [
Expand Down
1 change: 1 addition & 0 deletions apps/hash-frontend/public/icons/types/book-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/hash-frontend/public/icons/types/bullseye-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/hash-frontend/public/icons/types/calendar-clock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/hash-frontend/public/icons/types/circle-play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/hash-frontend/public/icons/types/comment-quote.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/hash-frontend/public/icons/types/diagram-project.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/hash-frontend/public/icons/types/link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/hash-frontend/public/icons/types/person.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/hash-frontend/public/icons/types/plane-arrival.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/hash-frontend/public/icons/types/plane-departure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/hash-frontend/public/icons/types/plane-tail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/hash-frontend/public/icons/types/plane-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/hash-frontend/public/icons/types/plane.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/hash-frontend/public/icons/types/tower-control.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/hash-frontend/public/icons/types/user-tie.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading