feature/bug-no-scroll-input-classes

This commit is contained in:
2026-04-15 15:58:52 -06:00
parent 0e7ad7a0c9
commit 1130306fc7
4 changed files with 328 additions and 213 deletions

View File

@@ -58,7 +58,9 @@ export interface A76ClassListParams {
page_size?: number;
class_code?: string;
description?: string;
q?: string; // Agregado por si usas búsqueda general
/** Búsqueda OR en class_code, description_es y description_en (backend ClassService) */
search?: string;
q?: string;
sort_by?: string;
sort_order?: 'asc' | 'desc';
}