AppFlowy/frontend/appflowy_tauri
Lucas.Xu 60acf8c889
feat: collab cursor/selection (#4983)
* feat: support collab selection

* feat: collab cusro/selection

* chore: add metadata field

* feat: support displaying user name above cursor

* fix: emit error

* feat: support displaying collaborators

* feat: sync collaborator

* fix: collab doc issues

* chore: update deps

* feat: refactor device id

* chore: enable share button

* chore: update collab a816214

* fix: clippy lint

* chore: use extension type instead class function

* feat: add clear recent views button in debug mode

* chore: support clear recent views

* feat: support saving the last opened workspace

* chore: update collab
2024-03-28 17:46:31 +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 Revert "feat: folder search mvp (#4665)" (#4962) 2024-03-22 15:15:38 +08:00
src-tauri feat: collab cursor/selection (#4983) 2024-03-28 17:46:31 +08:00
style-dictionary feat: support custom scrollbar for document (#4936) 2024-03-21 21:12:37 +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.