Feature: show sync pipeline as left-side checklist during sync#123
Merged
TheRealSavi merged 3 commits intoJun 15, 2026
Conversation
860788e to
f988b40
Compare
f988b40 to
6e2ac4f
Compare
TheRealSavi
reviewed
Jun 15, 2026
TheRealSavi
left a comment
Owner
There was a problem hiding this comment.
Thanks for the PR!
no worries on implementation details - as the syncengine truely is a big mess. I have some changes on my machine that will be coming to live soon that will refactor it to be more simple.
Contributor
Author
|
Your doing amazing work, I'm so appreciative of you doing this as it does exactly what I wanted. In happy I can help a little :) On one hand the syncing is complex, on the other hand it is the main backbone of the program so of anything was to be complex, it's the bit I'd expect. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This was my first pass for adding a left side indication panel during sync to show progress.
Let me know anything else I can do to help / also feel free to re-write or change it up however you want (:
I don't love having
DEFAULT_PIPELINEbut I didn't spot a good gui layer to put this in otherwise as the current progress view wasn't aware of the stages; and the SyncEngine objects rapidly got harder to follow.Closes #121
EDIT: I'll re-push later to fixup CI I didn't run locally.
EDIT: CI updated & rebased