+
+ Search for photos, tags, cameras, and film
+
+
+ setQuery(e.currentTarget.value)}
+ className="w-full !min-w-0"
+ style={{ paddingRight: '2rem' }}
+ />
+ {isLoading &&
+
+
+ }
+
+
+
+ No results found.
+ {sections
+ .filter(({ items }) => items.length > 0)
+ .map(({ heading, items }) =>
+
+ {items.map(({ label, path }) =>
+ {
+ setOpen(false);
+ router.push(path);
+ }}
+ >
+ {label}
+ )}
+ )}
+
+
+