Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .jules/palette.md
Empty file.
3 changes: 3 additions & 0 deletions components/features/bargain-ai.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export function ProductAssistant({ productContext }: ProductAssistantProps) {
<Button
onClick={() => setIsOpen(true)}
size="icon"
aria-label="Open Product Assistant"
className="h-14 w-14 rounded-full shadow-2xl bg-foreground text-background hover:scale-110 transition-transform duration-300"
>
<MessageCircle className="h-6 w-6" />
Expand All @@ -138,6 +139,7 @@ export function ProductAssistant({ productContext }: ProductAssistantProps) {
<Button
variant="ghost"
size="icon"
aria-label="Close Product Assistant"
className="h-6 w-6 text-background hover:text-background/80"
onClick={() => setIsOpen(false)}
>
Expand Down Expand Up @@ -200,6 +202,7 @@ export function ProductAssistant({ productContext }: ProductAssistantProps) {
<Button
type="submit"
size="icon"
aria-label="Send message"
className="rounded-full h-8 w-8"
disabled={isLoading || !input.trim()}
>
Expand Down