2026-04-29 14:15:25 +02:00
|
|
|
'use client';
|
|
|
|
|
|
|
|
|
|
import Link from 'next/link';
|
|
|
|
|
import { usePathname } from 'next/navigation';
|
|
|
|
|
import {
|
fix(audit): MEDIUMs sweep — mobile More-sheet, portal profile, inline override, dialog UX, ext-EOI gate
R2-M11: mobile More-sheet missing 4 destinations. Added Reservations,
Notifications, Residential, Website analytics — anyone using mobile
chrome to triage on the go can now reach those domains.
R2-M12: portal had no profile / change-password surface. New
/portal/profile page with read-only contact details + a
ChangePasswordForm component, backed by a new POST
/api/portal/auth/change-password endpoint and
changePortalPassword() service function. Audits both ok and failure
cases at warning severity. Added Profile to PortalNav.
R2-M1: portal dashboard "My Memberships" tile had no href and no
/portal/memberships route — dead-end on tap. Hidden until a
memberships page ships; the count remains in the underlying data.
R2-M7: InlineStagePicker never sent override:true so users with
interests.override_stage couldn't actually use the perm from the
inline chip — they had to fall back to the modal picker. Now the
picker auto-detects when a transition isn't legal AND the user has
override_stage, sets override:true, and supplies a default reason.
Frontend M2: hard-delete-dialog confirm stage now has a "Send a new
code" link in case the original expired before the user could enter
it. Avoids forcing a full Cancel + reopen.
Frontend M4: audit-log-list date-range validation. From > To now
shows an inline error and skips the request rather than firing an
empty-range query that surfaces "no entries found".
R2-M6: external-EOI route now requires interests.edit AND
documents.upload_signed (defense-in-depth) — uploading a signed EOI
mutates interest state, so the upload-signed perm alone shouldn't
let a custom role flip an interest.
1175/1175 vitest passing.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-06 22:38:59 +02:00
|
|
|
Anchor,
|
2026-05-03 16:15:37 +02:00
|
|
|
BarChart3,
|
2026-04-29 14:15:25 +02:00
|
|
|
Bookmark,
|
2026-05-03 16:15:37 +02:00
|
|
|
Building2,
|
2026-05-12 14:50:58 +02:00
|
|
|
FileSignature,
|
fix(audit): MEDIUMs sweep — mobile More-sheet, portal profile, inline override, dialog UX, ext-EOI gate
R2-M11: mobile More-sheet missing 4 destinations. Added Reservations,
Notifications, Residential, Website analytics — anyone using mobile
chrome to triage on the go can now reach those domains.
R2-M12: portal had no profile / change-password surface. New
/portal/profile page with read-only contact details + a
ChangePasswordForm component, backed by a new POST
/api/portal/auth/change-password endpoint and
changePortalPassword() service function. Audits both ok and failure
cases at warning severity. Added Profile to PortalNav.
R2-M1: portal dashboard "My Memberships" tile had no href and no
/portal/memberships route — dead-end on tap. Hidden until a
memberships page ships; the count remains in the underlying data.
R2-M7: InlineStagePicker never sent override:true so users with
interests.override_stage couldn't actually use the perm from the
inline chip — they had to fall back to the modal picker. Now the
picker auto-detects when a transition isn't legal AND the user has
override_stage, sets override:true, and supplies a default reason.
Frontend M2: hard-delete-dialog confirm stage now has a "Send a new
code" link in case the original expired before the user could enter
it. Avoids forcing a full Cancel + reopen.
Frontend M4: audit-log-list date-range validation. From > To now
shows an inline error and skips the request rather than firing an
empty-range query that surfaces "no entries found".
R2-M6: external-EOI route now requires interests.edit AND
documents.upload_signed (defense-in-depth) — uploading a signed EOI
mutates interest state, so the upload-signed perm alone shouldn't
let a custom role flip an interest.
1175/1175 vitest passing.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-06 22:38:59 +02:00
|
|
|
Globe,
|
|
|
|
|
Home,
|
2026-05-12 14:50:58 +02:00
|
|
|
Inbox,
|
2026-05-03 16:15:37 +02:00
|
|
|
Receipt,
|
2026-04-29 14:15:25 +02:00
|
|
|
Settings,
|
|
|
|
|
Shield,
|
2026-05-03 16:15:37 +02:00
|
|
|
Ship,
|
2026-04-29 14:15:25 +02:00
|
|
|
} from 'lucide-react';
|
|
|
|
|
|
2026-05-12 14:50:58 +02:00
|
|
|
import { useQuery } from '@tanstack/react-query';
|
|
|
|
|
|
2026-04-29 14:15:25 +02:00
|
|
|
import {
|
|
|
|
|
Drawer,
|
|
|
|
|
DrawerContent,
|
|
|
|
|
DrawerHeader,
|
|
|
|
|
DrawerTitle,
|
|
|
|
|
DrawerClose,
|
|
|
|
|
} from '@/components/shared/drawer';
|
2026-05-09 04:11:01 +02:00
|
|
|
import { useUmamiActive } from '@/components/website-analytics/use-website-analytics';
|
2026-05-12 14:50:58 +02:00
|
|
|
import { apiFetch } from '@/lib/api/client';
|
2026-04-29 14:15:25 +02:00
|
|
|
|
|
|
|
|
type MoreItem = {
|
|
|
|
|
label: string;
|
|
|
|
|
icon: typeof Building2;
|
|
|
|
|
segment: string;
|
|
|
|
|
};
|
|
|
|
|
|
2026-05-12 14:50:58 +02:00
|
|
|
type MoreGroup = {
|
|
|
|
|
label: string;
|
|
|
|
|
items: MoreItem[];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
// Logical grouping (vs alphabetical or frequency-ranked): keeps a stable
|
|
|
|
|
// spatial layout — reps' muscle memory survives — while making the
|
|
|
|
|
// "kind of thing" each tile is explicit. Three sections:
|
|
|
|
|
// - Records: entity lists (people, vessels, properties)
|
|
|
|
|
// - Operations: daily-use action surfaces
|
|
|
|
|
// - Configuration: port-level setup, hidden from most reps
|
2026-05-09 04:11:01 +02:00
|
|
|
//
|
2026-05-12 14:50:58 +02:00
|
|
|
// Interests stays here (not bottom nav) to dodge the Clients-vs-
|
|
|
|
|
// Interests UX confusion. Inbox replaces the previously-separate
|
|
|
|
|
// Alerts + Reminders entries (merged 2026-05-11). Website analytics
|
|
|
|
|
// and Reservations are filtered out below when not applicable.
|
|
|
|
|
const MORE_GROUPS: MoreGroup[] = [
|
|
|
|
|
{
|
|
|
|
|
label: 'Records',
|
|
|
|
|
items: [
|
|
|
|
|
{ label: 'Documents', icon: FileSignature, segment: 'documents' },
|
|
|
|
|
{ label: 'Interests', icon: Bookmark, segment: 'interests' },
|
|
|
|
|
{ label: 'Yachts', icon: Ship, segment: 'yachts' },
|
|
|
|
|
{ label: 'Companies', icon: Building2, segment: 'companies' },
|
|
|
|
|
{ label: 'Residential', icon: Home, segment: 'residential/clients' },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: 'Operations',
|
|
|
|
|
items: [
|
|
|
|
|
{ label: 'Alerts & Reminders', icon: Inbox, segment: 'inbox' },
|
|
|
|
|
{ label: 'Expenses', icon: Receipt, segment: 'expenses' },
|
|
|
|
|
{ label: 'Reservations', icon: Anchor, segment: 'berth-reservations' },
|
|
|
|
|
{ label: 'Reports', icon: BarChart3, segment: 'reports' },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: 'Configuration',
|
|
|
|
|
items: [
|
|
|
|
|
{ label: 'Website analytics', icon: Globe, segment: 'website-analytics' },
|
|
|
|
|
{ label: 'Settings', icon: Settings, segment: 'settings' },
|
|
|
|
|
{ label: 'Admin', icon: Shield, segment: 'admin' },
|
|
|
|
|
],
|
|
|
|
|
},
|
2026-04-29 14:15:25 +02:00
|
|
|
];
|
|
|
|
|
|
|
|
|
|
export function MoreSheet({
|
|
|
|
|
open,
|
|
|
|
|
onOpenChange,
|
|
|
|
|
}: {
|
|
|
|
|
open: boolean;
|
|
|
|
|
onOpenChange: (next: boolean) => void;
|
|
|
|
|
}) {
|
|
|
|
|
const pathname = usePathname();
|
|
|
|
|
const portSlug = pathname.split('/').filter(Boolean)[0] ?? 'port-nimara';
|
|
|
|
|
|
2026-05-09 04:11:01 +02:00
|
|
|
// Hide "Website analytics" if Umami isn't wired up for this port — the
|
|
|
|
|
// dedicated tile on the dashboard already does the same.
|
|
|
|
|
const umami = useUmamiActive('today');
|
2026-05-12 14:50:58 +02:00
|
|
|
const umamiConfigured = !umami.isLoading && umami.data?.notConfigured !== true;
|
|
|
|
|
|
|
|
|
|
// Hide "Reservations" until at least one exists for this port — until the
|
|
|
|
|
// marina has confirmed bookings, the page is empty and surfaces nothing
|
|
|
|
|
// useful. Cheap count via pageSize=1; cached 5 min so opening the sheet
|
|
|
|
|
// repeatedly doesn't refetch.
|
|
|
|
|
const reservations = useQuery<{ pagination?: { total: number } }>({
|
|
|
|
|
queryKey: ['berth-reservations', 'sheet-count'],
|
|
|
|
|
queryFn: () => apiFetch('/api/v1/berth-reservations?pageSize=1'),
|
|
|
|
|
staleTime: 5 * 60_000,
|
|
|
|
|
enabled: open,
|
|
|
|
|
});
|
|
|
|
|
const hasReservations =
|
|
|
|
|
!reservations.isLoading && (reservations.data?.pagination?.total ?? 0) > 0;
|
|
|
|
|
|
|
|
|
|
// Per-group filter: keep only the items relevant to this port's state.
|
|
|
|
|
const groups = MORE_GROUPS.map((g) => ({
|
|
|
|
|
...g,
|
|
|
|
|
items: g.items.filter((item) => {
|
|
|
|
|
if (item.segment === 'website-analytics') return umamiConfigured;
|
|
|
|
|
if (item.segment === 'berth-reservations') return hasReservations;
|
|
|
|
|
return true;
|
|
|
|
|
}),
|
|
|
|
|
})).filter((g) => g.items.length > 0);
|
2026-05-09 04:11:01 +02:00
|
|
|
|
2026-04-29 14:15:25 +02:00
|
|
|
return (
|
|
|
|
|
<Drawer open={open} onOpenChange={onOpenChange}>
|
|
|
|
|
<DrawerContent>
|
|
|
|
|
<DrawerHeader>
|
|
|
|
|
<DrawerTitle>More</DrawerTitle>
|
|
|
|
|
</DrawerHeader>
|
2026-05-12 14:50:58 +02:00
|
|
|
<div className="space-y-4 px-3 pb-4">
|
|
|
|
|
{groups.map((group) => (
|
|
|
|
|
<section key={group.label}>
|
|
|
|
|
<h3 className="mb-1.5 px-1 text-[11px] font-semibold uppercase tracking-wide text-muted-foreground">
|
|
|
|
|
{group.label}
|
|
|
|
|
</h3>
|
|
|
|
|
<ul className="grid grid-cols-3 gap-2">
|
|
|
|
|
{group.items.map((item) => {
|
|
|
|
|
const Icon = item.icon;
|
|
|
|
|
return (
|
|
|
|
|
<li key={item.segment}>
|
|
|
|
|
<DrawerClose asChild>
|
|
|
|
|
<Link
|
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
|
|
|
href={`/${portSlug}/${item.segment}` as any}
|
|
|
|
|
// min-h-[88px] guarantees a 44pt vertical touch
|
|
|
|
|
// target (Apple HIG); icon + label centered.
|
|
|
|
|
className="flex min-h-[88px] flex-col items-center justify-center gap-1.5 rounded-md py-3 px-2 text-center text-xs text-foreground hover:bg-accent active:bg-accent/80"
|
|
|
|
|
>
|
|
|
|
|
<Icon className="size-7 text-muted-foreground" aria-hidden />
|
|
|
|
|
<span className="font-medium leading-tight">{item.label}</span>
|
|
|
|
|
</Link>
|
|
|
|
|
</DrawerClose>
|
|
|
|
|
</li>
|
|
|
|
|
);
|
|
|
|
|
})}
|
|
|
|
|
</ul>
|
|
|
|
|
</section>
|
|
|
|
|
))}
|
|
|
|
|
</div>
|
2026-04-29 14:15:25 +02:00
|
|
|
</DrawerContent>
|
|
|
|
|
</Drawer>
|
|
|
|
|
);
|
|
|
|
|
}
|