|
@@ -83,9 +83,10 @@
|
|
|
|
|
|
<div class="h-40 w-full">
|
|
|
{#if filteredPrompts.length > 0}
|
|
|
- <div class="max-h-40 overflow-auto scrollbar-none items-start {className}">
|
|
|
+ <div role="list" class="max-h-40 overflow-auto scrollbar-none items-start {className}">
|
|
|
{#each filteredPrompts as prompt, idx (prompt.id || prompt.content)}
|
|
|
<button
|
|
|
+ role="listitem"
|
|
|
class="waterfall flex flex-col flex-1 shrink-0 w-full justify-between
|
|
|
px-3 py-2 rounded-xl bg-transparent hover:bg-black/5
|
|
|
dark:hover:bg-white/5 transition group"
|