Commit Graph

3094 Commits

Author SHA1 Message Date
Sean Riley Hawkins
8856b9abb7
Flowy editor keyboard fix (#1044)
* fix: fix linux build

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

Refactor/grid decode cell data

* fix: 🔧 fixed keyboard shortcut bugs

* test: 🧪 updated keyboard layout tests

* fix: included macOS for tests

* fix: macOS test

* fix: add linux in test

* fix: redefine move cursor end command error on macOS

Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2022-09-15 21:44:24 +08:00
appflowy
499ee29c3d chore: remove unused ref 2022-09-15 21:44:07 +08:00
appflowy
5294d7700e Merge branch 'main' into feat/wrap-appflowy-style-popover 2022-09-15 21:42:31 +08:00
Lucas.Xu
68997a9c93 feat: implement theme customizer 2022-09-15 21:40:12 +08:00
appflowy
f88b8051f7 chore: rename folder 2022-09-15 21:04:57 +08:00
appflowy
01589c6f94 chore: compose operation 2022-09-15 20:59:19 +08:00
Nathan.fooo
733b7e1a45
Merge pull request #1046 from richardshiue/fix-grid-cell-context-menus
fix: add missing padding between number format list and filter bar
2022-09-15 19:14:39 +08:00
Nathan.fooo
90ded00a70
Merge pull request #1049 from AppFlowy-IO/feat/merge_release_0051
Feat/merge release 0051
2022-09-15 19:14:15 +08:00
appflowy
1de3999e3a chore: fix bugs 2022-09-15 16:05:55 +08:00
appflowy
97eab3b648 chore: merge release 0.0.5.1 2022-09-15 11:12:06 +08:00
appflowy
cb293e9e51 chore: update version number 2022-09-14 17:04:03 +08:00
appflowy
34275664b2 feat: enable delete field in edit row detail page 2022-09-14 17:03:46 +08:00
Richard Shiue
33b72c8f6a fix: add padding to number format list 2022-09-14 16:40:53 +08:00
Vincent Chan
41b85510bf fix: lint issues 2022-09-14 12:18:44 +08:00
appflowy
4b654de2e6 chore: updata path documentation 2022-09-14 12:03:52 +08:00
Vincent Chan
7bde75ee2f feat: wrap appflowy style popover 2022-09-14 11:59:12 +08:00
Vincent Chan
286781f5cc refactor: PopoverContainerState -> PopoverContainer 2022-09-14 11:11:57 +08:00
Nathan.fooo
988e8db798
Merge pull request #1041 from ChiragKr04/fix/set-icon-theme-for-setting-add-icon
fix: Icon theme on setting and new column icon
2022-09-14 11:03:23 +08:00
Vincent Chan
cc0d408775 fix: popover container 2022-09-14 10:54:21 +08:00
Lucas.Xu
84a71674f6
Merge pull request #991 from AppFlowy-IO/feat/number-list
Feat: number list
2022-09-14 09:42:01 +08:00
nathan
2d738fedaa chore: update test 2022-09-14 09:23:33 +08:00
appflowy
fa2cfd7c20 chore: node transform path test 2022-09-13 20:23:56 +08:00
Vincent Chan
ee0f3d3227 feat: handle number list on delete event 2022-09-13 19:36:22 +08:00
Vincent Chan
cfdd891991 fix: redo/undo error 2022-09-13 18:35:29 +08:00
chiragkr04
1e2017cdd0 fix: Icon theme on setting and new column icon 2022-09-13 15:27:57 +05:30
Vincent Chan
9b3701dd88 feat: back delete to previous line 2022-09-13 14:47:29 +08:00
Nathan.fooo
9ff0975f7c
Merge pull request #1039 from AppFlowy-IO/refactor/lib_ot_attribute
Refactor/lib ot attribute
2022-09-13 12:14:32 +08:00
Vincent Chan
06bd6064ac fix: cancel number list style after enter in empty line 2022-09-13 11:51:10 +08:00
appflowy
c991473259 refactor: refactor delta attributes 2022-09-13 11:38:19 +08:00
Sean Riley Hawkins
1f9686dc66
Tests for toolbar (#1006)
* fix: fix linux build

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

Refactor/grid decode cell data

* test: 🧪 tests for toolbar widget

* fix: removed multiText & replaced with single line

* refactor: cleaned up code & removed unused imports

* fix: fix some tests about the toolbar service

Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2022-09-12 20:11:23 +08:00
Sean Riley Hawkins
f4cf5d0808
Feat embed code (#985)
* fix: fix linux build

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

Refactor/grid decode cell data

* refactor: cleaned up and added bold, italic styles

* refactor: remove bold & italic styles

Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
2022-09-12 20:10:48 +08:00
chiragkr04
7b06b4c427 fix: splited shortcut event functions 2022-09-12 20:04:36 +08:00
appflowy
c552e958ce chore: create attribute 2022-09-12 11:30:02 +08:00
Nathan.fooo
944b2d97cd
Merge pull request #1033 from AppFlowy-IO/feat/lib_ot_directory
Feat/lib ot directory
2022-09-12 11:06:54 +08:00
appflowy
822263529c refactor: rename structs 2022-09-12 10:44:33 +08:00
appflowy
2039cc00b5 refactor: move operation to delta folder 2022-09-12 10:27:34 +08:00
Nathan.fooo
d6fa38a4b2
Merge pull request #1032 from richardshiue/fix-identical-selecion-options
fix: prevent select property from having identical options
2022-09-12 10:23:02 +08:00
Richard Shiue
a6130a27c2 fix: prevent grid header from creating identical options 2022-09-12 00:33:46 +08:00
Nathan.fooo
1ab0a8351e
Merge pull request #1031 from AppFlowy-IO/refactor/node_body_serde
Refactor/node body serde
2022-09-11 22:33:26 +08:00
nathan
04ba711441 chore: add deserial appflowy editor test 2022-09-11 22:06:36 +08:00
nathan
b7f65ff11d chore: customize node and operation serde 2022-09-11 19:48:14 +08:00
nathan
1d7d4092a5 chore: add update node body test 2022-09-11 12:59:01 +08:00
Nathan.fooo
d368ba78e0
Merge pull request #1023 from AppFlowy-IO/feat/node_documentation
chore: update node documentation
2022-09-11 12:57:56 +08:00
nathan
2a5d9d5530 chore: rename structs 2022-09-11 08:59:12 +08:00
nathan
3c84e8df51 chore: update node documentation 2022-09-11 08:49:45 +08:00
Nathan.fooo
9142f5d870
Merge pull request #1018 from AppFlowy-IO/refactor/node_delta
refactor: replace delta with node body
2022-09-10 21:35:01 +08:00
appflowy
3dff72942b refactor: replace delta with node body 2022-09-10 20:35:18 +08:00
Nathan.fooo
4becc2eb75
Merge pull request #1012 from richardshiue/fix-disabled-icon-color
fix: disabled icon color in grid header menu
2022-09-10 17:34:24 +08:00
Nathan.fooo
61ea7ea3df
Merge pull request #1017 from richardshiue/fix-empty-create-select-tag
fix: empty create option in select/multi-select properties
2022-09-10 16:45:26 +08:00
Richard Shiue
0ef3247076 style: if-else block 2022-09-10 12:26:51 +08:00