From 4758cabbf93d9f79d5055b5abccf7b262ad7dec6 Mon Sep 17 00:00:00 2001 From: Truman Gao <106889354+tdgao@users.noreply.github.com> Date: Wed, 12 Aug 2026 10:18:02 -0600 Subject: [PATCH] feat: add hide and show download items (#7106) * feat: add hide and show download items * pnpm prepr --- .../src/components/ui/AppActionBar.vue | 94 +++++++++++++--- .../browse/install-job-notifications.ts | 36 +++--- .../app-frontend/src/locales/en-US/index.json | 6 + .../components/nav/PopupNotificationPanel.vue | 57 +++++++--- .../ui/src/providers/popup-notifications.ts | 105 +++++++++++++++++- 5 files changed, 252 insertions(+), 46 deletions(-) diff --git a/apps/app-frontend/src/components/ui/AppActionBar.vue b/apps/app-frontend/src/components/ui/AppActionBar.vue index 11c172b71e..6790167f3d 100644 --- a/apps/app-frontend/src/components/ui/AppActionBar.vue +++ b/apps/app-frontend/src/components/ui/AppActionBar.vue @@ -1,15 +1,16 @@