mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
* feat: add smooth cursor animation * fix: hide cursor when editor not focused * fix: add blinking while stationary * fix: prosemirror codemark added for getting access to plugin state * fix: properly show smooth cursor along with fake cursor of the inline code block * fix: refactored config screen for multiple options * fix: added configuration for smooth cursor behaviour * temp: remove later, workaround in store * fix: css of toggle * fix: change Appearance to Preferences * fix: project page console logs * fix: rename variable and initialization * fix: smooth cursor decoration hiding instead of destroying * fix: adding isEditable before rendering smooth cursor decoration itself * fix: smooth cursor toggle added * fix: remove unused classes * fix: removing toasts * fix: build errors * fix: keyboard navigation * fix: slash commands rendering converted to floating ui * fix: styles and reactiveness * fix: add language support * fix: isSmoothCursorEnabled has been changed * fix: push extensions