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.
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.