AppFlowy/frontend/appflowy_flutter/lib/plugins/database/application
Richard Shiue a490f34a61
feat: add kanban shortcuts (#5270)
* feat: add kanban shortcuts

* feat: new ux for creating new kanban cards

* chore: fix tests

* fix: open card after creation in mobile board

* chore: adjust code style according to launch review

* chore: update frontend/appflowy_flutter/test/bloc_test/board_test/create_card_test.dart

Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>

* chore: more review

* chore: implement move card to adjacent group

* chore: reset focus upon card drag start

* feat: N to start creating a row from bottom

* fix: text card update

* feat: shift + enter to create a new card after currently focused card

* fix: row detail title

* feat: shift + cmd + up to create card above

* fix: double dispose and code cleanup

* chore: code cleanup

* fix: widget rebuilds

* fix: build

* chore: update frontend/appflowy_flutter/lib/mobile/presentation/database/board/mobile_board_page.dart

Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>

* fix: ontapoutside for cards being edited

* fix: correct integration test

* fix: always build

* chore: code cleanup

* fix: mobile build and bugs

* fix: widget rebuilds

* fix: code cleanup and fix mobile open

* fix: disallow dragging when editing

---------

Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2024-05-10 10:02:10 +08:00
..
calculations feat: generic calculations (#4794) 2024-03-05 19:16:56 +01:00
cell feat: add kanban shortcuts (#5270) 2024-05-10 10:02:10 +08:00
field feat: add kanban shortcuts (#5270) 2024-05-10 10:02:10 +08:00
layout chore: move database domain code to its own folder (#4556) 2024-02-25 18:38:18 +08:00
row feat: add kanban shortcuts (#5270) 2024-05-10 10:02:10 +08:00
setting chore: move database domain code to its own folder (#4556) 2024-02-25 18:38:18 +08:00
sync feat: add a loading indicator when creating, deleting, or switching workspaces. (#5067) 2024-04-07 23:06:33 +08:00
view refactor: database row and cell notification (#5237) 2024-05-02 11:42:33 +08:00
database_controller.dart fix: open row as full page launch review issues (#5254) 2024-05-02 22:00:35 +08:00
defines.dart feat: settings my account (#5223) 2024-04-30 14:09:08 +02:00
share_bloc.dart feat: use result instead of either (#4724) 2024-02-24 21:54:10 +08:00
tab_bar_bloc.dart chore: move database domain code to its own folder (#4556) 2024-02-25 18:38:18 +08:00