Joey Payne
b9ee0f57f7
Make "Styles" and "Colors" consistently named
2016-03-18 07:27:25 -06:00
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
Joey Payne
83e9d04ba5
Remove navItems and navigation related functionality
...
This functionality is now in reducers/navigation which makes the
code cleaner.
2016-03-15 08:05:40 -06:00
Joey Payne
3f5440ab16
Remove unused 'tapped' and 'blank' functions
2016-03-15 08:04:19 -06:00
Joey Payne
7684e53c47
Add ability to add notes to notebooks
...
Notes are added to the selected notebook on the left and they
appropriately update the numbers next to the labels.
Notes will also load based on notebook/menu item selection.
2016-03-11 15:21:50 -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
28bd1f201c
Fix duplicate notebooks appearing when adding new ones
2016-03-05 17:13:07 -07:00
Joey Payne
f5ac7539bc
Add jest unit tests for adding and deleting notebooks
2016-03-04 20:54:19 -07:00
Joey Payne
e53cbd0fc6
Add testing infrastructure using jest
...
Added simple test to illustrate how to use jest with react.
2016-03-03 14:32:30 -07:00
Joey Payne
98cebb16db
Add user no select on entries
...
This is so that text that appears in entries is not selectable.
2016-03-03 11:35:14 -07:00
Joey Payne
cfeb438af2
Add styling changes and beginnings of adding notes
...
Zoom set to 85% since components can't be resized.
Added start of functionality to add notes.
2016-03-03 11:35:14 -07:00
Joey Payne
6912567122
Add search bar and test entry item
2016-03-03 11:35:14 -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