TechNote/app
Joey Payne a705d8cd3f Fix navigation issues with deleting and clicking
Deleting a notebook would only work on the first item because
array.slice works differently than intended.

When adding a new notebook, it now focuses on that notebook and loads
the proper notes. Same when deleting a notebook.
2016-03-15 08:14:48 -06:00
..
actions Add stateful redux functions for navigation 2016-03-11 15:08:36 -07:00
components Fix navigation issues with deleting and clicking 2016-03-15 08:14:48 -06:00
constants Add stateful redux functions for navigation 2016-03-11 15:08:36 -07:00
containers Remove unused 'tapped' and 'blank' functions 2016-03-15 08:04:19 -06:00
enhance Add ability to add notebooks and refactor code 2016-03-03 11:35:14 -07:00
reducers Refactor 'nb' naming to more accurate 'menuItem' 2016-03-15 07:59:58 -06:00
static Add proper resizing of scrollable Notebook area 2016-03-03 11:35:14 -07:00
store Add ability to add notebooks and refactor code 2016-03-03 11:35:14 -07:00
utils.jsx Add sorting functions to compare notes 2016-03-15 07:54:49 -06:00