excalidraw/src/renderer
Thomas Steiner 1837147c55
feat: Add idle detection to collaboration feature (#2877)
* Start idle detection implementation

* First working version

* Add screen state

* Add type safety

* Better rendering, enum types, localization

* Add origin trial token

* Fix

* Refactor idle detection to no longer use IdleDetector API

* Cleanup some leftovers

* Fix

* Apply suggestions from code review

* Three state: active 🟢, idle 💤, away ️

* Address feedback from code review
Thanks, @lipis

* Deal with unmount

Co-authored-by: Panayiotis Lipiridis <lipiridis@gmail.com>
2021-02-04 11:55:43 +01:00
..
index.ts Refactor Element Functions (#233) 2020-01-07 19:04:52 +04:00
renderElement.ts Expand canvas padding based on zoom. (#2515) 2020-12-12 16:34:36 +01:00
renderScene.ts feat: Add idle detection to collaboration feature (#2877) 2021-02-04 11:55:43 +01:00
roundRect.ts Prefer arrow functions and callbacks (#1210) 2020-05-20 15:21:37 +02:00