file fontainer header update

This commit is contained in:
Nate Kelley 2025-04-21 08:27:09 -06:00
parent f672b3c83f
commit a560486659
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
4 changed files with 3 additions and 10 deletions

View File

@ -8,7 +8,6 @@ import {
} from '@/api/asset_interfaces/metric';
import { useMemoizedFn } from '@/hooks';
import { AppDataGrid } from '@/components/ui/table/AppDataGrid';
import './TableChart.css';
import { cn } from '@/lib/classMerge';
import isEmpty from 'lodash/isEmpty';
import { useUpdateMetricChart } from '@/context/Metrics';

View File

@ -1,8 +0,0 @@
.buster-table-chart {
.rdg-row:not(:has(+ .rdg-row)) {
@apply border-b-0;
.rdg-cell {
@apply border-b-0;
}
}
}

View File

@ -115,6 +115,8 @@ export const useBusterNewChat = () => {
});
}
return;
await busterSocket.emitAndOnce({
emitEvent: {
route: '/chats/post',

View File

@ -6,7 +6,7 @@ import { useChatLayoutContextSelector } from '../../ChatLayoutContext';
import { FileContainerHeaderVersionHistory } from './FileContainerHeaderVersionHistory';
import { SelectedFileButtonsRecord, SelectedFileSegmentRecord } from './config';
import { FileType } from '@/api/asset_interfaces/chat';
import { useRouter } from 'next/router';
import { useRouter } from 'next/navigation';
import { useMount } from '@/hooks';
import { BusterRoutes, createBusterRoute } from '@/routes';