feat: catch all yaml parse errors
This commit is contained in:
@ -170,9 +170,9 @@ const Search = (
|
||||
|
||||
return (
|
||||
<div class="mt-2">
|
||||
<header class="flex items-center gap-4">
|
||||
<header class="flex items-center gap-4 items-52">
|
||||
<div
|
||||
class="flex items-center gap-1 rounded-xl w-full shadow-2xl"
|
||||
class="flex items-center gap-1 rounded-2xl w-full shadow-2xl"
|
||||
style={{ background: "#2B2930", color: "#818181" }}
|
||||
>
|
||||
{isLoading.value && searchQuery.value
|
||||
@ -187,7 +187,7 @@ const Search = (
|
||||
onInput={handleInputChange}
|
||||
/>
|
||||
</div>
|
||||
<Checkbox label="not-seen" checked={showSeenStatus} />
|
||||
<Checkbox label="seen" checked={showSeenStatus} />
|
||||
<Rating rating={4} />
|
||||
</header>
|
||||
{data?.value?.hits?.length && !isLoading.value
|
||||
|
Reference in New Issue
Block a user