AppFlowy/frontend/appflowy_tauri
Zack 1c84ee1d53
feat: integrate appflowy-cloud (#3359)
* feat: draft: code dependency

* chore: update ref

* feat: signup using client_api

* feat: support auto sign_in after sign_up if already confirmed(WIP)

* chore: update collab commit id

* chore: fix compile errors

* chore: user AFServer trait to provide optional service

* chore: refactor workspace

* chore: disable aws config

* chore: return ws connect

* chore: update collab rev

* chore: fmt and clippy

* chore: fix test

* chore: update chrono version

* chore: add script to update the collab crates commit id

* chore: update

---------

Co-authored-by: nathan <nathan@appflowy.io>
2023-09-17 17:14:34 +08:00
..
.vscode Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
public Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
scripts/i18n feat: support navigator and trash page 2023-07-14 20:33:22 +08:00
src feat: support incremental updates for textblock's delta. (#3216) 2023-09-12 20:49:03 +08:00
src-tauri feat: integrate appflowy-cloud (#3359) 2023-09-17 17:14:34 +08:00
style-dictionary feat: support navigator and trash page 2023-07-14 20:33:22 +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 Support document multiple instance and change doc_id from String to &str (#2808) 2023-06-17 14:25:30 +08:00
.gitignore feat: support incremental updates for textblock's delta. (#3216) 2023-09-12 20:49:03 +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 feat: support incremental updates for textblock's delta. (#3216) 2023-09-12 20:49:03 +08:00
package.json feat: support incremental updates for textblock's delta. (#3216) 2023-09-12 20:49:03 +08:00
pnpm-lock.yaml feat: support incremental updates for textblock's delta. (#3216) 2023-09-12 20:49:03 +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 feat: support incremental updates for textblock's delta. (#3216) 2023-09-12 20:49:03 +08:00
tsconfig.node.json Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
vite.config.ts feat: new grid (#3167) 2023-09-11 10:27:56 +08:00

Tauri + React + Typescript

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