Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #168 from himdel/remove-tagging
Browse files Browse the repository at this point in the history
Move tagging to ui-classic
  • Loading branch information
chessbyte authored Feb 26, 2020
2 parents 4d58c8c + 7ac13f4 commit 320a55d
Show file tree
Hide file tree
Showing 66 changed files with 6 additions and 2,710 deletions.
1 change: 1 addition & 0 deletions src/forms/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './finalFormPropTypes';
export * from './renderFunctions';
export * from './finalFormComponent';
export { composeValidators } from './finalFormFieldsHelper';
export { PfSelect } from './pf-select';
4 changes: 3 additions & 1 deletion src/forms/pf-select.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// FIXME a copy in manageiq-ui-classic/app/javascript/pf-select/

import React from 'react';
import PropTypes from 'prop-types';
import ReactSelect, { components } from 'react-select';
Expand Down Expand Up @@ -32,7 +34,7 @@ ValueContainer.propTypes = {
children: PropTypes.any,
};

const PfSelect = ({
export const PfSelect = ({
input,
meta,
simpleValue,
Expand Down
2 changes: 2 additions & 0 deletions src/forms/select-styles.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// FIXME a copy in manageiq-ui-classic/app/javascript/pf-select/

const customStyles = {
indicatorSeparator: () => ({
display: 'none',
Expand Down
29 changes: 0 additions & 29 deletions src/tagging-pf4/TaggingPropTypes.js

This file was deleted.

37 changes: 0 additions & 37 deletions src/tagging-pf4/components/BadgeWithDelete.js

This file was deleted.

Empty file.
24 changes: 0 additions & 24 deletions src/tagging-pf4/components/Tag.js

This file was deleted.

50 changes: 0 additions & 50 deletions src/tagging-pf4/components/TagCategory.js

This file was deleted.

41 changes: 0 additions & 41 deletions src/tagging-pf4/components/TagView.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/tagging-pf4/index.js

This file was deleted.

26 changes: 0 additions & 26 deletions src/tagging-pf4/sass/_tag-category.scss

This file was deleted.

24 changes: 0 additions & 24 deletions src/tagging-pf4/sass/_tag.scss

This file was deleted.

3 changes: 0 additions & 3 deletions src/tagging-pf4/sass/style.scss

This file was deleted.

1 change: 0 additions & 1 deletion src/tagging-pf4/stories/index.scss

This file was deleted.

15 changes: 0 additions & 15 deletions src/tagging-pf4/stories/tagging.stories.js

This file was deleted.

52 changes: 0 additions & 52 deletions src/tagging-pf4/tests/__snapshots__/tag.category.test.js.snap

This file was deleted.

15 changes: 0 additions & 15 deletions src/tagging-pf4/tests/__snapshots__/tag.test.js.snap

This file was deleted.

32 changes: 0 additions & 32 deletions src/tagging-pf4/tests/__snapshots__/tag.view.test.js.snap

This file was deleted.

Loading

0 comments on commit 320a55d

Please sign in to comment.