lethdat cd9aab8979 feat(settings): add Billing, Danger Zone, Domains DNS, Notification, Player, and Security settings pages
- Implemented Billing page with wallet balance, current plan, usage stats, available plans, and payment history.
- Created Danger Zone page for account deletion and data clearing actions with confirmation prompts.
- Developed Domains DNS page for managing whitelisted domains for iframe embedding, including add and remove functionality.
- Added Notification Settings page to configure email, push, marketing, and Telegram notifications.
- Introduced Player Settings page to customize video player behavior such as autoplay, loop, and controls visibility.
- Established Security and Connected Accounts page for managing user profile, two-factor authentication, and connected accounts.
2026-03-01 22:49:30 +07:00
2025-12-31 17:18:50 +07:00
2025-12-31 01:09:34 +07:00
2026-01-02 22:00:50 +07:00
2025-12-31 17:18:50 +07:00
2026-01-18 20:56:17 +07:00
2025-12-31 01:09:34 +07:00
2026-01-02 22:00:50 +07:00
2026-01-02 22:00:50 +07:00

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
No description provided
Readme 58 MiB
Languages
TypeScript 72.3%
Vue 27.3%
HTML 0.4%