Commit Graph

13 Commits

Author SHA1 Message Date
developer1054 f0b86641b6 integracao-core 2025-11-14 17:17:30 -03:00
luisfepsale 2b2886a75c [PromptLab first commit] 2025-11-12 18:44:23 -03:00
gpt-engineer-app[bot] da94a7e4db Set default 6 per page
Update pagination to default to 6 items per page in Agents screen, preserving navigation controls and responsive layout.
2025-11-11 18:30:35 +00:00
gpt-engineer-app[bot] 09c8fcae88 Add more test agents for pagination
Extend Agents list with additional mock agents (20-21+) to exercise and test pagination controls, including page size options and navigation.
2025-11-11 18:29:40 +00:00
gpt-engineer-app[bot] a97a515517 Adicionar paginação em listagem de agentes
Implementa controle de paginação na tela de Agents:
- adiciona estado itemsPerPage com valor default 9
- integra seletor de itens por página
- utiliza componente de paginação existente para Navegação Previous/Next/ellipses
- mantém busca existente funcionando com paginação

Observação: usa componente Select para escolher a quantidade por página e ajusta paginação ao mudar valor.
2025-11-11 18:26:58 +00:00
gpt-engineer-app[bot] 5a9ca2bbf9 Add pagination to agents screen
Implement pagination controls on the agents screen to manage a large number of agents. This includes state management for current page and items per page, logic to slice and display agents, and UI elements for navigation (previous, next, page numbers, ellipsis). The search functionality now resets to the first page.
2025-11-07 19:52:34 +00:00
gpt-engineer-app[bot] f8966d0ae8 Refactor agent cards on home screen
Update agent cards to display title, AI model, status, and agent version. Remove the options button and replace it with a chevron icon to navigate to the agent details screen.
2025-11-07 19:17:03 +00:00
gpt-engineer-app[bot] 64b4c39c92 Refactor agent and prompt management
Restructures the application to integrate prompt management directly into the agent details view. Removes the separate "Prompts" page and its associated components. Agents are now the root route, and clicking an agent navigates to a detail page where its system prompt, AI model, and version history can be managed.
2025-11-07 19:14:00 +00:00
gpt-engineer-app[bot] 954b09f836 Refactor Agents and Prompts routes 2025-10-30 12:48:10 +00:00
gpt-engineer-app[bot] d3c2e31d15 Refactor: Make system responsive 2025-10-29 15:02:56 +00:00
gpt-engineer-app[bot] b9d7db533c Add Agents screen to sidebar 2025-10-29 14:57:43 +00:00
gpt-engineer-app[bot] 2a74f0b498 Remove Agents screen 2025-10-29 14:04:48 +00:00
gpt-engineer-app[bot] 6efb71b59b Create HGTX PromptLab UI 2025-10-29 12:06:30 +00:00