You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when you take actions that will take a while, such as moving a commit from one branch to another, moving a changed file from one commit to another, or etc, these actions can take around 2 seconds on a large monorepo like mine, but there is not loading spinner that indicates that the action is in progress.
How to reproduce (Optional)
Drag a commit from one branch to another branch on a large monorepo
Drag a changed file from one commit to another commit on a branch in a large monorepo
Expected behavior (Optional)
There should be a loading spinner somewhere indicating the action is in progress
Relevant log output (Optional)
The text was updated successfully, but these errors were encountered:
Even though the next major release is going to be much more efficient, there is still no notion of long-running processes. For instance, when cloning a repository, the UI just hangs there without any progress indication.
Showing progress certainly is yet to be solved in the UI (I think), but hope @PavelLaptev will correct me. Also CC to @amrbashir in case tauri already has support for long-running operations and progress reporting.
Version
0.14.8
Operating System
macOS
Distribution Method
dmg (Mac OS - Apple Silicon)
Describe the issue
Currently when you take actions that will take a while, such as moving a commit from one branch to another, moving a changed file from one commit to another, or etc, these actions can take around 2 seconds on a large monorepo like mine, but there is not loading spinner that indicates that the action is in progress.
How to reproduce (Optional)
Drag a commit from one branch to another branch on a large monorepo
Drag a changed file from one commit to another commit on a branch in a large monorepo
Expected behavior (Optional)
There should be a loading spinner somewhere indicating the action is in progress
Relevant log output (Optional)
The text was updated successfully, but these errors were encountered: