AppFlowy/frontend/appflowy_tauri
Nathan.fooo 5b07656295
Feat/database view (#1765)
* chore: rename flowy-database to flowy-sqlite

* refactor: rename flowy-grid to flowy-database

* refactor: rename grid to database

* refactor: rename GridEvent to DatabaseEvent

* refactor: rename grid_id to database_id

* refactor: rename dart code
2023-01-31 08:28:31 +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 (#1765) 2023-01-31 08:28:31 +08:00
src-tauri Feat/database view (#1765) 2023-01-31 08:28:31 +08:00
.gitignore refactor: tauri folder (#1738) 2023-01-24 14:01:30 +08:00
index.html Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
package.json Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
README.md Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
tsconfig.json Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
tsconfig.node.json Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
vite.config.ts Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00

Tauri + React + Typescript

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