This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refresh backlinks regardless of whether editor content is stale (#859)
Fixes #857 # Changes - Backlinks are now loaded independently of the memo in both the viewer and editor - Backlinks are refreshed regardless of whether the editor content is refresh on `.appear` - `DataService.readMemoDetail` and `DataService.readEditorMemoDetail` are both much simpler due to the introduction of `DataService.readMemoBacklinks` - Both the viewer an editor will refresh backlinks and transcludes (in the case of the viewer) if indexing completes in the BG - To accomplish this I had to pass `app` down to the viewer and editor so they can replay select actions - I'd already done this on the profile, so I refactored into a common `.fromAppAction` pattern
- Loading branch information
1 parent
7c83f52
commit fa508bc
Showing
9 changed files
with
234 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.