Skip to content

Commit

Permalink
Minor UI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikscale3 committed Jun 13, 2024
1 parent b9f5e83 commit 4a5ea2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function Dataset() {
<Badge variant={"outline"} className="text-sm">
Dataset ID: {dataset_id}
</Badge>
<Link href={EVALUATIONS_DOCS_URL}>
<Link href={EVALUATIONS_DOCS_URL} target="_blank">
<Button variant="outline">
Run Evaluation
<FlaskConical className="ml-1 h-4 w-4" />
Expand Down
9 changes: 5 additions & 4 deletions components/project/traces/traces.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,15 @@ export default function Traces({ email }: { email: string }) {
</label>
</div>
))}
<div>
<div className="flex items-center gap-1">
<Button
className="h-5 w-3 dark:bg-white bg-muted border border-black hover:bg-secondary"
variant={"outline"}
size={"icon"}
onClick={() => setIsFilterDialogOpen(true)}
>
<FilterListIcon className="cursor-pointer h-4 dark:bg-white text-black" />
<FilterListIcon className="cursor-pointer" />
</Button>
<label className="text-xs font-semibold px-2">Filters</label>
<p className="text-xs font-semibold">Advanced Filters</p>
</div>
</div>
<div className="flex gap-2 items-center">
Expand Down

0 comments on commit 4a5ea2c

Please sign in to comment.