Commit Graph

14 Commits

Author SHA1 Message Date
Arthur
6c48b15bc0 chore: update backend demo 2023-03-13 14:03:16 +08:00
gazedreamily
ddbe9ede10 feat: add copy sheet function 2023-01-13 20:19:59 +08:00
gazedreamily
075fcf5eea fix: reorder when deleting or adding sheet 2022-12-20 16:03:06 +08:00
gaze
d6e1db58c4 feature: support for undo at adding and deleting sheet 2022-12-20 12:26:43 +08:00
Arthur
fcbfbe594f feat: server save presences 2022-05-13 18:59:58 +08:00
Arthur
f8dcd0d36a feat: add presence 2022-05-10 22:39:53 +08:00
zyc9012
c6f4839d7f chore: (breaking) rename sheet.index -> sheet.id
The field `index` of a sheet is confusing, it's actually an `id`, this commit updates this field globally:
sheet.index -> sheet.id
calcChain.index -> calcChain.id
op.index -> op.id
2022-05-04 15:20:54 +08:00
zyc9012
bce2d934fd feat: special op for sheet add / delete 2022-04-14 10:50:41 +08:00
zyc9012
88c7ca1b4e fix: backend sheet fetching and init 2022-04-14 10:50:41 +08:00
zyc9012
536b115984 fix(op): row col change also changes formula range 2022-04-12 09:02:16 +08:00
zyc9012
e11bc8db71 chore: deal with row/col insertion/deletion op specifically as they emits too much op data 2022-04-12 09:02:16 +08:00
zyc9012
21c611dd9b fix: op not emitting on border config 2022-04-12 09:01:40 +08:00
zyc9012
93ff50a547 feat: backend op processing 2022-04-12 09:01:00 +08:00
zyc9012
a537616bcb feat: collabrative editing with backend demo (incompleted) 2022-04-12 09:00:59 +08:00