You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
success/excalidraw-app
Are 2e61926a6b
feat: initial Laser Pointer MVP (#6739)
* feat: initial Laser pointer mvp

* feat: add laser-pointer package and integrate it with collab

* chore: fix yarn.lock

* feat: update laser-pointer package, prevent panning from showing

* feat: add laser pointer tool button when collaborating, migrate to official package

* feat: reduce laser tool button size

* update icon

* fix icon & rotate

* fix: lock zoom level

* fix icon

* add `selected` state, simplify and reduce api

* set up pointer callbacks in viewMode if laser tool active

* highlight extra-tools button if one of the nested tools active

* add shortcut to laser pointer

* feat: don't update paths if nothing changed

* ensure we reset flag if no rAF scheduled

* move `lastUpdate` to instance to optimize

* return early

* factor out into constants and add doc

* skip iteration instead of exit

* fix naming

* feat: remove testing variable on window

* destroy on editor unmount

* fix incorrectly resetting `lastUpdate` in `stop()`

---------

Co-authored-by: dwelle <luzar.david@gmail.com>
1 year ago
..
collab refactor: move excalidraw-app outside src (#6987) 1 year ago
components refactor: move excalidraw-app outside src (#6987) 1 year ago
data feat: initial Laser Pointer MVP (#6739) 1 year ago
tests refactor: move excalidraw-app outside src (#6987) 1 year ago
CustomStats.tsx refactor: move excalidraw-app outside src (#6987) 1 year ago
app-jotai.ts refactor: move excalidraw-app outside src (#6987) 1 year ago
app_constants.ts refactor: move excalidraw-app outside src (#6987) 1 year ago
debug.ts refactor: move excalidraw-app outside src (#6987) 1 year ago
index.scss refactor: move excalidraw-app outside src (#6987) 1 year ago
index.tsx refactor: move excalidraw-app outside src (#6987) 1 year ago
sentry.ts refactor: move excalidraw-app outside src (#6987) 1 year ago