refactor(components): migrate shared components to core-ui and remove unused ones

This commit is contained in:
jialin
2026-06-24 14:02:41 +08:00
committed by jialin
parent 28976dea4b
commit ee42a9d0ed
29 changed files with 13 additions and 1639 deletions
@@ -1,10 +1,9 @@
import { ProviderValueMap } from '@/pages/cluster-management/config';
import { GSDrawer, ModalFooter } from '@gpustack/core-ui';
import { ColumnWrapper, GSDrawer, ModalFooter } from '@gpustack/core-ui';
import { useIntl } from '@umijs/max';
import { debounce } from 'lodash';
import React, { useCallback, useEffect, useRef, useState } from 'react';
import styled from 'styled-components';
import ColumnWrapper from '../../../_components/column-wrapper';
import { modelSourceMap } from '../../config';
import { FormData } from '../../config/types';
import HFModelFile from '../model-source/hf-model-file';