Skip to content

Allow 'return' to submit login form#13

Open
macro1 wants to merge 4 commits intomasterfrom
login
Open

Allow 'return' to submit login form#13
macro1 wants to merge 4 commits intomasterfrom
login

Conversation

@macro1
Copy link
Collaborator

@macro1 macro1 commented Apr 26, 2017

When filling in a form, return key should submit. This includes login forms.

This took some doing, as the versions in the frontend weren't pinned down enough to allow setting up the environment easily. I used node 0.10.26 as suggested by .node-version, but the newer versions of some of the JS libraries don't like older node, so I swapped to a more conservative versioning specification for all libraries (~ vs ^). Also added two libraries that weren't present and required specific versions to be pinned.

For some reason the versions I have installed compile a slightly different bundle, but I don't care enough to figure out the magic combo to make it be seamless. @krister1028 do you want me to hard pin to what I have right now? In the last commit I noted that dedupe works. That means you can install exactly one version of every library, the dependencies are consistent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant