Refactor recommendations: fix modal closing, update icons, extract components

This commit is contained in:
Yusuf İpek
2025-11-23 13:01:01 +03:00
parent 4b45216d22
commit b6afaaf67e
7 changed files with 257 additions and 176 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ export interface CategoryPreset {
category: UserCategory;
packages: PackagePreset[];
description: string;
icon: string;
// Icon removed in favor of UI-side mapping
}
/**