mirror of https://github.com/jetkvm/kvm.git
This merge integrates the latest dev branch changes while preserving all audio support functionality. Key changes include: - Network stack refactoring: migrated from internal/network to pkg/nmlite - New NetworkManager architecture with jetdhcpc client - Function-based config pattern to avoid shared pointer bugs - Updated UI components for network settings - GitHub workflow and PR templates - config.go: Retained AudioOutputSource field in Config struct - config.go: Kept Audio: true in defaultUsbDevices - config.go: Set AudioOutputSource: "usb" as default - config.go: Adopted dev's types.NetworkConfig import path - config.go: Adopted dev's function-based getDefaultConfig() pattern 1. config.go Config struct: Combined audio fields with dev's network refactoring 2. config.go default config: Adopted dev's function-based pattern while preserving audio defaults 3. ui/src/utils/jsonrpc.ts: Fixed unused error variable in catch block All linters pass with 0 errors and 0 warnings. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .env.cloud-development | ||
| .env.cloud-production | ||
| .env.cloud-staging | ||
| .gitignore | ||
| .prettierrc | ||
| dev_device.sh | ||
| eslint.config.cjs | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite-env.d.ts | ||
| vite.config.ts | ||