This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "use client"; | |
| import * as React from "react"; | |
| import * as Popover from "@radix-ui/react-popover"; | |
| import { DayPicker, type DateRange } from "react-day-picker"; | |
| import { addDays, endOfDay, format, startOfDay } from "date-fns"; | |
| import { fromZonedTime, toZonedTime } from "date-fns-tz"; | |
| import { CalendarDays } from "lucide-react"; | |
| import { cn } from "../../lib/utils"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Admin PWA Finance Views: Payments, Payouts, Disputes | |
| This document defines the UI content for the Admin PWA finance module so design and frontend can implement consistent screens. | |
| Scope: | |
| - Payments view | |
| - Payouts view | |
| - Disputes view | |
| Primary users: |