Commit graph

10 commits

Author SHA1 Message Date
Joey Payne
48391620c1 Fix notebook text field not focusing properly 2016-05-17 07:26:37 -06:00
Joey Payne
3f5440ab16 Remove unused 'tapped' and 'blank' functions 2016-03-15 08:04:19 -06:00
Joey Payne
05fc720669 Give entry selector context menu actions and store
The store helps to access global state modifications using redux.
The context menu actions will be used in the future when right clicking
notes.
2016-03-11 15:15:17 -07:00
Joey Payne
d14eed9965 Add state for navigation
Currently selected navigation item is available under the navigation
variable so that the whole application has access to it.
2016-03-06 11:08:42 -07:00
Joey Payne
c9b324c68b Remove additional references to rethink 2016-03-06 08:54:38 -07:00
Joey Payne
c1340ef758 Refactor context menu actions and constants
This is in order to accomodate more stateful objects by separating the
context menu specific actions and constants into their own files.
2016-03-05 17:24:23 -07:00
Joey Payne
0ecf7b818b Remove rethink references and old main js file
Remove them because rethink integration will be saved for the paid
model.

The main.jsx file was replaced by the app/containers/App.jsx file.
2016-03-05 17:07:36 -07:00
Joey Payne
cc759a2995 Adjust APP_NAME to be inside utils
APP_NAME should be visible from any component and module, so putting it
in utils makes the most sense.
2016-03-04 08:57:45 -07:00
Joey Payne
b497ec46f2 Create entries list section 2016-03-03 11:35:14 -07:00
Joey Payne
d30477bd9d Add ability to add notebooks and refactor code 2016-03-03 11:35:14 -07:00