ayushagg31 / Trellis

A simplified Trello clone built with React, Redux, Node, Express and MongoDB.
https://trellis-app.herokuapp.com
GNU General Public License v3.0
127 stars 54 forks source link

Allow enter key to add new boards, lists, and cards #50

Closed jeffslofish closed 3 years ago

jeffslofish commented 3 years ago

Description

keyDown handlers are added that check for the "Enter" key being pressed when editing boards, lists, or cards. If "Enter" is pressed, then the board, list, or card is created immediately, instead of the user having to press the button with the mouse.

Contribution Guidelines Please read through the Contribution Guidelines

Fixes # (issue reference) Fixes #46

Type of change

Expected Outcome

Additional Information

ayushagg31 commented 3 years ago

Thanks for the contribution @jeffslofish.