From 3c2a2f63a9bf16a65f36a7ded12b50dcb7673499 Mon Sep 17 00:00:00 2001 From: Maqbool Ahmed Date: Mon, 20 Jul 2026 21:32:54 +0500 Subject: [PATCH] feat: add Report an Issue link to Topbar (#202) --- frontend/src/components/Topbar.tsx | 37 +++++++++++++++++++----------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/frontend/src/components/Topbar.tsx b/frontend/src/components/Topbar.tsx index c22e5ea..1177115 100644 --- a/frontend/src/components/Topbar.tsx +++ b/frontend/src/components/Topbar.tsx @@ -1,6 +1,6 @@ 'use client'; import { useEffect, useState } from 'react'; -import { Loader2, CheckCircle, XCircle, Github, Star, Terminal, Sun, Moon, Menu, Languages, Book, Eye, Puzzle } from 'lucide-react'; +import { Loader2, CheckCircle, XCircle, Github, Star, Terminal, Sun, Moon, Menu, Languages, Book, Eye, Puzzle, AlertCircle } from 'lucide-react'; import { useTheme } from '@/lib/useTheme'; import { useTranslations, SUPPORTED_LOCALES } from '@/lib/i18n'; import { Logo } from './Logo'; @@ -146,19 +146,28 @@ export function Topbar({ status, usage, onHome, onWatchlist, onMenuToggle }: Pro > - - - - Star - - + + + Report + + + + Star +