Feature: clipboard history extension (#35)
Some checks failed
CI / build-test (macos-14) (push) Has been cancelled
CI / build-test (ubuntu-24.04) (push) Has been cancelled
CI / build-test (windows-latest) (push) Has been cancelled

* 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
This commit is contained in:
Huakun Shen 2024-12-19 09:31:56 -05:00 committed by GitHub
parent 99b940b03b
commit 80ad705f7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 2423 additions and 1263 deletions

View file

@ -1,7 +1,7 @@
import animate from "tailwindcss-animate"
/** @type {import('tailwindcss').Config} */
module.exports = {
export default {
darkMode: ["class"],
safelist: ["dark"],
prefix: "",