lethdat c4244c1097 feat: update icon components to support filled state and improve upload page layout
- Refactored HardDriveUpload, Home, Layout, LinkIcon, Upload, and Video components to include a 'filled' prop for conditional rendering of SVGs.
- Enhanced the Upload.vue page with a more structured layout, including a PageHeader and improved button interactions for local and remote upload modes.
- Added visual feedback for upload tips and improved accessibility with better button labeling.
- Updated the upload queue display and added loading states for files being fetched from external sources.
2026-01-19 23:58:45 +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
2026-01-19 14:10:06 +07:00
2026-01-18 20:56:17 +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
2026-01-02 22:00:50 +07:00
2025-12-31 17:18: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 59 MiB
Languages
TypeScript 72.3%
Vue 27.3%
HTML 0.4%