mawnir

Results 11 comments of mawnir

any progress for this FR? Google Api is free to use and very good.

> No, nothing currently in the works with respect to animations. > > But @dai-shi has made an app to take your excalidraw drawings and animate it as a whole:...

have fix the issue? and where i can find the full code of vs-code-like ?

@cormacncheese: `key={id}` id (from nanoid()) instead of content helped with flash on screen.

Thank you.. and the Fn shortcut in MacBooks?

Like the Gmail example? here is the code: https://github.com/brimdata/react-arborist/blob/main/packages/showcase/pages/gmail.tsx

> const MyDragPreview: React.FC = ({ offset }) => { const style: React.CSSProperties = { position: 'absolute', top: offset ? offset.y : -50, left: offset ? offset.x : -50, height:...

> https://github.com/brimdata/react-arborist/blob/main/packages/showcase/pages/gmail.tsx Create one. i recreated the `TreeApi` for something similir to this [Gmail](https://github.com/brimdata/react-arborist/blob/main/modules/showcase/pages/gmail.tsx) example.

1. Ensure your keyboard shortcut still works: **works fine** 2. Ensure you can change your keyboard shortcut and that works: **no problem** 3. Try only modifier keys (ctrl+shift) or something...