Skip to content

Commit

Permalink
deprecate: nft gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Dec 5, 2023
1 parent 01d9b86 commit 60b926f
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 2,014 deletions.
2 changes: 0 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"@apollo/client": "^3.8.8",
"@aws-sdk/client-s3": "^3.465.0",
"@aws-sdk/lib-storage": "^3.465.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@hey/abis": "workspace:*",
Expand Down
8 changes: 0 additions & 8 deletions apps/web/src/components/Profile/FeedType.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
ChatBubbleLeftRightIcon,
FilmIcon,
PencilSquareIcon,
RectangleGroupIcon,
RectangleStackIcon
} from '@heroicons/react/24/outline';
import { IS_MAINNET } from '@hey/data/constants';
Expand Down Expand Up @@ -62,13 +61,6 @@ const FeedType: FC<FeedTypeProps> = ({ feedType }) => {
onClick={() => switchTab(ProfileFeedType.Collects)}
type={ProfileFeedType.Collects.toLowerCase()}
/>
<TabButton
active={feedType === ProfileFeedType.Gallery}
icon={<RectangleGroupIcon className="h-4 w-4" />}
name="Gallery"
onClick={() => switchTab(ProfileFeedType.Gallery)}
type={ProfileFeedType.Gallery.toLowerCase()}
/>
{IS_MAINNET ? (
<TabButton
active={feedType === ProfileFeedType.Stats}
Expand Down
266 changes: 0 additions & 266 deletions apps/web/src/components/Profile/NftGallery/Create.tsx

This file was deleted.

66 changes: 0 additions & 66 deletions apps/web/src/components/Profile/NftGallery/DraggableCard.tsx

This file was deleted.

Loading

0 comments on commit 60b926f

Please sign in to comment.