AppFlowy/frontend/rust-lib/flowy-database2/src/entities
Richard Shiue 9d61ca0278
feat: delete kanban board groups (#3925)
* feat: hide/unhide ui

* chore: implement collapsible side bar and adjust group header (#2)

* refactor: hidden columns into own file

* chore: adjust new group button position

* fix: flowy icon buton secondary color bleed

* chore: some UI adjustments

* fix: some regressions

* chore: proper group is_visible fetching

* chore: use a bloc to manage hidden groups

* fix: hiding groups not working

* chore: implement hidden group popups

* chore: proper ungrouped item column management

* chore: remove ungrouped items button

* chore: flowy hover build

* fix: clean up code

* test: integration tests

* fix: not null promise on null value

* fix: hide and unhide multiple groups

* chore: i18n and code review

* chore: missed review

* fix: rust-lib-test

* fix: dont completely remove flowyiconhovercolor

* chore: apply suggest

* fix: number of rows inside hidden groups not updating properly

* fix: hidden groups disappearing after collapse

* fix: hidden group title alignment

* fix: insert newly unhidden groups into the correct position

* chore: adjust padding all around

* feat: reorder hidden groups

* chore: adjust padding

* chore: collapse hidden groups section persist

* chore: no status group at beginning

* fix: hiding groups when grouping with other types

* chore: disable rename groups that arent supported

* chore: update appflowy board ref

* chore: better naming

* feat: delete kanban groups

* chore: forgot to save

* chore: fix build and small ui adjustments

* chore: add a confirm dialog when deleting a column

* fix: flutter lint

* test: add integration test

* chore: fix some design review issues

* chore: apply suggestions from Nathan

* fix: write lock on group controller

---------

Co-authored-by: Mathias Mogensen <mathias@appflowy.io>
2023-11-28 10:43:22 +08:00
..
filter_entities feat: support pg storage (#2935) 2023-07-05 20:57:09 +08:00
group_entities feat: delete kanban board groups (#3925) 2023-11-28 10:43:22 +08:00
type_option_entities feat: show checklist items inline in row page (#3737) 2023-10-24 10:15:28 +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: Data sync on signup (#3283) 2023-08-28 13:28:24 +08:00
field_entities.rs chore: move field width to field settings (#3830) 2023-11-06 14:48:59 +08:00
field_settings_entities.rs chore: move field width to field settings (#3830) 2023-11-06 14:48:59 +08:00
macros.rs chore: per-view field settings (#3199) 2023-08-27 22:31:32 +08:00
mod.rs refactor: hide ungrouped feature (#3817) 2023-10-29 11:26:49 +08:00
parser.rs feat: migrate flowy-database (#2373) 2023-04-28 14:08:53 +08:00
row_entities.rs feat: adding suffix for user data folder when current cloud type is appflowy cloud (#3918) 2023-11-12 18:00:07 +08:00
setting_entities.rs refactor: hide ungrouped feature (#3817) 2023-10-29 11:26:49 +08:00
share_entities.rs chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
sort_entities.rs refactor: group event (#2640) 2023-05-28 22:54:03 +08:00
view_entities.rs feat: delete kanban board groups (#3925) 2023-11-28 10:43:22 +08:00