AppFlowy/frontend/appflowy_tauri
Nathan.fooo 61fd608200
Feat/view map database (#1885)
* refactor: rename structs

* chore: read database id from view

* chore: fix open database error because of create a database view for database id

* chore: fix tests

* chore: rename datbase id to view id in flutter

* refactor: move grid and board to database view folder

* refactor: rename functions

* refactor: move calender to datbase view folder

* refactor: rename app_flowy to appflowy_flutter

* chore: reanming

* chore: fix freeze gen

* chore: remove todos

* refactor: view process events

* chore: add link database test

* chore: just open view if there is opened database
2023-02-26 16:27:17 +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/database view (#1875) 2023-02-21 15:47:51 +08:00
src-tauri Feat/database view (#1875) 2023-02-21 15:47:51 +08:00
test Feat/tauri database effects (#1863) 2023-02-19 14:59:04 +08:00
.eslintignore Feat/tauri database effects (#1863) 2023-02-19 14:59:04 +08:00
.eslintrc.cjs Feat/tauri database effects (#1863) 2023-02-19 14:59:04 +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
jest.config.cjs Feat/tauri database effects (#1863) 2023-02-19 14:59:04 +08:00
package.json Feat/tauri database effects (#1863) 2023-02-19 14:59:04 +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/appflowy tauri UI (#1835) 2023-02-10 16:26:14 +08:00
tsconfig.json Feat/appflowy tauri UI (#1835) 2023-02-10 16:26:14 +08:00
tsconfig.node.json Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
vite.config.ts Feat/view map database (#1885) 2023-02-26 16:27:17 +08:00

Tauri + React + Typescript

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