From 177bcfb903e783536b8a75c4b106a2d451151337 Mon Sep 17 00:00:00 2001 From: Stijnus Date: Fri, 5 Sep 2025 01:52:00 +0200 Subject: [PATCH] feat: add Help & Documentation to avatar dropdown menu - Added Help & Documentation option to user avatar dropdown in console dashboard - Provides easy access to documentation from any page in the application - Maintains consistent styling with other dropdown menu items - Uses same help icon and links to official documentation - Improves user experience by providing help access from main dashboard area --- .../@settings/core/AvatarDropdown.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/app/components/@settings/core/AvatarDropdown.tsx b/app/components/@settings/core/AvatarDropdown.tsx index f9f6eb7..a3a97c4 100644 --- a/app/components/@settings/core/AvatarDropdown.tsx +++ b/app/components/@settings/core/AvatarDropdown.tsx @@ -151,6 +151,24 @@ export const AvatarDropdown = ({ onSelectTab }: AvatarDropdownProps) => {
Report Bug + + + window.open('https://stackblitz-labs.github.io/bolt.diy/', '_blank') + } + > +
+ Help & Documentation +