AppFlowy/frontend/appflowy_tauri/src/appflowy_app
Richard Shiue 4e6643eca8
refactor: order object position and field service (#4118)
* refactor: create OrderObjectPositionPB

* refactor: use ObjectOrderPosition for creating rows

* refactor: field backend service

* refactor: use field_id for reordering fields

* style: reorder dependencies

* fix: changes on tauri

* feat: insert row above

* chore: don't pass group_id while duplicating a row
2023-12-11 11:19:20 +08:00
..
@types feat: support i18n in typescript (#2948) 2023-07-12 11:54:50 +08:00
assets feat: support all fields type and filters in grid of tauri 2023-12-04 10:33:31 +08:00
components refactor: order object position and field service (#4118) 2023-12-11 11:19:20 +08:00
constants fix: support inserting grid block in editor (#3875) 2023-11-08 14:13:17 +08:00
hooks fix: adjusting sort UI and support filter and settings (#3971) 2023-11-23 15:57:08 +08:00
i18n feat: support modified cell in modal (#3948) 2023-11-17 10:56:25 +08:00
interfaces fix: support inserting grid block in editor (#3875) 2023-11-08 14:13:17 +08:00
stores refactor: order object position and field service (#4118) 2023-12-11 11:19:20 +08:00
utils fix: support inserting grid block in editor (#3875) 2023-11-08 14:13:17 +08:00
views fix: adjusting sort UI and support filter and settings (#3971) 2023-11-23 15:57:08 +08:00
App.tsx feat: support i18n in typescript (#2948) 2023-07-12 11:54:50 +08:00
AppMain.hooks.ts feat: support updating the view name and icon through document (#3099) 2023-08-04 19:27:14 +08:00
AppMain.tsx feat: new grid (#3167) 2023-09-11 10:27:56 +08:00
vite-env.d.ts feat: new grid (#3167) 2023-09-11 10:27:56 +08:00