Commit graph

21 commits

Author SHA1 Message Date
Joey Payne
28bd1f201c Fix duplicate notebooks appearing when adding new ones 2016-03-05 17:13:07 -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
f5ac7539bc Add jest unit tests for adding and deleting notebooks 2016-03-04 20:54:19 -07:00
Joey Payne
8b26f60632 Use the latest version of jest and jasmine 2016-03-04 19:47:41 -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
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
e2c13cd1db Refactor SearchBar into a component 2016-03-03 12:04:39 -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
Joey Payne
03238ad179 Add proper resizing of scrollable Notebook area
Resizing needed to be 100% of the height, but css would not work. Jquery
is now used.
2016-03-03 11:35:14 -07:00
Joey Payne
54d64cc124 Add global state and right click menu using redux 2016-03-03 11:35:14 -07:00
Joey Payne
9821373504 State progress update 2016-03-03 11:35:14 -07:00
Joey Payne
42822d2ec9 Add more navigation functionality 2016-03-03 11:35:14 -07:00
Joey Payne
3a682cf0b7 Ignore vim files in gitignore file 2016-03-03 11:35:14 -07:00
Joey Payne
ac40024528 Remove unnecessary test files
Mobile tear sheet and related image file removed because they were not
necessary any more.
2016-03-03 11:35:14 -07:00
Joey Payne
c5c75efc23 Add initial journal app with library menu on left 2016-03-03 11:35:14 -07:00
Joey Payne
eea2940738 Add git ignore for Node 2016-03-03 11:35:14 -07:00
Joey Payne
6c4c8b382c Add initial README 2016-03-03 11:34:36 -07:00