- {isWebLoading && (
-
-
Provided by Char
-
- {[0, 1, 2, 3].map((index) => (
-
- ))}
-
-
- )}
-
{isEmpty ? (
@@ -272,12 +258,47 @@ export function TemplatesSidebarContent({
onClick={handleCreateTemplate}
className="mt-3 text-sm text-neutral-600 underline hover:text-neutral-800"
>
- Create your first template
+ Create my first template
)}
) : (
<>
+ {hasMineResults && (
+
+ My templates
+ {filteredMine.map((template) => (
+
+ ))}
+
+ )}
+
+ {isWebLoading && !hasWebResults && (
+
+
Provided by Char
+
+ {[0, 1, 2, 3].map((index) => (
+
+ ))}
+
+
+ )}
+
{hasWebResults && (
Provided by Char
@@ -297,41 +318,13 @@ export function TemplatesSidebarContent({
{template.title || "Untitled"}
- {template.category && (
-
- ({template.category})
-
- )}
- {template.description && (
-
- {template.description}
-
- )}
))}
)}
-
- {hasMineResults && (
-