yaseenkadir / etchedjournal

An encrypted journal where entries are etched in stone.
Apache License 2.0
0 stars 0 forks source link

Navbar not populated when loading non-journals pages #105

Closed yaseenkadir closed 5 years ago

yaseenkadir commented 5 years ago

With #102 the navbar is populated with the journals. However, the journals are only fetched when the user visits the journals page. If a user refreshes an entry page, no request is sent to fetch the journals.

This issue will arise as we continue to migrate to stores. We need a way to initialize without being tied to a component. The best thing (imo) is to listen to encrypters. Once the encrypter has been set we can then go and pull all the data as we need it.