mirror of
https://github.com/go-gitea/gitea.git
synced 2026-01-19 16:11:01 +01:00
This change adds: - Pagination support for the teams list using SearchTeam with configurable page size - Search/filter functionality to filter teams by name or description - Display of team descriptions in the team list view - Empty state message when no teams match the search criteria The implementation follows existing patterns used in members.go and other paginated lists in the codebase. Fixes #34482 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: majiayu000 <1835304752@qq.com>