Add Widget
@for (category of categories(); track category.key) {
@if (category.icon) { } {{ category.label }} {{ getCategoryTypes(category.key).length }}
@for (widgetType of getCategoryTypes(category.key); track widgetType.type) {
@if (widgetType.icon) { } {{ widgetType.label }} @if (widgetType.description) { {{ widgetType.description }} }
}
} @if (groupedTypes().has('uncategorized')) {
Other
@for (widgetType of getCategoryTypes('uncategorized'); track widgetType.type) {
@if (widgetType.icon) { } {{ widgetType.label }} @if (widgetType.description) { {{ widgetType.description }} }
}
} @if (filteredTypes().length === 0) {
No widgets found
}