ubaniabalogun/task-stack

Create UI for Data Entry View

Closed this issue · 1 comments

Create the UI for the Data Entry View that is displayed when the Entry View Hotkey is pressed.
The UI includes a text entry box, the app Icon beside it in a horizontal line, and a handler that acts on the user input when the enter key is pressed.

PR #14 Addresses this issue.

Lessons & Notes

  • Radium was included to assist with inline styles. It provides mechanism for implementing selectors inline and for chaining multiple styles together in the styles attribute
  • Inline styles were decided upon because I don't have enough information in this space to make a truly informed decision, so I'm experimenting with what's currently available. More work may need to be done on this.
  • Icon has not yet been applied to button as icon isn't designed yet.