Commit Graph

1597 Commits

Author SHA1 Message Date
Nathan.fooo
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
Nathan.fooo
d068370f6e
Merge pull request #939 from LucasXu0/feat/936
feat: "/" supports inserting Quote #936
2022-08-30 22:05:14 +08:00
Nathan.fooo
62965634a2
Merge pull request #938 from LucasXu0/fix/937
fix: # doesn't work #937
2022-08-30 22:04:52 +08:00
Nathan.fooo
439690f3eb
Merge pull request #932 from LucasXu0/feat/931
feat: #931 highlight the status of the currently selected style in toolbar
2022-08-30 22:03:27 +08:00
appflowy
a7349f43aa chore: add edit card button 2022-08-30 20:54:11 +08:00
Lucas.Xu
071ff06d47 feat: / supports inserting Quote #936 2022-08-30 17:42:28 +08:00
Lucas.Xu
8afa48ca16 fix: # doesn't work #937 2022-08-30 17:22:33 +08:00
appflowy
6e71d6d325 chore: fix warnings 2022-08-30 16:45:48 +08:00
Lucas.Xu
0f334962ce test: add more test cases to toolbar_service 2022-08-30 16:25:32 +08:00
appflowy
c6d3fd4b68 chore: support localize 2022-08-30 15:26:15 +08:00
appflowy
940289c6e3 chore: add board no status column 2022-08-30 15:21:53 +08:00
Lucas.Xu
3eaa31c68c feat: #931 highlight the status of the currently selected style in toolbar 2022-08-30 14:28:17 +08:00
appflowy
4b7713d7b8 chore: reduce rebuild when end dragging 2022-08-30 09:39:20 +08:00
Nathan.fooo
236fcedcd3
Merge pull request #924 from ChiragKr04/feat/grid-row-button-tooltip
fix: added tooltip for grid row action buttons
2022-08-30 08:03:45 +08:00
Lucas.Xu
fd12b860e4 chore: appflowy_editor 0.0.3 2022-08-29 20:11:42 +08:00
appflowy
78dcd8eebf chore: update board gif 2022-08-29 19:42:33 +08:00
appflowy
16d4c1ef8e chore: update appflowy_board_version 2022-08-29 19:33:32 +08:00
Nathan.fooo
624de03897
Merge pull request #925 from AppFlowy-IO/feat/edit_card_directly
Feat/edit card directly
2022-08-29 19:31:26 +08:00
Lucas.Xu
a7f8c99710
Merge pull request #926 from LucasXu0/test/image
#918
2022-08-29 19:29:55 +08:00
appflowy
32a1bbb6b9 chore: optimize cell cache 2022-08-29 18:15:17 +08:00
appflowy
af3bfebb64 chore: become editing when creating a new card 2022-08-29 17:52:36 +08:00
Lucas.Xu
3f38e246ea feat: support customizing editor edges 2022-08-29 16:14:08 +08:00
appflowy
4e8308b834 chore: disable moving column 2022-08-29 15:42:08 +08:00
chiragkr04
0eac23be6a fix: .tr() missing in side bar tooltip text 2022-08-29 12:23:06 +05:30
appflowy
e42bfe0b1e chore: ignore dragtarget event when performing insert animation 2022-08-29 14:37:38 +08:00
chiragkr04
32bce890f5 fix: added tooltip for grid row leading buttons 2022-08-29 11:54:59 +05:30
Lucas.Xu
e567158cee fix: The click area of the linked text is too large. 2022-08-29 13:41:20 +08:00
Lucas.Xu
42866e1057 fix: The cursor will not disappear after clicking in an area outside the editor. 2022-08-29 12:10:57 +08:00
Lucas.Xu
dd9cac9c1d feat: highlight selection when tap on the link menu 2022-08-29 12:02:47 +08:00
Lucas.Xu
c07af9007c fix: Should not add a new line below after pressing enter at the front of the first line of text. 2022-08-29 11:40:34 +08:00
Lucas.Xu
cde48926e2 feat: add copy link to link menu 2022-08-29 11:23:08 +08:00
Nathan.fooo
fcb144e514
Merge pull request #920 from AppFlowy-IO/feat/edit_create_card
Feat/edit create card
2022-08-29 10:34:50 +08:00
Lucas.Xu
3686351592 fix: #918 could not update the link sometimes 2022-08-29 10:08:44 +08:00
appflowy
61fb13eba6 ci: fix warnings 2022-08-29 10:06:29 +08:00
Nathan.fooo
11d5c9d53a
Merge branch 'main' into #692 2022-08-29 09:46:15 +08:00
appflowy
60cf97969c fix: optimize insert card 2022-08-29 09:41:40 +08:00
appflowy
4ead583f6d chore: save scroll pos 2022-08-27 21:22:26 +08:00
appflowy
82c0006868 chore: scroll to bottom after post frame 2022-08-27 09:52:08 +08:00
Nathan.fooo
fce30af7a7
Merge pull request #734 from Xonline-Tech/main
Supplementary translations in Simplified Chinese
2022-08-27 08:47:54 +08:00
Nathan.fooo
63bf86df81
Merge pull request #892 from LucasXu0/feat/link
[FR] Implement link feature in AppFlowyEditor #886
2022-08-27 08:46:41 +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
Lucas.Xu
01328442a0 fix: could not delete the image when the selection is multiple 2022-08-26 16:00:20 +08:00
Lucas.Xu
b52f618b1a test: add more test cases for image 2022-08-26 14:06:11 +08:00
appflowy
6e0a191be1 chore: optimize rebuild column 2022-08-26 11:51:42 +08:00
Lucas.Xu
192438fc20
Merge pull request #917 from LucasXu0/feat/export
Update example project
2022-08-26 11:37:53 +08:00
Lucas.Xu
2b2bae80ef chore: update example project and example.json 2022-08-26 10:56:44 +08:00
appflowy
9ce7fcb704 chore: edit create card 2022-08-26 10:05:31 +08:00
appflowy
d3c13d325e chore: fix card animation issue 2022-08-26 09:11:30 +08:00
appflowy
2b725f8f71 chore: add remove out of bound guard 2022-08-26 08:32:25 +08:00