mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 22:56:41 +00:00

* feat: implement clipboard history preview * feat: clipboard history pagination * refactor: format code * fix: sql schema * feat: add json metadata to unit test * upgrade: js dependencies * upgrade: desktop rust dependencies * fix: clipboard history duplicate key bug when searchTerm clears * upgrade: tauri-plugin-network submodule solve pnpm lock file * fix: grpc package CI * chore: update turbo.json outputs to include dist and build directories * fix: try to fix template-ext-vue tailwind module.export * ci: prevent error when protoc is not installed in CF pages * fix: update writeFile function to accept ReadableStream as data type
Kunkun Desktop App
Rules
- Keep all components as modular as possible
- Don't use global store directly in components, pass them through context or props instead
- The components may be exported as a package and used by other projects such as docs, extension