From ce6ddada780d01f02fd2979ff8f11a5ed8db1442 Mon Sep 17 00:00:00 2001 From: Vitalii Date: Tue, 12 Mar 2024 15:01:07 +0200 Subject: [PATCH] web/satellite: add search and sorting to Applications page Added the same search/sort component from Object browser card view. Implemented search and sort functionality on Apps page. Issue: https://github.com/storj/storj/issues/6808 Change-Id: If422ce16978e97af0fd53ae489c415939b1f5d4c --- .../src/components/ApplicationItem.vue | 8 +- web/satellite/src/types/applications.ts | 74 ++++++------ web/satellite/src/views/Applications.vue | 111 ++++++++++++++++-- 3 files changed, 144 insertions(+), 49 deletions(-) diff --git a/web/satellite/src/components/ApplicationItem.vue b/web/satellite/src/components/ApplicationItem.vue index 2893b668a6dc..7be2cf61a1ca 100644 --- a/web/satellite/src/components/ApplicationItem.vue +++ b/web/satellite/src/components/ApplicationItem.vue @@ -5,7 +5,7 @@ - + @@ -13,7 +13,7 @@ {{ app.category }}

- {{ app.title }} + {{ app.name }}

{{ app.description }} @@ -36,7 +36,7 @@ - +