appflowy
4f8e012d54
chore: fix bugs when switch group field
2022-09-04 15:49:25 +08:00
appflowy
bb7cddc7f7
chore: reload group when group by new field
2022-09-02 21:34:00 +08:00
appflowy
e75d8f22c8
chore: add edit field type option helper
2022-09-02 13:24:10 +08:00
appflowy
f192f89ebb
chore: refactor group gen process
2022-09-02 13:24:09 +08:00
gabrielztk
70f9a289a4
Resolve rust clippy warnings ( #946 )
...
* refactor: avoid using `collect()` when not needed
and cascade notation
* refactor: The user might expect to be able
to use Default as the type can be
constructed without arguments.
* refactor: using `clone` on type `indextree::NodeId`
which implements the `Copy` trait
* refactor: remove intermediary
variables and use cascade notation
* refactor: using `clone` on type `indextree::NodeId`
which implements the `Copy` trait
* refactor: unneeded `return` statement
* refactor: ok_or_else avoids executing a
function when it's not needed
* refactor: dereferenced by the compiler
* refactor: user enumeration for index
* refactor: using `clone` on type `usize`
which implements the `Copy` trait
* refactor: useless conversion to the
same type: `&str`
* refactor: The user might expect to be able use Default
as type can be constructed without arguments
* refactor: The user might expect to be able use Default
as type can be constructed without arguments
* fix: rust formating with fmt
* fix: conflict default implementation
Co-authored-by: appflowy <annie@appflowy.io>
2022-09-01 12:26:51 +08:00
appflowy
14874772b1
chore: insert default group at index 0
2022-08-25 13:44:58 +08:00
Nathan.fooo
0d39afca2f
Merge pull request #898 from AppFlowy-IO/feat/board_update_when_field_change
...
Feat/board update when field change
2022-08-24 22:05:27 +08:00
appflowy
82b44c2c98
chore: update board column name
2022-08-24 16:57:53 +08:00
Vincent Chan
a309a9c82c
fix: minor issues
2022-08-24 12:21:24 +08:00
Vincent Chan
096544d6a3
feat: test insert sub trees
2022-08-23 19:49:56 +08:00
Vincent Chan
d6ef13adae
feat: get deleted subtrees from the document
2022-08-23 17:58:54 +08:00
Vincent Chan
9d1475df2b
feat: recursive append children
2022-08-23 17:12:11 +08:00
Vincent Chan
bb8e0485cd
feat: serialize
2022-08-23 17:01:10 +08:00
Vincent Chan
ef65551340
feat: add serialize/deserialize
2022-08-22 19:42:43 +08:00
Vincent Chan
b0bafff22c
feat: introduce error to apply method
2022-08-22 19:42:43 +08:00
Vincent Chan
ef185cd5d5
refactor: add at_path suffix to transaction builder
2022-08-22 19:42:43 +08:00
Vincent Chan
1801a47b1d
feat: test update nodes
2022-08-22 19:42:43 +08:00
Vincent Chan
0def48d0ca
feat: transform patht
2022-08-22 19:42:43 +08:00
Vincent Chan
c61b4d0865
fix: CI format error
2022-08-22 19:42:43 +08:00
Vincent Chan
61d181b228
feat: vec to position convertion
2022-08-22 19:42:43 +08:00
Vincent Chan
8401fa0983
feat: update attributes
2022-08-22 19:42:43 +08:00
Vincent Chan
c207bf3679
feat: apply transactions
2022-08-22 19:42:43 +08:00
Vincent Chan
ba160c8026
feat: compose attributes
2022-08-22 19:42:43 +08:00
Vincent Chan
bb7c7e4f41
feat: apply operation
2022-08-22 19:42:43 +08:00
Vincent Chan
aa90613bf6
feat: transaction built der
2022-08-22 19:42:43 +08:00
Vincent Chan
2466b3eebc
feat: add operations of the document
2022-08-22 19:42:43 +08:00
Vincent Chan
7d404ff0da
feat: document model in rust
2022-08-22 19:42:43 +08:00
appflowy
074c497d57
fix: fix some bugs
2022-08-22 17:45:15 +08:00
appflowy
ffc6f141fa
chore: fix GroupConfigurationRevision deserialize error
2022-08-22 10:06:08 +08:00
appflowy
93f5b5d754
fix: save group rev without apply change
2022-08-21 23:18:42 +08:00
appflowy
23efbc00c1
ci: fix unit test
2022-08-21 13:58:03 +08:00
appflowy
6e6a812243
chore: save group revision and fix warnings
2022-08-20 23:57:51 +08:00
appflowy
3c022d4de5
chore: save group configuration
2022-08-20 17:10:34 +08:00
appflowy
49601b66ef
chore: save group configuration
2022-08-20 16:44:44 +08:00
appflowy
91b2917d60
chore: reader and writter for group configuration
2022-08-20 15:40:13 +08:00
appflowy
5fac1f044a
chore: move some structs
2022-08-19 23:11:05 +08:00
appflowy
c81b6f10fa
refactor: baord configuration
2022-08-19 19:59:09 +08:00
appflowy
659ae5d523
chore: fix some bugs and add more tests
2022-08-19 11:58:34 +08:00
appflowy
da485c6df9
chore: add more test
2022-08-19 09:10:12 +08:00
appflowy
0680b20579
chore: add group unit test
2022-08-18 21:44:22 +08:00
appflowy
af23e3e803
refactor: replace plugin type with layout type
2022-08-18 21:44:22 +08:00
appflowy
d3cd60e527
refactor: rename structs
2022-08-18 21:44:22 +08:00
appflowy
4856a024a2
chore: Update row when moving row caused cell data changed
2022-08-18 21:44:22 +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
b7d71428be
chore: send group notification
2022-08-16 15:49:54 +08:00
appflowy
4683dbee45
chore: add revision reset helper
2022-08-16 11:24:37 +08:00
appflowy
461160094c
chore: create grid view when create grid
2022-08-15 23:17:29 +08:00
appflowy
0514b005ca
feat: config view lens
2022-08-15 20:07:01 +08:00
appflowy
32e20a4dc7
chore: rename some struct
2022-08-14 23:17:49 +08:00