implement fe with backend

This commit is contained in:
2026-08-02 01:25:17 +05:30
parent 3c5b476635
commit 266a2a2c14
38 changed files with 5229 additions and 32 deletions
@@ -29,9 +29,9 @@ const statusStyles: Record<Order["status"], string> = {
}
// Use a fixed locale to avoid hydration mismatches between server and client
const currency = new Intl.NumberFormat("en-US", {
const currency = new Intl.NumberFormat("en-LK", {
style: "currency",
currency: "USD",
currency: "LKR",
})
const columns: DataTableColumn<Order>[] = [