Description
We recently implemented pagination on the Team List Page PR #1212 . This was necessary because loading the full list of over 10K+ teams was causing severe performance bottlenecks and very slow initial page loads.
The Problem
While pagination solved the performance issue, it introduced a usability regression regarding data discovery. Previously, users relied on the browser's native "Find" feature (Ctrl+F / Cmd+F) to locate specific teams. With pagination now active, Ctrl+F only searches the current page subset (e.g., the visible 50 items). Users are currently unable to find specific teams located on subsequent pages without manually clicking through thousands of records.
Proposed Solution
Implement a dedicated server-side search feature on the Team List page.