Commit Graph

66 Commits

Author SHA1 Message Date
QiShaoXuan
c5a9764e56 refactor: refactor logic of value history 2022-08-03 19:24:49 +08:00
QiShaoXuan
503752ce00 refactor: remove useless params in setValue method 2022-08-03 19:21:30 +08:00
QiShaoXuan
c347878f23 refactor: improves readability 2022-08-03 18:02:28 +08:00
QiShaoXuan
7b543ec2c1 fix: fixed #19 2022-08-03 18:01:00 +08:00
QiShaoXuan
13b608277d refactor: abstract the logic of the value history to the recastBlock 2022-08-03 18:00:00 +08:00
QiShaoXuan
fe9a4470fc fix: fix mui select throw wraning when pendant select change 2022-08-03 11:18:00 +08:00
QiShaoXuan
727c742889 feat: modify the type of animation that appears for the pendant Add button 2022-08-03 11:14:52 +08:00
QiShaoXuan
dd4360fb79 fix: The status history in kanban mode cannot be synced to text mode, fixed #43 2022-08-02 19:44:04 +08:00
QiShaoXuan
f18f51ba7c feat: support group by status in kanban mode, resolved #40 2022-08-02 19:10:51 +08:00
Qi
418e260ade
Merge pull request #21 from toeverything/feat/block-pendant
Feat/block pendant
2022-08-02 15:06:29 +08:00
QiShaoXuan
2ee360918c chore: abstracting callback functions to reduce the complexity of the jsx 2022-08-02 14:53:44 +08:00
QiShaoXuan
2d3ae52bbd fix: fix spelling mistakes 2022-08-01 20:11:53 +08:00
austaras
c32878dea9 fix(plugin): fix left menu behavior 2022-08-01 18:07:35 +08:00
QiShaoXuan
64877f1c4d Merge branch 'master' into feat/block-pendant 2022-08-01 17:50:45 +08:00
QiShaoXuan
7dc25bfa95 fixed: when remove all tag, editor will throw error in tag history popover, fixed #20 2022-08-01 17:37:18 +08:00
QiShaoXuan
5c71eb4f0f feat: error message will be appear when tag edit empty, resolved #13 2022-08-01 16:25:32 +08:00
tzhangchi
b5cc15287f refactor(src): change affine to AFFiNE in string 2022-08-01 14:27:26 +08:00
DarkSky
d7a5809861 fix: rebase glitch 2022-08-01 02:15:25 +08:00
qishaoxuan
36d8c0493d feat: add default title when pendant type change, resolved #616 2022-07-29 11:05:54 +08:00
qishaoxuan
56eae05a0f feat: add tab-index in select 2022-07-28 14:06:56 +08:00
qishaoxuan
ec80998b82 refactor: refactor input component, to support tab-index 2022-07-28 14:05:52 +08:00
mitsuhatu
d18a07727c opti: topbar style 2022-07-28 17:58:25 +08:00
SaikaSakura
142523337b feat: grid item style 2022-07-28 18:16:43 +08:00
SaikaSakura
cfe9d5a82d feat: select in grid 2022-07-27 18:13:52 +08:00
austaras
e150b7c32a fix(plugin): make group menu invisible when leave 2022-07-28 16:24:46 +08:00
qishaoxuan
f4d3a6eafa refactor: refactor lock scroll 2022-07-28 15:52:17 +08:00
qishaoxuan
439eb90e93 feat: add frozen scroll method in editor.scrollManager, resolved #564 2022-07-27 19:06:59 +08:00
qishaoxuan
937221a040 fix: fix selection rect error when editor is scrolling, fixed #563 2022-07-27 17:56:52 +08:00
qishaoxuan
500a68df7a fix: adaptation of editor changes and restoration of scrollManager functionality 2022-07-27 15:53:20 +08:00
lawvs
31c8747f33 chore: update view text 2022-07-28 16:53:02 +08:00
lawvs
1dfb241eee fix: hide groupBy tag at kanban 2022-07-28 15:46:55 +08:00
qishaoxuan
56a9e2ead5 refactor: refactor pendant history 2022-07-27 23:00:20 +08:00
qishaoxuan
4c35337dbb chore: fix codereview problems 2022-07-27 19:51:36 +08:00
qishaoxuan
a881556ad3 chore: optimisation code 2022-07-26 18:53:28 +08:00
qishaoxuan
c6cad6a911 feat: support editing title when editing tag, resolved #538 2022-07-26 18:18:11 +08:00
qishaoxuan
cb7400b091 feat: add button only show on hover, resolved #526 2022-07-26 16:43:31 +08:00
qishaoxuan
23b31b327f fix: fix pendant color error, fixed #537 2022-07-26 15:44:34 +08:00
qishaoxuan
a7c76c0bce feat: add animate in trigger, resolved #529 2022-07-25 19:10:02 +08:00
qishaoxuan
dd75c36a4a feat: add shortcut in select like pendant, resolved #528 2022-07-25 19:06:22 +08:00
austaras
21fbadb399 feat(plugin): migrate plugin runner to rxjs 2022-07-27 16:22:05 +08:00
DarkSky
79b1547721 feat: jwst connectivity 2022-07-27 20:35:44 +08:00
lawvs
6ef0e5e567 chore: clean code 2022-07-27 16:15:42 +08:00
lawvs
3deabad74c chore: sunset scene api 2022-07-27 16:15:21 +08:00
lawvs
29d5a8c971 chore: remove property correct 2022-07-27 16:12:54 +08:00
lawvs
91781b4d75 feat(editor-core): async block support remove property 2022-07-27 15:56:29 +08:00
lawvs
bea829efd6 fix: view api 2022-07-27 18:31:36 +08:00
DiamondThree
144a0f4af9 fix: code copy to clipboard 2022-07-27 11:48:01 +08:00
austaras
455feedce5 fix(plugin): remove onscroll 2022-07-27 14:17:53 +08:00
austaras
b9f46028a8 fix(editor): remove rootRect and modify layout 2022-07-26 17:28:19 +08:00
lawvs
8b5e47ed73 chore: update import 2022-07-27 12:07:51 +08:00