Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 0 additions & 84 deletions web/app/(app)/dashboard/(components)/uneed-upvote-banner.tsx

This file was deleted.

16 changes: 9 additions & 7 deletions web/app/(app)/dashboard/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
import { Home, MessageSquareText, UserCircle, Users } from 'lucide-react'
import Link from 'next/link'
import { usePathname } from 'next/navigation'
import UneedUpvoteBanner from './(components)/uneed-upvote-banner'
import VerifyEmailAlert from './(components)/verify-email-alert'
import AccountDeletionAlert from './(components)/account-deletion-alert'
import UpgradeToProAlert from './(components)/upgrade-to-pro-alert'
import UpdateAppModal from './(components)/update-app-modal'
import UpdateAppNotificationBar from './(components)/update-app-notification-bar'
import VerifyEmailAlert from './(components)/verify-email-alert'
import { SurveyModal } from '@/components/shared/survey-modal'

export default function DashboardLayout({
children,
Expand Down Expand Up @@ -49,11 +52,10 @@ export default function DashboardLayout({
{/* Main content with left padding to account for fixed sidebar */}
<main className='flex-1 min-w-0 overflow-auto md:ml-24'>
<div className='space-y-2 p-4'>
<UneedUpvoteBanner />
{/* <UpdateAppNotificationBar /> */}
<UpdateAppNotificationBar />
<VerifyEmailAlert />
<AccountDeletionAlert />
{/* <UpgradeToProAlert /> */}
<UpgradeToProAlert />
{/* <BlackFridayModal /> */}
</div>
{children}
Expand Down Expand Up @@ -92,8 +94,8 @@ export default function DashboardLayout({
{/* Bottom padding for mobile to account for the fixed navigation */}
<div className='h-16 md:hidden'></div>

{/* <SurveyModal /> */}
{/* <UpdateAppModal /> */}
<SurveyModal />
<UpdateAppModal />
</div>
)
}
Expand Down
1 change: 0 additions & 1 deletion web/config/external-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ export const ExternalLinks = {
polar: 'https://donate.textbee.dev',
twitter: 'https://x.com/textbeedotdev',
linkedin: 'https://www.linkedin.com/company/textbeedotdev',
uneed: 'https://www.uneed.best/tool/textbeedev-free-and-opensource-sms-gateway',
}
Loading