AppFlowy/frontend/rust-lib/flowy-database2/tests/database
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
..
block_test refactor: streamline create row logic (#4807) 2024-03-14 11:26:32 +08:00
calculations_test feat: calculations (#4473) 2024-02-04 00:52:38 +08:00
cell_test feat: Implement summary field for database row (#5246) 2024-05-05 22:04:34 +08:00
field_settings_test feat: allow fields to not wrap cell content (#5128) 2024-04-13 16:48:28 +08:00
field_test chore: remove field width and visibility (#5119) 2024-04-16 18:20:15 +08:00
filter_test feat: pre-fill row cells with filter data before row creation (#4854) 2024-03-16 17:18:30 +08:00
group_test feat: add kanban shortcuts (#5270) 2024-05-10 10:02:10 +08:00
layout_test feat: hidden kanban groups (#3907) 2023-11-13 16:14:31 +08:00
mock_data feat: Implement summary field for database row (#5246) 2024-05-05 22:04:34 +08:00
pre_fill_cell_test fix: search launch review (#5169) 2024-04-23 21:46:57 +08:00
share_test feat: Implement summary field for database row (#5246) 2024-05-05 22:04:34 +08:00
sort_test refactor: cell data transform logic (#5039) 2024-04-11 14:49:36 +08:00
database_editor.rs feat: Implement summary field for database row (#5246) 2024-05-05 22:04:34 +08:00
mod.rs feat: pre-fill row cells with filter data before row creation (#4854) 2024-03-16 17:18:30 +08:00