excalidraw/excalidraw-app
Marcel Mraz 260706c42f First step towards delta based history
Introducing independent change detection for appState and elements

Generalizing object change, cleanup, refactoring, comments, solving typing issues

Shaping increment, change, delta hierarchy

Structural clone of elements

Introducing store and incremental API

Disabling buttons for canvas actions, smaller store and changes improvements

Update history entry based on latest changes, iterate through the stack for visible changes to limit empty commands

Solving concurrency issues, solving (partly) linear element issues,  introducing commitToStore breaking change

Fixing existing tests, updating snapshots

Trying to be smarter on the appstate change detection

Extending collab test, refactoring action / updateScene params, bugfixes

Resetting snapshots

Resetting snapshots

UI / API tests for history - WIP

Changing actions related to the observed appstate to at least update the store snapshot - WIP

Adding skipping of snapshot update flag for most no-breaking changes compatible solution

Ignoring uncomitted elements from local async actions, updating store directly in updateScene

Bound element issues - WIP
2023-12-11 11:59:24 +01:00
..
collab First step towards delta based history 2023-12-11 11:59:24 +01:00
components feat: Closing of "Save to.." Dialog on Save To Disk (#7168) 2023-10-19 17:51:50 +00:00
data First step towards delta based history 2023-12-11 11:59:24 +01:00
tests First step towards delta based history 2023-12-11 11:59:24 +01:00
app-jotai.ts refactor: move excalidraw-app outside src (#6987) 2023-09-21 09:28:48 +05:30
app_constants.ts refactor: move excalidraw-app outside src (#6987) 2023-09-21 09:28:48 +05:30
CustomStats.tsx refactor: move excalidraw-app outside src (#6987) 2023-09-21 09:28:48 +05:30
debug.ts feat: Support mermaid flowchart and sequence diagrams to excalidraw diagrams 🥳 (#6920) 2023-11-03 17:41:34 +05:30
index.scss refactor: move excalidraw-app outside src (#6987) 2023-09-21 09:28:48 +05:30
index.tsx First step towards delta based history 2023-12-11 11:59:24 +01:00
sentry.ts refactor: move excalidraw-app outside src (#6987) 2023-09-21 09:28:48 +05:30