AppFlowy/frontend/appflowy_tauri
Nathan.fooo edc7933c66
feat: support pg storage (#2935)
* refactor: using tokio-postgres

* chore: update

* chore: update env

* chore: update

* chore: upgrade supabase and add logout button

* refactor: update

* chore: update

* refactor: using message queue to handle the pg connection

* refactor: move test

* refactor: update sql

* chore: create pg database when user login

* chore: update scheme

* chore: generic user service

* chore: update

* chore: create statistics

* chore: create snapshot

* chore: add test

* chore: add database cloud service

* chore: add document cloud service

* chore: update interface

* test: add document test

* refactor: document interface

* chore: fix test

* chore: update

* chore: update test

* test: add test

* test: add test

* test: add test

* chore: update collab rev

* fix: flutter analyzer

* chore: update

* chore: update

* chore: update

* fix: tests

* chore: update

* chore: update collab rev

* ci: rust fmt

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-07-05 20:57:09 +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
src feat: support image block (#2912) 2023-07-03 10:04:40 +08:00
src-tauri feat: support pg storage (#2935) 2023-07-05 20:57:09 +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 CI: Appflowy tauri ci (#1851) 2023-02-13 19:24:16 +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/tauri (#1716) 2023-01-17 16:27:17 +08:00
package.json feat: support text equation (#2876) 2023-06-27 10:44:06 +08:00
pnpm-lock.yaml feat: support text equation (#2876) 2023-06-27 10:44:06 +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 Refactor text block delta and across block selection (#2671) 2023-06-02 10:05:38 +08:00
tsconfig.json feat: Support heading block (#2376) 2023-05-01 15:40:56 +08:00
tsconfig.node.json Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
vite.config.ts feat: Support heading block (#2376) 2023-05-01 15:40:56 +08:00

Tauri + React + Typescript

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