From b2af353941161ad23f915eca6ea231d5811e57fb Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Thu, 6 Jul 2023 13:30:38 +0530 Subject: [PATCH] chore: new filled star icon to toggle favorite history entry (#3164) --- packages/hoppscotch-common/assets/icons/star-off.svg | 1 + .../hoppscotch-common/src/components/history/graphql/Card.vue | 2 +- packages/hoppscotch-common/src/components/history/rest/Card.vue | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 packages/hoppscotch-common/assets/icons/star-off.svg diff --git a/packages/hoppscotch-common/assets/icons/star-off.svg b/packages/hoppscotch-common/assets/icons/star-off.svg new file mode 100644 index 000000000..3d542a9c1 --- /dev/null +++ b/packages/hoppscotch-common/assets/icons/star-off.svg @@ -0,0 +1 @@ + diff --git a/packages/hoppscotch-common/src/components/history/graphql/Card.vue b/packages/hoppscotch-common/src/components/history/graphql/Card.vue index 600cfca49..4b7e1bac5 100644 --- a/packages/hoppscotch-common/src/components/history/graphql/Card.vue +++ b/packages/hoppscotch-common/src/components/history/graphql/Card.vue @@ -63,7 +63,7 @@ import { GQLHistoryEntry } from "~/newstore/history" import { shortDateTime } from "~/helpers/utils/date" import IconStar from "~icons/lucide/star" -import IconStarOff from "~icons/lucide/star-off" +import IconStarOff from "~icons/hopp/star-off" import IconTrash from "~icons/lucide/trash" import IconMinimize2 from "~icons/lucide/minimize-2" import IconMaximize2 from "~icons/lucide/maximize-2" diff --git a/packages/hoppscotch-common/src/components/history/rest/Card.vue b/packages/hoppscotch-common/src/components/history/rest/Card.vue index dc5348aaf..19cd4b3ec 100644 --- a/packages/hoppscotch-common/src/components/history/rest/Card.vue +++ b/packages/hoppscotch-common/src/components/history/rest/Card.vue @@ -55,7 +55,7 @@ import { RESTHistoryEntry } from "~/newstore/history" import { shortDateTime } from "~/helpers/utils/date" import IconStar from "~icons/lucide/star" -import IconStarOff from "~icons/lucide/star-off" +import IconStarOff from "~icons/hopp/star-off" import IconTrash from "~icons/lucide/trash" const props = defineProps<{