feat: enhance flight tracking with improved API handling, metadata, and performance optimizations

This commit is contained in:
Kewonit
2026-02-14 13:14:43 +05:30
parent b3f20b7659
commit 08be8e1267
7 changed files with 338 additions and 132 deletions

View File

@ -347,7 +347,7 @@ function SearchContent({
onChange={(e) => setQuery(e.target.value)}
placeholder="Search airspace..."
aria-label="Search cities by name, IATA code, or country"
className="flex-1 bg-transparent text-[14px] font-medium text-white/90 placeholder:text-white/20 focus:outline-none focus-visible:ring-1 focus-visible:ring-white/40 focus-visible:rounded"
className="flex-1 bg-transparent text-[14px] font-medium text-white/90 placeholder:text-white/20 outline-none"
/>
</div>