{row.name}
-- {row.prefix}… -
-- {row.lastUsedAt - ? `Last used ${new Date(row.lastUsedAt).toLocaleString()}` - : "Never used"} - {row.expiresAt - ? ` · expires ${new Date(row.expiresAt).toLocaleDateString()}` - : ""} -
-- Renews{" "} - {new Date(active.currentPeriodEnd).toLocaleDateString( - undefined, - { dateStyle: "long" }, - )} -
- )} -
- Defined in{" "}
- packages/billing/src/plans.ts.
- Polar product IDs come from .env.
-
POLAR_PRODUCT_ID_PRO (and
- optionally{" "}
- POLAR_PRODUCT_ID_TEAM) to your{" "}
- .env with the product IDs from{" "}
-
- sandbox.polar.sh
-
- , then restart pnpm dev.
-
- {isMobile ? "Mobile" : "Desktop"}
- {s.current && (
-
- {s.ipAddress ?? "—"} ·{" "} - {new Date(s.createdAt).toLocaleString()} -
-Delete account
-- Wipes your user, organizations you own, and all data. -
-{s.url}
-- {s.events.length === 0 - ? "all events" - : s.events.join(", ")} - {s.lastDeliveryAt - ? ` · last delivery ${new Date(s.lastDeliveryAt).toLocaleString()}` - : " · never delivered"} - {s.failureCount > 0 - ? ` · ${s.failureCount} failure${s.failureCount === 1 ? "" : "s"}` - : ""} -
-{d.event}
-- {statusBadge(d.status)} · attempts {d.attempts} - {d.responseCode ? ` · HTTP ${d.responseCode}` : ""} - {d.deliveredAt - ? ` · delivered ${new Date(d.deliveredAt).toLocaleString()}` - : ""} -
-{row.name}
++ {row.prefix}… +
++ {row.lastUsedAt + ? `Last used ${new Date(row.lastUsedAt).toLocaleString()}` + : "Never used"} + {row.expiresAt + ? ` · expires ${new Date(row.expiresAt).toLocaleDateString()}` + : ""} +
++ Renews{" "} + {new Date(active.currentPeriodEnd).toLocaleDateString( + undefined, + { dateStyle: "long" }, + )} +
+ )} +
+ Defined in{" "}
+ packages/billing/src/plans.ts.
+ Polar product IDs come from .env.
+
POLAR_PRODUCT_ID_PRO (and
+ optionally{" "}
+ POLAR_PRODUCT_ID_TEAM) to your{" "}
+ .env with the product IDs from{" "}
+
+ sandbox.polar.sh
+
+ , then restart pnpm dev.
+ Delete account
++ Wipes your user, organizations you own, and all data. +
+
+ {isMobile ? "Mobile" : "Desktop"}
+ {s.current && (
+
+ {s.ipAddress ?? "—"} ·{" "} + {new Date(s.createdAt).toLocaleString()} +
+{s.url}
++ {s.events.length === 0 + ? "all events" + : s.events.join(", ")} + {s.lastDeliveryAt + ? ` · last delivery ${new Date(s.lastDeliveryAt).toLocaleString()}` + : " · never delivered"} + {s.failureCount > 0 + ? ` · ${s.failureCount} failure${s.failureCount === 1 ? "" : "s"}` + : ""} +
+{d.event}
++ {statusBadge(d.status)} · attempts {d.attempts} + {d.responseCode ? ` · HTTP ${d.responseCode}` : ""} + {d.deliveredAt + ? ` · delivered ${new Date(d.deliveredAt).toLocaleString()}` + : ""} +
+