feat: add support to freight portal

This commit is contained in:
Nathnael
2026-07-17 11:00:17 +00:00
parent f278756d76
commit e862a228d4
6 changed files with 492 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ import {
import { type CSSProperties, Fragment, type ReactNode, useState } from "react";
import { PROFILE_TYPE_LABELS } from "@/constants/profileMode";
import NotificationBellContainer from "@/features/notifications/NotificationBellContainer";
import SupportWidget from "@/features/support/SupportWidget";
export interface SidebarItem {
label: string;
@@ -781,6 +782,9 @@ export function AppLayout({
{children}
</AppShell.Main>
{/* Floating customer-support chat launcher. */}
<SupportWidget />
{/* Create-profile modal — opens when switching to a mode the company
doesn't have a profile for yet. */}
<Modal