a5830ccbc4
Load the journal list after onboarding
2019-01-10 13:03:00 +01:00
4bb02b12d6
Hookup the Journal app to git
...
Now notes are saved in the git repo, and immediately synced. This is not
the best implementation, as the notes are being reloaded a lot, and
the error handling is terrible (I miss golang). But it's the first
working poc.
2019-01-09 12:55:53 +01:00
eb2c9eb33f
Note: Rename 'createdAt' to 'created'
...
My notes already use the key 'created', and I don't want to have to
change that.
2018-06-01 19:04:48 +02:00
fdf8c06c24
Add Note serializers
...
This way we don't only need to use json.
2018-06-01 18:57:53 +02:00
973f21a24c
Give each Note a unique id
...
Otherwise we're overwriting that one note.
2018-05-21 17:04:03 +02:00
0cb36b2981
Make the state global and connect the add note screen
...
This is a huge work in progress, but it finally seems to kinda work.
2018-05-21 16:51:29 +02:00
4fcc6d9120
Add a FileStorage class
...
With a test!
2018-05-21 15:31:34 +02:00
8adfb776d0
Split NoteViewer into another file
2018-05-17 18:28:20 +02:00