mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 01:55:41 +00:00
booking flow,summtion, approval, contract, mock payemnt and integration to back office, and also add permissions
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Package, Search } from "lucide-react";
|
||||
import { Button } from "@edr/ui-common";
|
||||
import { bookingSurface } from "./booking-ui.styles";
|
||||
import { bookingGlass, bookingSurface } from "./booking-ui.styles";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
interface BookingTableEmptyProps {
|
||||
isError?: boolean;
|
||||
@@ -15,7 +16,12 @@ export function BookingTableEmpty({
|
||||
}: BookingTableEmptyProps) {
|
||||
return (
|
||||
<div className={bookingSurface.emptyState}>
|
||||
<div className="flex size-14 items-center justify-center rounded-2xl bg-muted text-muted-foreground">
|
||||
<div
|
||||
className={cn(
|
||||
"flex size-14 items-center justify-center rounded-2xl text-muted-foreground",
|
||||
bookingGlass.iconWellGreen,
|
||||
)}
|
||||
>
|
||||
{hasSearch ? <Search className="size-6" /> : <Package className="size-6" />}
|
||||
</div>
|
||||
<div className="max-w-sm space-y-1">
|
||||
|
||||
Reference in New Issue
Block a user