develop-updateui #1

Merged
lethdat merged 78 commits from develop-updateui into master 2026-04-02 05:59:23 +00:00
Showing only changes of commit d6183d208e - Show all commits

View File

@@ -152,6 +152,7 @@ Cloudflare Worker bindings (configured in `wrangler.jsonc`):
- Always use `customFetch` from `@httpClientAdapter` for API calls, never raw fetch - Always use `customFetch` from `@httpClientAdapter` for API calls, never raw fetch
- The `honoContext` is provided to Vue app for accessing request context in components - The `honoContext` is provided to Vue app for accessing request context in components
- MQTT client in `src/lib/liteMqtt.ts` handles real-time notifications - MQTT client in `src/lib/liteMqtt.ts` (using `TinyMqttClient`) handles real-time notifications
- Icons are custom Vue components in `src/components/icons/` - Icons are custom Vue components in `src/components/icons/`
- Upload indicator is a global component showing queue status - Upload indicator is a global component showing queue status
- **Testing & Linting**: There are currently no automated test suites (like Vitest) or linting tools (like ESLint/Prettier) configured.