Skip to content

Commit

Permalink
feat(config-ui): use new table component to replace old (#6405)
Browse files Browse the repository at this point in the history
* refactor(config-ui): remove component table

* refactor(config-ui): use antd table component to replace old

* fix(config-ui): adjust the table component
  • Loading branch information
mintsweet authored Nov 15, 2023
1 parent 1a8fe13 commit b3aa4b3
Show file tree
Hide file tree
Showing 22 changed files with 141 additions and 621 deletions.
1 change: 0 additions & 1 deletion config-ui/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ export * from './no-data';
export * from './page-header';
export * from './pagination';
export * from './selector';
export * from './table';
export * from './toast';
export * from './tooltip';
95 changes: 0 additions & 95 deletions config-ui/src/components/table/components/content.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions config-ui/src/components/table/components/index.ts

This file was deleted.

27 changes: 0 additions & 27 deletions config-ui/src/components/table/components/loading.tsx

This file was deleted.

42 changes: 0 additions & 42 deletions config-ui/src/components/table/components/no-data.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions config-ui/src/components/table/hooks/index.ts

This file was deleted.

93 changes: 0 additions & 93 deletions config-ui/src/components/table/hooks/use-row-selection.ts

This file was deleted.

20 changes: 0 additions & 20 deletions config-ui/src/components/table/index.ts

This file was deleted.

55 changes: 0 additions & 55 deletions config-ui/src/components/table/styled.ts

This file was deleted.

Loading

0 comments on commit b3aa4b3

Please sign in to comment.