AppFlowy/frontend/appflowy_tauri
Askarbek Zadauly 6935653e15
chore: Edit Row changes (#2564)
* chore: checklist value and popup

* chore: properties side panel

* chore: reorganize checklist field

* chore: delete property promt

* chore: delete property reorganize

* fix: dnd bug of checklist field

* fix: whitespace on empty fields

* chore: new checklist item

* fix: duplicate view

* fix: named checklist bars

* chore: checklist padding

* fix: onclick

* chore: change to nullish coalescing operator

* chore: remove empty string from use translation

* fix: add missing translations

* chore: refactor select option and checklist field editors
2023-05-27 21:12:14 +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 chore: Edit Row changes (#2564) 2023-05-27 21:12:14 +08:00
src-tauri feat: created at and updated at field type (#2572) 2023-05-26 18:34:17 +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 fix: rectangular selection (#2480) 2023-05-12 08:24:24 +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 fix: rectangular selection (#2480) 2023-05-12 08:24:24 +08:00
pnpm-lock.yaml Refactor: delete unused crates (#2543) 2023-05-17 09:49:39 +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: checkbox block (#2413) 2023-05-03 11:18:25 +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.