Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/app/help/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function HelpPage() {
<div className="flex-1 flex flex-col overflow-hidden">
<Header title="Help" subtitle="Get help with common issues" />

<main className="flex-1 overflow-auto p-6">
<main className="flex-1 overflow-auto py-6 px-[30px]">
<div className="max-w-3xl mx-auto space-y-8">
{/* Intro */}
<div className="flex items-start gap-4">
Expand Down
8 changes: 4 additions & 4 deletions src/app/helper/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export default function HelperProfilePage() {
<Sidebar />
<div className="flex-1 flex flex-col overflow-hidden">
<Header title="My profile" subtitle="Helper profile for the selected project" />
<main className="flex-1 overflow-auto p-6">
<main className="flex-1 overflow-auto py-6 px-[30px]">
<p className="text-muted-foreground">Select a project to view and edit your helper profile.</p>
</main>
</div>
Expand All @@ -240,7 +240,7 @@ export default function HelperProfilePage() {
<Sidebar />
<div className="flex-1 flex flex-col overflow-hidden">
<Header title="My profile" subtitle="Helper profile for the selected project" />
<main className="flex-1 overflow-auto p-6">
<main className="flex-1 overflow-auto py-6 px-[30px]">
<p className="text-muted-foreground">You are not registered as a helper in this project.</p>
</main>
</div>
Expand All @@ -254,7 +254,7 @@ export default function HelperProfilePage() {
<Sidebar />
<div className="flex-1 flex flex-col overflow-hidden">
<Header title="My profile" subtitle="Helper profile" />
<main className="flex-1 overflow-auto p-6 flex items-center justify-center">
<main className="flex-1 overflow-auto py-6 px-[30px] flex items-center justify-center">
<Loader2 className="w-8 h-8 animate-spin text-muted-foreground" />
</main>
</div>
Expand All @@ -272,7 +272,7 @@ export default function HelperProfilePage() {
<div className="flex-1 flex flex-col overflow-hidden">
<Header title="My profile" subtitle="View and edit your helper details" />

<main className="flex-1 overflow-auto p-6">
<main className="flex-1 overflow-auto py-6 px-[30px]">
{/* Profile header */}
<div className="flex items-center gap-4 mb-8">
<div
Expand Down
2 changes: 1 addition & 1 deletion src/app/helper/reports/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function HelperReportsPage() {
<div className="flex-1 flex flex-col overflow-hidden">
<Header title="Payouts and Reports" subtitle="Keep track of reports and transactions" />

<main className="flex-1 overflow-auto p-6 space-y-6">
<main className="flex-1 overflow-auto py-6 px-[30px] space-y-6">

{/* Tab Navigation */}
<div className="border-b border-gray-200">
Expand Down
2 changes: 1 addition & 1 deletion src/app/helper/support/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default function HelperSupportPage() {
<Sidebar />
<div className="flex-1 flex flex-col overflow-hidden">
<Header title="Support Dashboard" />
<main className="flex-1 overflow-auto p-6">
<main className="flex-1 overflow-auto py-6 px-[30px]">
<div className="max-w-7xl space-y-6">
{!projectId ? (
<p className="text-muted-foreground">Select a project to see tickets and stats.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/helpers/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default function HelperProfilePage({ params }: { params: Promise<{ id: st
<div className="flex-1 flex flex-col overflow-hidden">
<Header title="Helper Details" />

<main className="flex-1 overflow-y-auto bg-background p-4 sm:p-6 space-y-6">
<main className="flex-1 overflow-y-auto bg-background py-4 sm:py-6 px-4 sm:px-[30px] space-y-6">
{/* Back link */}
<Link
href="/helpers"
Expand Down
2 changes: 1 addition & 1 deletion src/app/helpers/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export default function HelpersPage() {
<Header title="List of helpers" subtitle="Manage your support team" />

{/* Content */}
<main className="flex-1 p-6 overflow-y-auto">
<main className="flex-1 py-6 px-[30px] overflow-y-auto">
{/* Filter tabs and Add button */}
<div className="flex items-center justify-between mb-6">
<div className="flex space-x-1">
Expand Down
2 changes: 1 addition & 1 deletion src/app/landing-page/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function LandingPageSettings() {
<Sidebar />
<div className="flex-1 flex flex-col">
<Header title="Landing page" subtitle="Customize your landing page branding and resources" />
<main className="flex-1 p-6 overflow-auto">
<main className="flex-1 py-6 px-[30px] overflow-auto">
<div className="max-w-4xl">

<div className="bg-white rounded-lg border border-border p-6 mb-6">
Expand Down
2 changes: 1 addition & 1 deletion src/app/reports/slas/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default function ReportsSLAsPage() {
subtitle="Keep track of reports and transactions for your SLAs."
/>

<main className="flex-1 p-6 overflow-y-auto">
<main className="flex-1 py-6 px-[30px] overflow-y-auto">
{/* Tab Navigation */}
<div className="mb-6">
<div className="flex gap-1">
Expand Down
2 changes: 1 addition & 1 deletion src/app/reports/support/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default function ReportsSupportPage() {
<div className="flex-1 flex flex-col overflow-hidden">
<Header title="Reports and Payouts" subtitle="Keep track of reports and transactions for support." />

<main className="flex-1 p-6 overflow-y-auto">
<main className="flex-1 py-6 px-[30px] overflow-y-auto">
<div className="space-y-6">
<div className="mb-6">
<div className="flex gap-1">
Expand Down
2 changes: 1 addition & 1 deletion src/app/settings/branding/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function BrandingSettingsPage() {
<Sidebar />
<div className="flex-1 flex flex-col">
<Header title="Branding" subtitle="Customize your project logo and primary color" />
<main className="flex-1 p-6 overflow-auto">
<main className="flex-1 py-6 px-[30px] overflow-auto">
<div className="max-w-4xl space-y-6">
{/* Logo Upload Section */}
<div className="bg-white rounded-lg border border-border p-6">
Expand Down
2 changes: 1 addition & 1 deletion src/app/settings/payment/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export default function PaymentSettingsPage() {
<Sidebar />
<div className="flex-1 flex flex-col">
<Header title="Payment Settings" subtitle="Manage rates and sharing ratios" info="This is a test info" />
<main className="flex-1 p-6">
<main className="flex-1 py-6 px-[30px]">
{/* Tab Navigation */}
<div className="mb-8">
<div className="flex gap-1">
Expand Down
4 changes: 2 additions & 2 deletions src/app/settings/project/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function ProjectSettingsPage() {
<Sidebar />
<div className="flex-1 flex flex-col">
<Header title="Project Settings" subtitle="Manage keywords and help categories" />
<main className="flex-1 p-6">
<main className="flex-1 py-6 px-[30px]">
<p className="text-muted-foreground">Select a project to manage its keywords and help categories.</p>
</main>
</div>
Expand All @@ -99,7 +99,7 @@ export default function ProjectSettingsPage() {
<Sidebar />
<div className="flex-1 flex flex-col overflow-hidden">
<Header title="Project Settings" subtitle="Manage keywords and help categories for your project" />
<main className="flex-1 p-6 overflow-y-auto">
<main className="flex-1 py-6 px-[30px] overflow-y-auto">
<div className="max-w-4xl space-y-8">
{/* Keywords / Topics */}
<Card className="border-border">
Expand Down
2 changes: 1 addition & 1 deletion src/app/slas/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default function SLADetailsPage({ params }: { params: Promise<{ id: strin
<div className="flex-1 flex flex-col overflow-hidden">
<Header title="SLA Details" subtitle="View and manage SLA configuration" />

<main className="flex-1 overflow-auto p-6">
<main className="flex-1 overflow-auto py-6 px-[30px]">
{/* Back navigation */}
<div className="mb-6">
<Link
Expand Down
2 changes: 1 addition & 1 deletion src/app/slas/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function SLAsPage() {
<Header title="Your SLAs" subtitle="Manage your Service Level Agreements" />

{/* Content */}
<main className="flex-1 p-6 overflow-y-auto">
<main className="flex-1 py-6 px-[30px] overflow-y-auto">
{/* Filter tabs */}
<div className="mb-6">
<div className="flex gap-1">
Expand Down
4 changes: 2 additions & 2 deletions src/app/support/chat/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export default function UserSupportChatPage() {

if (!hasSLA && !projectIdParam && !slugParam && !ticketIdParam) {
return (
<div className="max-w-3xl mx-auto px-6 py-12">
<div className="max-w-3xl mx-auto px-[30px] py-12">
<div className="bg-white rounded-lg p-8 shadow-sm border border-gray-200">
<h1 className="text-2xl font-semibold text-foreground mb-2">Missing project identifier</h1>
<p className="text-muted-foreground">
Expand All @@ -300,7 +300,7 @@ export default function UserSupportChatPage() {

if (ticketIdParam && !existingTicket?.id) {
return (
<div className="max-w-3xl mx-auto px-6 py-12">
<div className="max-w-3xl mx-auto px-[30px] py-12">
<div className="bg-white rounded-lg p-8 shadow-sm border border-gray-200">
<h1 className="text-2xl font-semibold text-foreground mb-2">Ticket not found</h1>
<p className="text-muted-foreground">
Expand Down
4 changes: 2 additions & 2 deletions src/app/support/get-support/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function GetSupportPage() {

if (!projectIdParam && !slugParam) {
return (
<div className="max-w-3xl mx-auto px-6 py-12">
<div className="max-w-3xl mx-auto px-[30px] py-12">
<div className="bg-white rounded-lg p-8 shadow-sm border border-gray-200">
<h1 className="text-2xl font-semibold text-[#444444] mb-2">Missing project identifier</h1>
<p className="text-[#868c98]">
Expand All @@ -61,7 +61,7 @@ export default function GetSupportPage() {
}

return (
<div className="max-w-7xl mx-auto px-6 py-12">
<div className="max-w-7xl mx-auto px-[30px] py-12">
<div className="flex items-center gap-4 mb-8">
<div className="relative">
<div className="w-20 h-20 bg-white rounded-lg shadow-sm flex items-center justify-center overflow-hidden">
Expand Down
4 changes: 2 additions & 2 deletions src/app/support/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default function SupportPage() {

if (!projectIdParam && !slugParam) {
return (
<div className="max-w-3xl mx-auto px-6 py-12">
<div className="max-w-3xl mx-auto px-[30px] py-12">
<div className="bg-white rounded-lg p-8 shadow-sm border border-gray-200">
<h1 className="text-2xl font-semibold text-[#444444] mb-2">Missing project identifier</h1>
<p className="text-[#868c98] mb-6">
Expand All @@ -126,7 +126,7 @@ export default function SupportPage() {
}

return (
<div className="max-w-7xl mx-auto px-6 py-12">
<div className="max-w-7xl mx-auto px-[30px] py-12">
<div className="flex items-center gap-4 mb-8">
<div className="relative">
<div className="w-20 h-20 bg-white rounded-lg shadow-sm flex items-center justify-center overflow-hidden">
Expand Down
2 changes: 1 addition & 1 deletion src/app/support/sla/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function SLAEntryPage() {
}

return (
<div className="max-w-7xl mx-auto px-6 py-12">
<div className="max-w-7xl mx-auto px-[30px] py-12">
<div className="flex items-center gap-4 mb-8">
<div className="relative">
<div className="w-20 h-20 bg-white rounded-lg shadow-sm flex items-center justify-center">
Expand Down
2 changes: 1 addition & 1 deletion src/app/support/tickets/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function SupportTicketsPage() {
subtitle="View and manage your support requests"
/>

<main className="flex-1 overflow-y-auto p-6">
<main className="flex-1 overflow-y-auto py-6 px-[30px]">
<div className="mb-6 flex items-center justify-between">
<p className="text-sm text-muted-foreground">
{isAuthenticated
Expand Down
2 changes: 1 addition & 1 deletion src/app/tickets/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default function TicketsPage() {
<div className="flex-1 flex flex-col overflow-hidden">
<Header title="Tickets" subtitle="Manage and track support tickets" />

<main className="flex-1 p-6 space-y-6 overflow-y-auto">
<main className="flex-1 py-6 px-[30px] space-y-6 overflow-y-auto">
{/* Stats Cards */}
<div className="grid grid-cols-4 gap-4">
<Card className="border-border/60 py-0 shadow-none">
Expand Down