TechNote/app/components
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
..
__tests__ Add state for navigation 2016-03-06 11:08:42 -07:00
EntrySelector.jsx Add ability to add notes to notebooks 2016-03-11 15:21:50 -07:00
Item.jsx Add search bar and test entry item 2016-03-03 11:35:14 -07:00
LibraryNav.jsx Fix navigation issues with deleting and clicking 2016-03-15 08:14:48 -06:00
SearchBar.jsx Cleanup searchbar long line 2016-03-11 15:14:16 -07:00
SelectableList.jsx Make default list item propable 2016-03-11 15:12:53 -07:00