Commit graph

8 commits

Author SHA1 Message Date
Joey Payne
5a15eefc29 Add sorting functions to compare notes
Default sorting is date descending, title ascending. Custom sorting can
be implemented easily with these functions.
2016-03-15 07:54:49 -06:00
Joey Payne
85edd453e9 Add async notes loading functions with filters 2016-03-15 07:54:08 -06:00
Joey Payne
aeb8c07f5a Add object helpers 2016-03-15 07:52:24 -06:00
Joey Payne
4204d56a6f Add utility functions for adding notes 2016-03-11 15:09:47 -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
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
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
d30477bd9d Add ability to add notebooks and refactor code 2016-03-03 11:35:14 -07:00