Jim Porter

Results 51 issues of Jim Porter

Sometimes, fields in an entry could be legitimately blank (e.g. an entry for your wifi password might not have a URL and probably don't have a username). To help ensure...

feature

Users should have the ability to enter more text than we allow, with the UI indicating that the form is now invalid. @changecourse Do you have any thoughts on what...

feature

For keyboard users, the tab key is an important tool for navigating around the window. With that in mind, we should do our best to ensure that the tab stops...

feature

Currently, when we load an item's details (in the doorhanger or the manager), we fetch all the item details, including the password. This means that the password is stored unencrypted...

feature

This should help give people some actual passwords to try out Lockbox with, rather than forcing people to manually enter all their accounts.

feature

[It's better.](https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring)

feature

We should make sure our test files match the modularized Redux code as defined by #446, #447, and #448.

chore

The list/cache reducer and the editor reducer use some of the same actions, which is a violation of the [ducks](https://github.com/erikras/ducks-modular-redux) pattern, as well as being very bug-prone. To fix this,...

chore

The `cache` and `list` reducers in our Redux code are really very-tightly related and they should just be merged. There's no benefit I can think of for them being separate...

chore

I've noticed that Greenkeeper is only updating stuff whose major or minor version has changed, not the patch version. This seems like a problem, since it means we'd have to...

chore