Filament moderne (groupes nav, 4 charts, filtres/badges) + Filament Shield (rôles/permissions) + noms exos localisés dans routines
Build & Deploy / build (push) Successful in 19s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-19 05:09:29 +02:00
co-authored by Claude Opus 4.8
parent 3ec14f219b
commit 52fab9fbe5
47 changed files with 1644 additions and 292 deletions
@@ -25,6 +25,8 @@ class ExerciseResource extends Resource
protected static string|UnitEnum|null $navigationGroup = 'Catalogue';
protected static ?int $navigationSort = 1;
protected static ?string $modelLabel = 'exercice';
protected static ?string $pluralModelLabel = 'exercices';
@@ -47,6 +49,14 @@ class ExerciseResource extends Resource
return false;
}
/**
* @return array<int, string>
*/
public static function getGloballySearchableAttributes(): array
{
return ['name', 'category', 'body_part', 'target'];
}
public static function getPages(): array
{
return [