diff --git a/.gitignore b/.gitignore index 00bf3d3..13ddefb 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,7 @@ yarn-error.log* /supabase/volumes/db/data /supabase/volumes/storage supabase.zip -.idea/workspace.xml -.idea/copilot/chatSessions/xd.lck -.idea/copilot/chatSessions/blobs/version .idea/copilot/chatSessions/00000000000.xd +.idea/copilot/chatSessions/blobs/version +.idea/copilot/chatSessions/xd.lck +.idea/workspace.xml diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..3e4e48b --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +.gitignore \ No newline at end of file diff --git a/components/neroshitron/search_input.tsx b/components/neroshitron/search_input.tsx index 84c5943..ba39484 100644 --- a/components/neroshitron/search_input.tsx +++ b/components/neroshitron/search_input.tsx @@ -70,13 +70,17 @@ const SearchInput = ({ tagsChanged, searchChanged, nsfwChanged}: SearchInputProp setSearch(e.target.value)} className="rounded-l-md h-16 bg-gray-100 text-grey-darker py-2 font-normal text-grey-darkest border border-gray-100 font-bold w-full py-1 px-2 outline-none text-lg text-gray-600" type="text" placeholder="Looking for a specific collection?" /> - + + {selectedTags.length} + +