Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ export function SQLEditor({
<Card>
<CardHeader className={"max-sm:flex max-sm:flex-col max-sm:gap-4 max-sm:px-4"}>
<CardTitle className={"sm:py-3"}>SQL</CardTitle>
<CardAction className={"flex max-sm:flex-col gap-2"}>
<CardAction className={"flex max-sm:flex-col gap-2 w-full"}>
<Select onValueChange={setValue} value={value} disabled={isLoading}>
<SelectTrigger className={"cursor-pointer"}>
<SelectTrigger className={"cursor-pointer max-sm:w-full"}>
<SelectValue placeholder="Select example" />
</SelectTrigger>
<SelectContent>
Expand All @@ -66,7 +66,7 @@ export function SQLEditor({
</Select>
<Button
disabled={isLoading}
className={"cursor-pointer"}
className={"cursor-pointer max-sm:w-full"}
onClick={() => runQuery()}
>
{isLoading ? <Spinner /> : <PlayIcon />}
Expand Down
46 changes: 0 additions & 46 deletions cmd/sql-to-logsql/web/ui/src/components/ui/badge.tsx

This file was deleted.

56 changes: 0 additions & 56 deletions cmd/sql-to-logsql/web/ui/src/components/ui/scroll-area.tsx

This file was deleted.