mirror of https://github.com/buster-so/buster.git
file fontainer header update
This commit is contained in:
parent
f672b3c83f
commit
a560486659
|
@ -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';
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
.buster-table-chart {
|
||||
.rdg-row:not(:has(+ .rdg-row)) {
|
||||
@apply border-b-0;
|
||||
.rdg-cell {
|
||||
@apply border-b-0;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -115,6 +115,8 @@ export const useBusterNewChat = () => {
|
|||
});
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
await busterSocket.emitAndOnce({
|
||||
emitEvent: {
|
||||
route: '/chats/post',
|
||||
|
|
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in New Issue