Velenir

Results 21 issues of Velenir

It would be great to be able to screenshot the difference between HEAD and modified file, like what you see when examining a file with changes from Source Control panel...

Currently `toggle` function is created anew on each render. If later passed as a prop to a component it can cause unnecessary rerenders. Memoizing `toggle` with `useCallback` would avoid that

Contributing guide for dx-react

### Steps to reproduce 1. Got to Browse tab 2. The App hangs up with the Wait or Close App modal. But even that modal hangs up and becomes non-interactive...

Bug

Don't know when the problem appeared, but currently on Ubuntu 18.04, Google Chrome Version 70.0.3514.0 (Official Build) dev (64-bit) I can't input a lowercase letter **t**. Nothing happens, as if...

Links with `href="#"` scroll page to top when followed. If todo list is long enough for scrollbars to appear, an unexpected scroll to top looks quite jarring.

Updates: + Extend [`PureComponent`](https://facebook.github.io/react/docs/react-api.html#react.purecomponent) instead of using `PureRenderMixin` + Use [callback pattern](https://facebook.github.io/react/docs/refs-and-the-dom.html#the-ref-callback-attribute) in `refs` + Pass [initial state](http://redux.js.org/docs/recipes/reducers/InitializingState.html) to `createStore` instead of `dispatch`ing as the first action + Use `REDUX_DEVTOOLS_EXTENSION`...

To better conform to one source of thruth principle and also to allow for Redux DevTools timeline controls to set/unset checkbox when appropriate. This makes `TodoItem`a fully controlled component. `onClick`...

`autoFocus` triggers on first time a component mounts / input element gets inserted. Currently all `TextInput`s are rendered together with `TodoItem`s and focus gets only the last of them. When...