Remove redundant files and update pnpm lockfile

This commit is contained in:
giancarlo
2024-04-30 22:16:38 +07:00
parent 9eded69f15
commit 19aa40493f
78 changed files with 8835 additions and 10056 deletions

View File

@@ -144,7 +144,7 @@ export function AccountSelector({
)}
</If>
<CaretSortIcon className="h-4 w-4 shrink-0 opacity-50" />
<CaretSortIcon className="ml-1 h-4 w-4 shrink-0 opacity-50" />
</Button>
</PopoverTrigger>

View File

@@ -115,15 +115,15 @@ export function PersonalAccountDropdown({
</div>
<EllipsisVertical
className={'text-muted-foreground hidden h-8 group-hover:flex'}
className={'text-muted-foreground mr-1 hidden h-8 group-hover:flex'}
/>
</If>
</DropdownMenuTrigger>
<DropdownMenuContent
className={'!min-w-[15rem]'}
className={'xl:!min-w-[15rem]'}
collisionPadding={{ right: 20, left: 20 }}
sideOffset={20}
sideOffset={10}
>
<DropdownMenuItem className={'!h-10 rounded-none'}>
<div

View File

@@ -1,3 +1,5 @@
'use client';
import { useCallback, useState } from 'react';
import type { Factor } from '@supabase/supabase-js';
@@ -25,7 +27,7 @@ import {
import { Badge } from '@kit/ui/badge';
import { Button } from '@kit/ui/button';
import { If } from '@kit/ui/if';
import Spinner from '@kit/ui/spinner';
import { Spinner } from '@kit/ui/spinner';
import {
Table,
TableBody,