Skip to content

Commit

Permalink
feat: remove tantivy
Browse files Browse the repository at this point in the history
  • Loading branch information
Discreater committed Nov 9, 2023
1 parent 4d58665 commit 65b42f0
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 692 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ jobs:
run: pnpm install
- name: Build web
run: pnpm build
- name: Check code format
run: |
cd src-tauri
cargo fmt -- --check
- name: Lint rust sources
run: |
cd src-tauri
cargo clippy --all-targets --all-features --tests --benches -- -D warnings
- name: Build tauri client
run: |
pnpm tauri build
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
## FIXME
- [x] Need to consider loading time, pause local player when loading. (Preload?)
- Renew the progress after track loaded.
- [x] Reduce the frequency of rebuilding the tantivy index.
- [ ] Refactor client player (init status, error handle, etc.)

## Tech Stack
Expand Down
Loading

0 comments on commit 65b42f0

Please sign in to comment.