AppFlowy/frontend/appflowy_tauri
Nathan.fooo 7106195d8a
Feat/calendar with backend data (#1930)
* chore: enable calendar view

* chore: update database group listener

* refactor: remove board data controller

* refactor: remove group backend service

* refactor: remove calendar controller

* chore: create default calendar setting

* chore: send calednar setting notifications

* refactor: rename the card in kanban board, prepare to reuse in calendar

* refactor: support custom card cell

* chore: return calendar events

* refactor: remove groupId in card, make card more generic

* chore: display cell

* chore: display three cards in calendar

* chore: create calendar card

* refactor: create row with data

* chore: support create event

* ci: fix tauri build

* chore: disable create calendar
2023-03-08 21:19:44 +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/calendar with backend data (#1930) 2023-03-08 21:19:44 +08:00
src-tauri Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +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: integrate database controller (tauri) 2023-03-08 10:59:52 +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 2 (#1902) 2023-02-28 22:42:41 +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.