Commit Graph

1767 Commits

Author SHA1 Message Date
118891923f chore: appflowy_editor 0.0.4 2022-09-02 21:33:12 +08:00
fa22c63ac1 feat: support codecov (#970)
* feat: support codecov
2022-09-02 16:58:05 +08:00
454c7b61c9 chore: fix link error in readme 2022-09-02 15:23:10 +08:00
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
6296367efc refactor: use Popover in URL cell 2022-09-02 14:25:06 +08:00
e75d8f22c8 chore: add edit field type option helper 2022-09-02 13:24:10 +08:00
f192f89ebb chore: refactor group gen process 2022-09-02 13:24:09 +08:00
1931cdd4c0 chore: support switch to multi select field 2022-09-02 13:23:45 +08:00
110dc8c239 chore: upgrade the editor example gif 2022-09-02 11:08:09 +08:00
54a6b863eb chore: fix analysis issue on flutter 3.3.0 2022-09-02 10:44:33 +08:00
15ff2efcc2 Fix analysis issues (#966)
* chore: rename Selectable to SelectableMixin

* chore: add platforms to pubspec.yaml
2022-09-02 10:17:36 +08:00
a43259bddb fix: lints for popover 2022-09-01 18:21:47 +08:00
0cd384802e feat: use popoer for select widget 2022-09-01 16:03:57 +08:00
9574f282e7 fix: example of popover 2022-09-01 15:28:16 +08:00
ac91b25219 feat: use popover on overlay 2022-09-01 15:00:40 +08:00
9b5184cd72 Merge branch 'main' into feat/flowy-overlay 2022-09-01 14:37:16 +08:00
2bbba547ee fix: key issue of ReorderableRow 2022-09-01 13:15:48 +08:00
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
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
bc69cb5aa9 Merge pull request #960 from AppFlowy-IO/fix/docker_build
chore: run command in sudo mode
2022-08-31 23:27:26 +08:00
c8ce8ef5c2 chore: run command in sudo mode 2022-08-31 23:00:58 +08:00
083a06fc65 Merge pull request #954 from LucasXu0/feat/arrow
feat: #953 improve arrow keys handler
2022-08-31 22:47:01 +08:00
349f599a43 chore: fix edit bugs 2022-08-31 20:57:34 +08:00
a9f5f8d508 chore: support create new field when editing the row 2022-08-31 20:21:06 +08:00
8229371f63 feat: add mutex to property list 2022-08-31 20:10:56 +08:00
4c31c0dcf0 feat: remove legacy alignment 2022-08-31 18:57:46 +08:00
942e966a25 Merge pull request #958 from AppFlowy-IO/feat/click_to_edit_card 2022-08-31 18:06:56 +08:00
14c1959d63 feat: use custom follower 2022-08-31 17:53:28 +08:00
c9d575301f chore: edit card directly by clicking edit button 2022-08-31 16:48:34 +08:00
a7cbb3d31a chore: show board setting 2022-08-31 16:25:00 +08:00
cb06722cdc Merge pull request #956 from LucasXu0/fix/955
fix: #955 upgrade build_resolvers to 2.0.9
2022-08-31 16:23:46 +08:00
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
b5c3b61158 fix: #955 upgrade build_resolvers to 2.0.9 2022-08-31 15:53:12 +08:00
565f6cb153 Merge pull request #952 from AppFlowy-IO/fix/docker_build
fix: fix docker build again
2022-08-31 15:44:09 +08:00
f098c543e6 feat: #953 improve arrow keys handler 2022-08-31 15:27:44 +08:00
6de77d5a5b fix: fix docker build again 2022-08-31 15:05:16 +08:00
462a0e4c01 Merge pull request #949 from LucasXu0/fix/948
test: add more test cases to toolbar_service
2022-08-31 14:58:56 +08:00
cde8ad9084 chore: enable create card from header button 2022-08-31 14:56:03 +08:00
506af26b6d chore: save move to no status card 2022-08-31 11:58:28 +08:00
7b53b2c523 Merge pull request #945 from AppFlowy-IO/feat/update_flutter_packages
Feat/update flutter packages
2022-08-31 11:57:24 +08:00
28f39488f4 chore: fix packages warnings 2022-08-31 11:34:38 +08:00
d79a7cb194 feat: use popover in property field 2022-08-31 11:28:06 +08:00
c19b7cf856 chore: update packages's flutter_lint version 2022-08-31 11:15:35 +08:00
25a43c288c fix: in the case of multiple selections, the highlighted state does not meet expectations. #948 2022-08-31 09:48:31 +08:00
3b6117fa9f chore: udpate textstyle_extensions version 2022-08-31 09:44:46 +08:00
fb9ddff574 chore: install keybinder 2022-08-31 09:41:45 +08:00
410d150360 chore: adjust flutter lint 2.0 2022-08-31 09:28:08 +08:00
a2d8fe9e80 chore: run dart fix --apply 2022-08-31 09:19:31 +08:00
94a440f773 chore: update flutter packages 2022-08-31 09:00:57 +08:00
b61e3f4601 Merge pull request #944 from AppFlowy-IO/feat/edit_card_button
chore: add edit card button
2022-08-30 23:08:31 +08:00