diff --git a/webapp/components/_new/features/SearchResults/SearchResults.story.js b/webapp/components/_new/features/SearchResults/SearchResults.story.js index cfc7754dc..b533e882f 100644 --- a/webapp/components/_new/features/SearchResults/SearchResults.story.js +++ b/webapp/components/_new/features/SearchResults/SearchResults.story.js @@ -1,7 +1,7 @@ import { storiesOf } from '@storybook/vue' import { withA11y } from '@storybook/addon-a11y' import SearchResults from './SearchResults' -import TabNavigation from '~/components/_new/generic/TabNavigation/TabNavigation' +import TabNavigation from '~/components/_new/generic/TabNavigation/OldTabNavigation' import PostTeaser from '~/components/PostTeaser/PostTeaser' import UserTeaser from '~/components/UserTeaser/UserTeaser' import helpers from '~/storybook/helpers' diff --git a/webapp/components/_new/features/SearchResults/SearchResults.vue b/webapp/components/_new/features/SearchResults/SearchResults.vue index 12c6a7c49..f3730f61d 100644 --- a/webapp/components/_new/features/SearchResults/SearchResults.vue +++ b/webapp/components/_new/features/SearchResults/SearchResults.vue @@ -13,7 +13,7 @@ - + @@ -105,14 +105,14 @@ import HcEmpty from '~/components/Empty/Empty' import MasonryGrid from '~/components/MasonryGrid/MasonryGrid' import MasonryGridItem from '~/components/MasonryGrid/MasonryGridItem' import PostTeaser from '~/components/PostTeaser/PostTeaser' -import NewTabNavigation from '~/components/_new/generic/TabNavigation/NewTabNavigation' +import TabNavigation from '~/components/_new/generic/TabNavigation/TabNavigation' import UserTeaser from '~/components/UserTeaser/UserTeaser' import PaginationButtons from '~/components/_new/generic/PaginationButtons/PaginationButtons' import HcHashtag from '~/components/Hashtag/Hashtag' export default { components: { - NewTabNavigation, + TabNavigation, HcEmpty, MasonryGrid, MasonryGridItem, diff --git a/webapp/components/_new/generic/TabNavigation/NewTabNavigation.vue b/webapp/components/_new/generic/TabNavigation/NewTabNavigation.vue deleted file mode 100644 index ff06c42d9..000000000 --- a/webapp/components/_new/generic/TabNavigation/NewTabNavigation.vue +++ /dev/null @@ -1,111 +0,0 @@ - - - - - diff --git a/webapp/components/_new/generic/TabNavigation/OldTabNavigation.vue b/webapp/components/_new/generic/TabNavigation/OldTabNavigation.vue new file mode 100644 index 000000000..d0f0d51b5 --- /dev/null +++ b/webapp/components/_new/generic/TabNavigation/OldTabNavigation.vue @@ -0,0 +1,74 @@ + + + + + diff --git a/webapp/components/_new/generic/TabNavigation/TabNavigation.vue b/webapp/components/_new/generic/TabNavigation/TabNavigation.vue index d0f0d51b5..ff06c42d9 100644 --- a/webapp/components/_new/generic/TabNavigation/TabNavigation.vue +++ b/webapp/components/_new/generic/TabNavigation/TabNavigation.vue @@ -1,28 +1,40 @@