Skip to content

Commit

Permalink
Revert "feat: add a heatmap (#1022)"
Browse files Browse the repository at this point in the history
This reverts commit 182fd19.
  • Loading branch information
JFrankfurt committed Oct 2, 2024
1 parent 182fd19 commit d740b70
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 986 deletions.
6 changes: 1 addition & 5 deletions apps/web/.env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,4 @@ DATADOG_CLIENT_ID=
NEYNAR_API_KEY=

FARCASTER_DEVELOPER_FID=
FARCASTER_DEVELOPER_MNEMONIC=

ETHERSCAN_API_KEY=
BASESCAN_API_KEY=
TALENT_PROTOCOL_API_KEY=
FARCASTER_DEVELOPER_MNEMONIC=
3 changes: 0 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@
"@heroicons/react": "^2.1.3",
"@lottiefiles/dotlottie-react": "^0.8.10",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@rainbow-me/rainbowkit": "^2.1.5",
"@tanstack/react-query": "^5",
"@types/jsonwebtoken": "^9.0.6",
"@types/react-calendar-heatmap": "^1.6.7",
"@vercel/blob": "^0.23.4",
"@vercel/kv": "^1.0.1",
"@vercel/og": "^0.6.2",
Expand All @@ -51,7 +49,6 @@
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-blockies": "^1.4.1",
"react-calendar-heatmap": "^1.9.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.10.2",
Expand Down
70 changes: 0 additions & 70 deletions apps/web/pages/api/proxy/index.ts

This file was deleted.

Binary file removed apps/web/public/images/base-loading.gif
Binary file not shown.
4 changes: 2 additions & 2 deletions apps/web/src/components/Basenames/UsernameProfile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export default function UsernameProfile() {
);

return (
<div className="mx-auto grid min-h-screen grid-cols-1 gap-10 md:grid-cols-[25rem_minmax(0,1fr)]">
<div className="w-full">
<div className="mx-auto flex min-h-screen flex-col justify-between gap-10 md:flex-row">
<div className="w-full md:max-w-[25rem]">
<UsernameProfileSidebar />
</div>
<div className="w-full">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import UsernameProfileSectionBadges from 'apps/web/src/components/Basenames/UsernameProfileSectionBadges';
import UsernameProfileSectionExplore from 'apps/web/src/components/Basenames/UsernameProfileSectionExplore';
import UsernameProfileSectionHeatmap from 'apps/web/src/components/Basenames/UsernameProfileSectionHeatmap';
import BadgeContextProvider from 'apps/web/src/components/Basenames/UsernameProfileSectionBadges/BadgeContext';
import UsernameProfileSectionFrames from 'apps/web/src/components/Basenames/UsernameProfileSectionFrames';
import UsernameProfileCasts from 'apps/web/src/components/Basenames/UsernameProfileCasts';
Expand All @@ -10,7 +9,6 @@ export default function UsernameProfileContent() {
return (
<div className="flex flex-col gap-4 rounded-2xl border border-[#EBEBEB] p-4 shadow-lg sm:gap-8 sm:p-8 md:gap-10 md:p-10 lg:gap-12 lg:p-12">
<UsernameProfileSectionFrames />
<UsernameProfileSectionHeatmap />
{USERNAMES_PINNED_CASTS_ENABLED && <UsernameProfileCasts />}
<BadgeContextProvider>
<UsernameProfileSectionBadges />
Expand Down

This file was deleted.

Loading

0 comments on commit d740b70

Please sign in to comment.