feat: Création nouveau style / pagination profils annuaires

This commit is contained in:
N3WT DE COMPET
2025-05-06 19:54:46 +02:00
parent 4fd40ac5fc
commit 760ee0009e
25 changed files with 430 additions and 247 deletions

View File

@ -26,6 +26,9 @@ export const RegistrationFormStatus = {
STATUS_SEPA_TO_SEND: 8,
};
export const CURRENT_YEAR = 'current_year';
export const NEXT_YEAR = 'next_year';
export const HISTORICAL = 'historical';
export const CURRENT_YEAR_FILTER = 'current_year';
export const NEXT_YEAR_FILTER = 'next_year';
export const HISTORICAL_FILTER = 'historical';
export const PARENT_FILTER = 'parents';
export const SCHOOL_FILTER = 'school';