+ {({ filtered, hasMore, moreCount }) => (
+ <>
+
+ No branches found.
-
- {branches.map((branch) => (
- }
- >
- {branch}
-
- ))}
-
-
- {!isCloudMode && (
-
-
-
+ {filtered.map((branch) => (
+ }
+ >
+ {branch}
+
+ ))}
+ {hasMore && (
+
+ {moreCount} more {moreCount === 1 ? "branch" : "branches"}{" "}
+ — type to filter
+
+ )}
+
+ )}
+
+ {!isCloudMode && (
+
+
+
+ )}
+ >
)}