Huakun Shen 80ad705f7c
Feature: clipboard history extension (#35)
* 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
2024-12-19 09:31:56 -05:00
..
2024-11-03 13:54:44 -05:00
2024-11-11 17:15:42 -05:00
2024-11-03 13:54:44 -05:00
2024-11-11 17:15:42 -05:00
2024-11-15 17:39:01 -05:00
2024-11-07 12:26:06 -05:00
2024-11-11 17:15:42 -05:00

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