Skip to content

Commit

Permalink
Remove unused components, test and storybook robot decommission and m…
Browse files Browse the repository at this point in the history
…utext table

Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Dec 4, 2024
1 parent 503f19b commit bcdc611
Show file tree
Hide file tree
Showing 11 changed files with 158 additions and 296 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from './mutex-group-table';
export * from './robot-info';
export * from './robot-info-card';
export * from './robot-decommission';
export * from './robot-summary';
export * from './robots-table';
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Meta, StoryObj } from '@storybook/react';
import { MutexGroupTable } from './mutex-group-table';

const meta: Meta<typeof MutexGroupTable> = {
title: 'MutexGroupTable',
title: 'Robots/MutexGroupTable',
component: MutexGroupTable,
decorators: [
(Story) => (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { RobotDecommissionButton } from './robot-decommission';
import { makeRobot } from './test-utils.test';

export default {
title: 'RobotDecommissionButton',
title: 'Robots/RobotDecommissionButton',
component: RobotDecommissionButton,
} satisfies Meta;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { fireEvent } from '@testing-library/react';
import { describe, expect, it, vi } from 'vitest';
import { describe, expect, it } from 'vitest';

import { RmfApiProvider } from '../../hooks';
import { MockRmfApi, render, TestProviders } from '../../utils/test-utils.test';
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

117 changes: 0 additions & 117 deletions packages/rmf-dashboard-framework/src/components/robots/robot-info.tsx

This file was deleted.

Loading

0 comments on commit bcdc611

Please sign in to comment.