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';
|
} from '@/api/asset_interfaces/metric';
|
||||||
import { useMemoizedFn } from '@/hooks';
|
import { useMemoizedFn } from '@/hooks';
|
||||||
import { AppDataGrid } from '@/components/ui/table/AppDataGrid';
|
import { AppDataGrid } from '@/components/ui/table/AppDataGrid';
|
||||||
import './TableChart.css';
|
|
||||||
import { cn } from '@/lib/classMerge';
|
import { cn } from '@/lib/classMerge';
|
||||||
import isEmpty from 'lodash/isEmpty';
|
import isEmpty from 'lodash/isEmpty';
|
||||||
import { useUpdateMetricChart } from '@/context/Metrics';
|
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({
|
await busterSocket.emitAndOnce({
|
||||||
emitEvent: {
|
emitEvent: {
|
||||||
route: '/chats/post',
|
route: '/chats/post',
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { useChatLayoutContextSelector } from '../../ChatLayoutContext';
|
||||||
import { FileContainerHeaderVersionHistory } from './FileContainerHeaderVersionHistory';
|
import { FileContainerHeaderVersionHistory } from './FileContainerHeaderVersionHistory';
|
||||||
import { SelectedFileButtonsRecord, SelectedFileSegmentRecord } from './config';
|
import { SelectedFileButtonsRecord, SelectedFileSegmentRecord } from './config';
|
||||||
import { FileType } from '@/api/asset_interfaces/chat';
|
import { FileType } from '@/api/asset_interfaces/chat';
|
||||||
import { useRouter } from 'next/router';
|
import { useRouter } from 'next/navigation';
|
||||||
import { useMount } from '@/hooks';
|
import { useMount } from '@/hooks';
|
||||||
import { BusterRoutes, createBusterRoute } from '@/routes';
|
import { BusterRoutes, createBusterRoute } from '@/routes';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue