changes
This commit is contained in:
@@ -21,6 +21,7 @@ export class HomeComponent implements OnInit, OnDestroy {
|
||||
wideCategories = signal<Set<number>>(new Set());
|
||||
loading = signal(true);
|
||||
error = signal<string | null>(null);
|
||||
readonly skeletonSlots = Array.from({ length: 6 });
|
||||
|
||||
// Memoized computed values for performance
|
||||
topLevelCategories = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user