Commit Graph

541 Commits

Author SHA1 Message Date
QiShaoXuan 03c01985c2 fix: lint error 2022-08-25 10:51:27 +08:00
QiShaoXuan 2e2d0b121b fix: replace activatable to editable 2022-08-24 19:41:06 +08:00
DarkSky 280fb4d8c7 Merge remote-tracking branch 'origin/develop' into fix/experience 2022-08-24 19:17:53 +08:00
mitsuha 13fe35ad61 feature: 1. add toc; 2022-08-24 19:05:06 +08:00
xiaodong zuo 9169421460 feat: Double-link: Search interaction 2022-08-24 18:32:25 +08:00
DiamondThree 712566ca84 Bugfix/board style (#321)
* fix style

* fix drag bounds

* fix drag bounds

* delete log

* delete log

* fix:lint

* fix:lint

* fix:lint

* fix:bounds show
2022-08-24 16:51:19 +08:00
QiShaoXuan c20288ce76 feat: add clipboardEvent2Blocks for white board to paste 2022-08-24 16:39:29 +08:00
zuomeng wang dad12b2a79 fix: update sidebar shadow (#323) 2022-08-24 15:38:58 +08:00
QiShaoXuan ce0c021c5e fix: copy in white board will thorw error 2022-08-24 15:22:41 +08:00
QiShaoXuan 012c0441d0 refactor: recode html2block 2022-08-24 14:41:21 +08:00
DiamondThree 617e9a0612 Bugfix/delete log (#315)
* fix delete log

* fix delete log
2022-08-24 13:47:47 +08:00
lawvs 123091c1aa chore: add warn comment 2022-08-24 02:08:00 +08:00
lawvs a4dc7bf127 refactor: update block 2022-08-24 02:08:00 +08:00
lawvs dd24711f21 refactor: update editor 2022-08-24 02:08:00 +08:00
lawvs eb02e62a0e feat: new useBlockRender API 2022-08-24 02:08:00 +08:00
mitsuha(XiWen TU) a07c865161 Merge branch 'develop' into opti-toc-dev 2022-08-24 01:55:20 +08:00
austaras eedb4864df mod(whiteboard): close tool panel when select tool 2022-08-23 17:04:20 +08:00
mitsuha ab070daa7e feat: 1. add toc; 2022-08-23 15:37:44 +08:00
xiaodong zuo 7d35303395 feat: Inlinemenu double link interaction 2022-08-23 10:37:14 +08:00
Qi 6f1833ded3 Merge pull request #302 from toeverything/refactor/variable
refactor: change activatable to editable in BaseVeiw
2022-08-22 22:26:03 +08:00
QiShaoXuan 4b904ef762 refactor: refactor block2html in clipboard 2022-08-22 22:03:11 +08:00
QiShaoXuan 065f833564 refactor: remove clipboard utils to ClipboardUtils 2022-08-22 10:29:42 +08:00
QiShaoXuan 17e454b1e6 refactor: refactor clipboard 2022-08-21 22:58:41 +08:00
DarkSky 78184741a2 Merge pull request #297 from toeverything/feat/shapes-bindings
Feat/shapes bindings
2022-08-19 23:42:15 +08:00
QiShaoXuan e1dece0595 refactor: change activatable to editable in BaseVeiw 2022-08-19 20:41:09 +08:00
DiamondThree 27a35ea6a2 feat add jump shapes 2022-08-19 20:06:44 +08:00
xiaodong zuo b53581aae5 feat: Intra-line double link interaction 2022-08-19 18:42:46 +08:00
xiaodong zuo 6bc78b35ec feat: Intra-line double link interaction 2022-08-19 18:30:52 +08:00
xiaodong zuo 63634e2057 Merge branch 'develop' into feat/doublelink 2022-08-19 18:26:47 +08:00
xiaodong zuo 3570aab4e8 feat: Intra-line double link interaction 2022-08-19 18:22:57 +08:00
DiamondThree f29ad0f840 fix: lint 2022-08-19 16:46:04 +08:00
DiamondThree 2eaf26c40f fix:shapaes 2022-08-19 16:37:04 +08:00
xiaodong zuo 33d8b551d4 feat: Intra-line double link interaction 2022-08-19 12:06:50 +08:00
xiaodong zuo c67d961d66 feat: Intra-line double link interaction 2022-08-19 11:56:57 +08:00
xiaodong zuo 9411422faf feat: Intra-line double link interaction 2022-08-19 11:41:53 +08:00
xiaodong zuo 2406f9556f feat: Intra-line double link interaction 2022-08-19 11:13:15 +08:00
Whitewater ad0738083a Merge pull request #106 from toeverything/feat/editable-kanban-card
Feat/editable kanban card
2022-08-19 11:02:42 +08:00
DiamondThree 22883de54e fix:shapaes bidings error 2022-08-19 10:49:30 +08:00
xiaodong zuo dd1b160ef4 Merge branch 'develop' into feat/doublelink 2022-08-19 10:37:46 +08:00
xiaodong zuo 1820135f3a feat: Intra-line double link interaction 2022-08-19 10:27:26 +08:00
xiaodong zuo f0f60654e8 feat: Intra-line double link interaction 2022-08-19 09:57:04 +08:00
xiaodong zuo 438d814d49 feat: Intra-line double link interaction 2022-08-19 06:17:30 +08:00
xiaodong zuo a58825dd2f feat: Intra-line double link interaction 2022-08-19 05:23:25 +08:00
Qi fdafde8ad1 Merge pull request #283 from toeverything/fix/experience
Fix/experience
2022-08-18 20:16:46 +08:00
QiShaoXuan 66a36481e1 fix: prettier code style 2022-08-18 20:09:35 +08:00
QiShaoXuan 59cd2af918 Merge branch 'fix/experience' of github.com:toeverything/AFFiNE into fix/experience 2022-08-18 20:08:11 +08:00
Qi 61f15ba843 Update libs/components/editor-core/src/editor/clipboard/utils.ts
Co-authored-by: Whitewater <me@waterwater.moe>
2022-08-18 20:04:03 +08:00
DiamondThree 4724aee96e fix:shapaes bidings error 2022-08-18 18:22:52 +08:00
austaras 6915c9c2a5 fix(whiteboard): only allow pan when middle button is pressed 2022-08-18 18:22:26 +08:00
QiShaoXuan d1835e8cad feat: update logic of copy group block 2022-08-18 18:20:07 +08:00