AppFlowy/frontend/appflowy_tauri
Nathan.fooo e1c68c1b72
feat: Run Local AI model in AppFlowy (#5655)
* chore: load plugin

* chore: sidecar

* chore: fix test

* chore: clippy

* chore: save chat config

* chore: arc plugin

* chore: add plugins

* chore: clippy

* chore: test streaming

* chore: config chat

* chore: stream message

* chore: response with local ai

* chore: fix compile

* chore: config ui

* chore: fix load plugin

* chore: add docs

* chore: update docs

* chore: disable local ai

* chore: fix compile

* chore: clippy
2024-06-30 17:38:39 +08:00
..
.vscode Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
public feat: support new settings UI (#4874) 2024-03-12 16:58:17 +08:00
scripts chore: support publish tauri app (#4829) 2024-03-07 13:46:09 +08:00
src feat: support web document and cypress test (#5116) 2024-04-29 14:32:14 +08:00
src-tauri feat: Run Local AI model in AppFlowy (#5655) 2024-06-30 17:38:39 +08:00
style-dictionary feat: support web grid preview (#5353) 2024-05-17 18:23:29 +08:00
webdriver/selenium chore: config tauri web driver test (#1947) 2023-03-11 13:07:31 +08:00
.eslintignore Feat/tauri database effects (#1863) 2023-02-19 14:59:04 +08:00
.eslintrc.cjs chore: optimize the experience of the document (#4152) 2023-12-18 17:44:47 +08:00
.gitignore feat: support-OAuth-login (#4899) 2024-03-15 20:29:00 +08:00
.prettierignore Feat/appflowy tauri UI (#1835) 2023-02-10 16:26:14 +08:00
.prettierrc.cjs Feat/appflowy tauri UI (#1835) 2023-02-10 16:26:14 +08:00
index.html feat: new grid (#3167) 2023-09-11 10:27:56 +08:00
jest.config.cjs chore: optimize the experience of the document (#4152) 2023-12-18 17:44:47 +08:00
package.json feat: support custom scrollbar for document (#4936) 2024-03-21 21:12:37 +08:00
pnpm-lock.yaml feat: support custom scrollbar for document (#4936) 2024-03-21 21:12:37 +08:00
postcss.config.cjs Feat/appflowy tauri UI (#1835) 2023-02-10 16:26:14 +08:00
README.md Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
tailwind.config.cjs feat: new grid (#3167) 2023-09-11 10:27:56 +08:00
tsconfig.json chore: optimize the experience of the document (#4152) 2023-12-18 17:44:47 +08:00
tsconfig.node.json Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
vite.config.ts feat: support new settings UI (#4874) 2024-03-12 16:58:17 +08:00

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.