Skip to content

Commit

Permalink
removed ineractions as all data is already displayed in anlytics
Browse files Browse the repository at this point in the history
  • Loading branch information
chuma-beep committed Nov 24, 2024
1 parent 678475a commit 0877278
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 192 deletions.
135 changes: 0 additions & 135 deletions app/protected/account/interactions/page.tsx

This file was deleted.

57 changes: 0 additions & 57 deletions app/protected/account/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,6 @@ export default function Layout({ children }: { children: React.ReactNode }) {
</TooltipTrigger>
<TooltipContent side="right">Drafts</TooltipContent>
</Tooltip>
<Tooltip>
<TooltipTrigger asChild>
<Link
href="/protected/account/interactions"
className="flex h-9 w-9 items-center justify-center rounded-lg text-muted-foreground transition-colors hover:bg-accent hover:text-accent-foreground md:h-8 md:w-8"
prefetch={false}
>
<FiUsers className="h-5 w-5" />
<span className="sr-only">Interactions</span>
</Link>
</TooltipTrigger>
<TooltipContent side="right">Interactions</TooltipContent>
</Tooltip>
<Tooltip>
<TooltipTrigger asChild>
<Link
Expand Down Expand Up @@ -140,42 +127,6 @@ export default function Layout({ children }: { children: React.ReactNode }) {
</Tooltip>
</TooltipProvider>
</nav>
<nav className="mt-auto flex flex-col items-center gap-4 px-2 sm:py-5">
<TooltipProvider>
<Tooltip>
<TooltipTrigger asChild>
</TooltipTrigger>
<TooltipContent side="right">Analytics</TooltipContent>
</Tooltip>
<Tooltip>
<TooltipTrigger asChild>
<Link
href="/protected/account"
className="flex h-9 w-9 items-center justify-center rounded-lg text-muted-foreground transition-colors hover:bg-accent hover:text-accent-foreground md:h-8 md:w-8"
prefetch={false}
>

<LoggedInUser />
<span className="sr-only">Profile Page</span>
</Link>
</TooltipTrigger>
<TooltipContent side="right">Profile</TooltipContent>
</Tooltip>
<Tooltip>
<TooltipTrigger asChild>
<Link
href="/protected/account/account-settings"
className="flex h-9 w-9 items-center justify-center rounded-lg text-muted-foreground transition-colors hover:bg-accent hover:text-accent-foreground md:h-8 md:w-8"
prefetch={false}
>
<IoSettingsOutline className="h-5 w-5" />
<span className="sr-only">Settings</span>
</Link>
</TooltipTrigger>
<TooltipContent side="right">Settings</TooltipContent>
</Tooltip>
</TooltipProvider>
</nav>
</aside>
<div className="flex flex-col sm:gap-4 sm:py-4 sm:pl-14">
<header className="sticky top-0 z-30 flex h-14 items-center gap-4 border-b bg-background px-4 sm:static sm:h-auto sm:border-0 sm:bg-transparent sm:px-6">
Expand Down Expand Up @@ -224,14 +175,6 @@ export default function Layout({ children }: { children: React.ReactNode }) {
<HiOutlineSaveAs className="h-5 w-5" />
Drafts
</Link>
<Link
href="/protected/account/interactions"
className="flex items-center gap-4 px-2.5 text-muted-foreground hover:bg-accent hover:text-accent-foreground"
prefetch={false}
>
<FiUsers className="h-5 w-5" />
interactions
</Link>
<Link
href="/protected/account/analytics"
className="flex items-center gap-4 px-2.5 text-muted-foreground hover:bg-accent hover:text-accent-foreground"
Expand Down

0 comments on commit 0877278

Please sign in to comment.