From 29b2d9927deb14cb05acea08089983a25c54d9ab Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Mon, 19 Jan 2026 16:57:13 -0700 Subject: [PATCH] fix missing starred projects in gift selection, and highlight filter on home view if set --- src/components/EntityGrid.vue | 374 +++++++++++++------------ src/components/EntitySelectionStep.vue | 6 +- src/components/GiftedDialog.vue | 4 - src/utils/PlatformServiceMixin.ts | 11 +- src/views/HomeView.vue | 29 +- 5 files changed, 205 insertions(+), 219 deletions(-) diff --git a/src/components/EntityGrid.vue b/src/components/EntityGrid.vue index aa5e58f4..80c9d70d 100644 --- a/src/components/EntityGrid.vue +++ b/src/components/EntityGrid.vue @@ -139,17 +139,17 @@ projects, and special entities with selection. * * @author Matthew Raymer */