Nathan.fooo
069519589e
Fix/grid group ( #1787 )
...
* ci: config rust log
* chore: rename flowy-sdk to appflowy-core
* fix: create group after editing the url
* fix: start listen on new group
* chore: add tests
* refactor: mock data
* ci: update command
2023-02-02 23:02:49 +08:00
Nathan.fooo
5b07656295
Feat/database view ( #1765 )
...
* chore: rename flowy-database to flowy-sqlite
* refactor: rename flowy-grid to flowy-database
* refactor: rename grid to database
* refactor: rename GridEvent to DatabaseEvent
* refactor: rename grid_id to database_id
* refactor: rename dart code
2023-01-31 08:28:31 +08:00
Nathan.fooo
37f269b08b
Chore/rename flowy sdk ( #1679 )
...
* chore: run flutter create on flowy_sdk
* chore: rename flowy-sdk to flowy-core
* chore: rename flowy_sdk to appflowy_backend
* chore: fix windows build
* chore: replace bloctest with test
Co-authored-by: nathan <nathan@appflowy.io>
Co-authored-by: vedon <vedon.fu@gmail.com>
2023-01-08 12:10:53 +08:00
nathan
0cf0b29721
chore: hide the grid blocks from Dart
2022-12-11 13:10:35 +08:00
Nathan.fooo
69a7ae5201
Implement Grid's filter UI ( #1474 )
...
* fix: border of field cell
* chore: add filter button
* chore: refactor setting button event
* chore: notify row did changed with filter configuration
* chore: add filter bloc test
* chore: config add filter button
* chore: create filter
* chore: load filters and update corresponding field property
* chore: add filter choice chip
* chore: config choice chip ui
* chore: send notification when filter updated
* chore: update filter after update field type option data
* fix: remove/add filter when update field's type option
* chore: create home setting bloc to save the setting of the home screen
* chore: add filter test
* chore: edit text filter ui
* fix: filter cell bugs
* fix: insert row out of bound
* chore: update setting icon in grid
* chore: shrink wrap the filter list
* refactor: extract row container from row cache
* chore: disable split-debuginfo
Co-authored-by: nathan <nathan@appflowy.io>
2022-11-26 21:28:08 +08:00
Nathan.fooo
2eea57aefa
test: add app bloc test ( #1370 )
2022-10-26 10:38:57 +08:00
Nathan.fooo
586c20a14e
chore: add board test ( #1363 )
2022-10-25 19:50:11 +08:00
appflowy
fa3f9c21fc
fix: state of AppFlowyBoard is wrong after reordering the group
2022-10-07 14:42:40 +08:00
appflowy
73e81da356
fix: select card text
2022-10-06 22:26:18 +08:00
appflowy
62d0a31a76
refactor: save default group order
2022-10-01 16:50:54 +08:00
appflowy
86e2091ccf
fix: reduce rebuild while editing text field
2022-09-06 20:43:49 +08:00
appflowy
b5321319cc
chore: fix dart doc warnings
2022-09-06 14:13:39 +08:00
appflowy
c7fdfb4090
chore: update documentation
2022-09-06 13:15:10 +08:00
appflowy
5b92805e93
chore: config checkbox ui
2022-09-05 11:44:04 +08:00
appflowy
4f8e012d54
chore: fix bugs when switch group field
2022-09-04 15:49:25 +08:00
appflowy
54d6f3709e
chore: replace FieldPB with GridField
2022-09-03 21:18:52 +08:00
appflowy
bb7cddc7f7
chore: reload group when group by new field
2022-09-02 21:34:00 +08:00
Nathan.fooo
0225f0aa4d
Merge pull request #951 from AppFlowy-IO/feat/create_card_from_header
...
chore: enable create card from header button
2022-08-31 15:54:10 +08:00
appflowy
cde8ad9084
chore: enable create card from header button
2022-08-31 14:56:03 +08:00
appflowy
a2d8fe9e80
chore: run dart fix --apply
2022-08-31 09:19:31 +08:00
appflowy
af3bfebb64
chore: become editing when creating a new card
2022-08-29 17:52:36 +08:00
appflowy
61fb13eba6
ci: fix warnings
2022-08-29 10:06:29 +08:00
appflowy
82c0006868
chore: scroll to bottom after post frame
2022-08-27 09:52:08 +08:00
appflowy
d6162159aa
chore: scroll to bottom when create new card
2022-08-26 21:42:59 +08:00
appflowy
aba0f946dd
chore: do not build the cell if its fieldId equal to the corresponding group field id
2022-08-26 16:07:51 +08:00
appflowy
6e0a191be1
chore: optimize rebuild column
2022-08-26 11:51:42 +08:00
appflowy
9ce7fcb704
chore: edit create card
2022-08-26 10:05:31 +08:00
appflowy
c827f9b156
chore: fix card refresh issue
2022-08-25 12:36:56 +08:00
appflowy
a896637eab
fix: reload card content
2022-08-24 21:06:42 +08:00
appflowy
82b44c2c98
chore: update board column name
2022-08-24 16:57:53 +08:00
appflowy
074c497d57
fix: fix some bugs
2022-08-22 17:45:15 +08:00
appflowy
c4514e421a
chore: move card from one column to another
2022-08-18 21:44:22 +08:00
appflowy
f32068d64b
refactor: move row params
2022-08-18 21:44:21 +08:00
appflowy
9456fbd573
chore: fix some bugs
2022-08-16 20:34:12 +08:00
appflowy
162152916c
chore: delete board card
2022-08-16 17:41:02 +08:00
appflowy
bc346dfd67
chore: create board card
2022-08-16 17:16:18 +08:00
appflowy
43eaa2748d
chore: insert cell content when creating card
2022-08-14 11:05:55 +08:00
appflowy
dc53cb00dd
chore: create the default group for the rows that are not belong to any groups
2022-08-13 16:23:44 +08:00
appflowy
57ede798d8
refactor: remove UpdateRowPB, refactor RowInfo class
2022-08-13 15:00:13 +08:00
appflowy
f6263f758f
fix: multi scrollview warning
2022-08-13 13:55:33 +08:00
appflowy
28e77ae68c
chore: add card container
2022-08-13 11:51:26 +08:00
appflowy
800fb82211
chore: card ui
2022-08-12 20:54:13 +08:00
appflowy
055868bae3
chore: build board card ui
2022-08-12 16:30:08 +08:00
appflowy
461751cf59
chore: config group service
2022-08-11 21:18:27 +08:00
appflowy
cefd571dd0
chore: add board data controller
2022-08-11 15:11:57 +08:00
appflowy
8b535720ef
chore: add AF prefix to appflowy_board classes
2022-08-11 13:33:36 +08:00
appflowy
08b9930510
refactor: prefer namespace isolation, remove Grid keyword in some structs
2022-08-11 13:25:55 +08:00
appflowy
1bdd863b75
refactor: refactor multi-select typeOption
2022-08-10 20:12:05 +08:00
appflowy
ad3e2f5725
chore: add sub data type
2022-08-10 17:59:28 +08:00
appflowy
2b745bc41a
chore: read single select data from board
2022-08-10 16:04:04 +08:00