AppFlowy/frontend/rust-lib/flowy-database2/src/entities
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
..
calculation fix: launch review 0.5.1 (#4855) 2024-03-11 10:41:51 +01:00
filter_entities feat: Implement summary field for database row (#5246) 2024-05-05 22:04:34 +08:00
group_entities refactor: group controller traits (#4880) 2024-03-16 17:18:40 +08:00
type_option_entities feat: add kanban shortcuts (#5270) 2024-05-10 10:02:10 +08:00
board_entities.rs feat: hidden kanban groups (#3907) 2023-11-13 16:14:31 +08:00
calendar_entities.rs feat: create database view on same database (#2829) 2023-06-20 23:48:34 +08:00
cell_entities.rs Feat/tauri build (#2378) 2023-04-28 20:47:40 +08:00
database_entities.rs feat: database sync indicator (#5005) 2024-03-29 17:37:02 +08:00
field_entities.rs feat: Implement summary field for database row (#5246) 2024-05-05 22:04:34 +08:00
field_settings_entities.rs feat: allow fields to not wrap cell content (#5128) 2024-04-13 16:48:28 +08:00
macros.rs feat: Implement summary field for database row (#5246) 2024-05-05 22:04:34 +08:00
mod.rs feat: reorder sort precedence (#4592) 2024-02-05 13:52:59 +08:00
parser.rs feat: migrate flowy-database (#2373) 2023-04-28 14:08:53 +08:00
position_entities.rs refactor: order object position and field service (#4118) 2023-12-11 11:19:20 +08:00
row_entities.rs feat: add kanban shortcuts (#5270) 2024-05-10 10:02:10 +08:00
setting_entities.rs feat: advanced filters backend logic (#4688) 2024-03-14 09:35:45 +08:00
share_entities.rs chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
sort_entities.rs fix: disappearing sorts (#4691) 2024-02-21 20:01:57 +08:00
view_entities.rs feat: delete kanban board groups (#3925) 2023-11-28 10:43:22 +08:00