feat: queued mutations while reloading or offline
This commit is contained in:
@@ -658,6 +658,9 @@ func renderAIProgressBar(width int, progress AIRunProgress, spinner int) string
|
||||
}
|
||||
|
||||
func localAICommentBadge(comment ReviewComment) string {
|
||||
if comment.Pending {
|
||||
return " " + warnStyle.Render("[PENDING]")
|
||||
}
|
||||
switch comment.Origin {
|
||||
case reviewOriginLocalAI:
|
||||
return " " + warnStyle.Render("[LOCAL AI · LOCAL ONLY]")
|
||||
|
||||
Reference in New Issue
Block a user