From ca7cfb30c7f446b62c7b724b4a1d446608e05931 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Sat, 14 Dec 2024 20:35:50 -0800 Subject: [PATCH] Project installation indicator (#3023) * Add indicator for project installation * fix lint --------- Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com> Co-authored-by: Jai A --- .../src/components/ui/SearchCard.vue | 25 +++++++++++++++---- packages/assets/icons/spinner.svg | 19 ++++++++++++++ packages/assets/index.ts | 4 ++- packages/assets/styles/variables.scss | 6 ----- 4 files changed, 42 insertions(+), 12 deletions(-) create mode 100644 packages/assets/icons/spinner.svg diff --git a/apps/app-frontend/src/components/ui/SearchCard.vue b/apps/app-frontend/src/components/ui/SearchCard.vue index d291c1751..0bbf4d76e 100644 --- a/apps/app-frontend/src/components/ui/SearchCard.vue +++ b/apps/app-frontend/src/components/ui/SearchCard.vue @@ -11,14 +11,28 @@ } " > -
- +
+ +
+ +
+
+ Installed +
- {{ - project.title - }} + + {{ project.title }} + by {{ project.author }}
@@ -93,6 +107,7 @@