5350f421f94fa3f8d3b7957d6e6081a1d3931cf2
- Refactored BillingTopupDialog.vue to use localized strings for titles, subtitles, and labels. - Modified PaymentHistory.tsx to use conditional rendering for item details. - Enhanced PlanSelection.tsx with better prop handling and improved UI responsiveness. - Removed UpgradeDialog.vue and replaced it with a new UpgradePlan.tsx component for better structure and functionality. - Added logic to handle payment methods and top-up amounts in UpgradePlan.tsx. - Improved overall code readability and maintainability across billing components.
npm install
npm run dev
npm run deploy
For generating/synchronizing types based on your Worker configuration run:
npm run cf-typegen
Pass the CloudflareBindings as generics when instantiation Hono:
// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>()
Description
Languages
TypeScript
72.3%
Vue
27.3%
HTML
0.4%