1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

Move result chip to legacy file

This commit is contained in:
Thomas Heartman 2025-03-20 11:36:38 +01:00
parent 88d59f41b7
commit 8f9a6d60d1
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78
7 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ import {
useTheme,
} from '@mui/material';
import { flexRow } from '../../../../../themes/themeStyles';
import { PlaygroundResultChip } from '../../PlaygroundResultsTable/PlaygroundResultChip/PlaygroundResultChip';
import { PlaygroundResultChip } from '../../PlaygroundResultsTable/PlaygroundResultChip/LegacyPlaygroundResultChip';
import InfoOutlined from '@mui/icons-material/InfoOutlined';
import type React from 'react';
import { useState } from 'react';

View File

@ -1,6 +1,6 @@
import type { PlaygroundFeatureSchema, PlaygroundRequestSchema } from 'openapi';
import { Alert, Typography, useTheme, styled, IconButton } from '@mui/material';
import { PlaygroundResultChip } from '../../PlaygroundResultChip/PlaygroundResultChip';
import { PlaygroundResultChip } from '../../PlaygroundResultChip/LegacyPlaygroundResultChip';
import CloseOutlined from '@mui/icons-material/CloseOutlined';
import type React from 'react';
import {

View File

@ -1,6 +1,6 @@
import type { PlaygroundFeatureSchema, PlaygroundRequestSchema } from 'openapi';
import { Alert, IconButton, Typography, useTheme, styled } from '@mui/material';
import { PlaygroundResultChip } from '../../PlaygroundResultChip/PlaygroundResultChip';
import { PlaygroundResultChip } from '../../PlaygroundResultChip/LegacyPlaygroundResultChip';
import CloseOutlined from '@mui/icons-material/CloseOutlined';
import type React from 'react';
import { ConditionallyRender } from 'component/common/ConditionallyRender/ConditionallyRender';

View File

@ -1,4 +1,4 @@
import { PlaygroundResultChip } from '../../../../PlaygroundResultChip/PlaygroundResultChip';
import { PlaygroundResultChip } from '../../../../PlaygroundResultChip/LegacyPlaygroundResultChip';
import type {
PlaygroundStrategySchema,
PlaygroundRequestSchema,

View File

@ -1,5 +1,5 @@
import { useTheme } from '@mui/material';
import { PlaygroundResultChip } from '../../../../PlaygroundResultChip/PlaygroundResultChip';
import { PlaygroundResultChip } from '../../../../PlaygroundResultChip/LegacyPlaygroundResultChip';
import type {
PlaygroundStrategySchema,
PlaygroundRequestSchema,

View File

@ -1,5 +1,5 @@
import { Box, styled } from '@mui/material';
import { PlaygroundResultChip } from '../PlaygroundResultChip/PlaygroundResultChip';
import { PlaygroundResultChip } from '../PlaygroundResultChip/LegacyPlaygroundResultChip';
import type { PlaygroundFeatureSchema } from 'openapi';
interface IFeatureStatusCellProps {