Commit Graph

2976 Commits

Author SHA1 Message Date
Lucas.Xu
73cfe39e41 feat: refactor copy / paste / redo / undo / select all / format event handler 2022-09-06 13:15:50 +08:00
Lucas.Xu
804b2b27c1 feat: refactor arrow key handler 2022-09-06 13:15:50 +08:00
Lucas.Xu
43a0a02328 feat: keyboard service improvement 2022-09-06 13:15:50 +08:00
appflowy
8f5569a012 chore: update doc 2022-09-06 13:15:12 +08:00
appflowy
c7fdfb4090 chore: update documentation 2022-09-06 13:15:10 +08:00
Nathan.fooo
f54f90b647
Merge branch 'main' into feat/flowy-overlay 2022-09-06 09:46:10 +08:00
Nathan.fooo
a3d2cef40a
Merge pull request #928 from matrixhead/main
refactor: Migrate the markdown feature from Dart to Rust
2022-09-06 08:18:36 +08:00
Nathan.fooo
f9235491fe
Merge pull request #988 from AppFlowy-IO/feat/edit_multi_text_cell 2022-09-05 22:20:57 +08:00
appflowy
4a21a10b94 fix: editing cell height when editing row contains multi text cell 2022-09-05 21:20:10 +08:00
Nathan.fooo
dbcddc464f
Merge pull request #987 from AppFlowy-IO/feat/fix_delete_card_bugs
fix: add new created row
2022-09-05 21:17:06 +08:00
Nathan.fooo
c97cb7c194
Merge pull request #983 from AppFlowy-IO/feat/disable_unsupport_group_field
chore: disable group field that does not support grouping
2022-09-05 20:26:46 +08:00
appflowy
bfebea7b31 fix: add new created row 2022-09-05 20:25:57 +08:00
Nathan.fooo
a5cbb8254d
Merge pull request #984 from AppFlowy-IO/feat/appflowy_board_docs
docs: readme for appflowy_board
2022-09-05 19:03:37 +08:00
annie
e3d0e7c871 docs: readme for appflowy_board 2022-09-05 17:58:53 +08:00
appflowy
4de0008e44 chore: disable group field that does not support grouping 2022-09-05 17:13:52 +08:00
Vincent Chan
caa6f0446b feat(doc): add doc about how to use popover 2022-09-05 16:14:02 +08:00
Vincent Chan
21e90ffac0 fix: lint of board_setting 2022-09-05 13:49:57 +08:00
Nathan.fooo
d9aba78727
Merge pull request #978 from AppFlowy-IO/feat/support_group_checkbox
chore: support group by checkbox field
2022-09-05 12:44:02 +08:00
Vincent Chan
bd40768c6a Merge branch 'main' into feat/flowy-overlay 2022-09-05 12:06:28 +08:00
appflowy
5b92805e93 chore: config checkbox ui 2022-09-05 11:44:04 +08:00
appflowy
6384edf0e6 chore: support group by checkbox field 2022-09-04 23:15:49 +08:00
Nathan.fooo
60c8ec13eb
Merge pull request #977 from AppFlowy-IO/feat/support_switch_field
Feat/support grouping by different field
2022-09-04 16:13:58 +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
f57ba8b9a8 chore: read setting 2022-09-03 16:47:58 +08:00
appflowy
b3e5bb00ac chore: config switch group field UI 2022-09-03 15:20:40 +08:00
appflowy
e73f1438f7 chore: config switch group field UI 2022-09-02 22:13:38 +08:00
Lucas.Xu
d2c118ad02 chore: set paths in github actions to reduce the ci time 2022-09-02 22:02:36 +08:00
appflowy
bb7cddc7f7 chore: reload group when group by new field 2022-09-02 21:34:00 +08:00
Lucas.Xu
118891923f chore: appflowy_editor 0.0.4 2022-09-02 21:33:12 +08:00
Lucas.Xu
fa22c63ac1
feat: support codecov (#970)
* feat: support codecov
2022-09-02 16:58:05 +08:00
Lucas.Xu
454c7b61c9
chore: fix link error in readme 2022-09-02 15:23:10 +08:00
Eric Phillips
9a01f90aee
doc: Editorial updates to the ReadMe for AppFlowyEditor (#900)
docs: Editorial updates to the ReadMe for AppFlowyEditor
2022-09-02 15:18:57 +08:00
Vincent Chan
6296367efc refactor: use Popover in URL cell 2022-09-02 14:25:06 +08:00
Lucas.Xu
1b9f096e5a
Merge pull request #967 from LucasXu0/fix_analysis_issues
Fix analysis issues
2022-09-02 13:55:16 +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
appflowy
1931cdd4c0 chore: support switch to multi select field 2022-09-02 13:23:45 +08:00
Lucas.Xu
110dc8c239 chore: upgrade the editor example gif 2022-09-02 11:08:09 +08:00
Lucas.Xu
54a6b863eb chore: fix analysis issue on flutter 3.3.0 2022-09-02 10:44:33 +08:00
Lucas.Xu
15ff2efcc2
Fix analysis issues (#966)
* chore: rename Selectable to SelectableMixin

* chore: add platforms to pubspec.yaml
2022-09-02 10:17:36 +08:00
Vincent Chan
a43259bddb fix: lints for popover 2022-09-01 18:21:47 +08:00
Vincent Chan
0cd384802e feat: use popoer for select widget 2022-09-01 16:03:57 +08:00
Vincent Chan
9574f282e7 fix: example of popover 2022-09-01 15:28:16 +08:00
Vincent Chan
ac91b25219 feat: use popover on overlay 2022-09-01 15:00:40 +08:00
Vincent Chan
9b5184cd72 Merge branch 'main' into feat/flowy-overlay 2022-09-01 14:37:16 +08:00
Vincent Chan
2bbba547ee fix: key issue of ReorderableRow 2022-09-01 13:15:48 +08:00
Sean Riley Hawkins
69e3aed6b5
Android vscode workflow (#912)
* fix: fix linux build

* Merge pull request #599 from AppFlowy-IO/refactor/grid_decode_cell_data

Refactor/grid decode cell data

* feat:  configured android vscode workflow

* chore: clean up android vscode

* fix: fixed typo

* chore: remove unused code

Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2022-09-01 12:27: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
Nathan.fooo
fd7b0af10e
Merge pull request #965 from AppFlowy-IO/ci/fix_release_linux_build
ci: install keybinder
2022-09-01 11:16:00 +08:00