From 6c7170f6448b608499536ab3734bc4c574b42536 Mon Sep 17 00:00:00 2001 From: Stijnus Date: Fri, 5 Sep 2025 01:53:16 +0200 Subject: [PATCH] feat: remove Service Status from avatar dropdown - Removed Service Status menu item as it's being deprecated - Cleaned up unused BetaLabel component - Maintains clean dropdown structure with remaining items - Prepares for upcoming Service Status removal in separate PR --- .../@settings/core/AvatarDropdown.tsx | 25 +------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/app/components/@settings/core/AvatarDropdown.tsx b/app/components/@settings/core/AvatarDropdown.tsx index a3a97c4..f30ceb2 100644 --- a/app/components/@settings/core/AvatarDropdown.tsx +++ b/app/components/@settings/core/AvatarDropdown.tsx @@ -5,11 +5,6 @@ import { classNames } from '~/utils/classNames'; import { profileStore } from '~/lib/stores/profile'; import type { TabType, Profile } from './types'; -const BetaLabel = () => ( - - BETA - -); interface AvatarDropdownProps { onSelectTab: (tab: TabType) => void; @@ -117,22 +112,6 @@ export const AvatarDropdown = ({ onSelectTab }: AvatarDropdownProps) => {
- onSelectTab('service-status')} - > -
- Service Status - - { 'outline-none', 'group', )} - onClick={() => - window.open('https://stackblitz-labs.github.io/bolt.diy/', '_blank') - } + onClick={() => window.open('https://stackblitz-labs.github.io/bolt.diy/', '_blank')} >
Help & Documentation