feat: queued mutations while reloading or offline

This commit is contained in:
2026-08-03 12:14:31 +02:00
parent 63b6a645e0
commit 312b25fd39
11 changed files with 1247 additions and 28 deletions

View File

@@ -17,6 +17,7 @@ type PullRequest struct {
ViewerAuthored bool
FromCache bool
CachedAt time.Time
Pending bool `json:"-"`
}
type PRDetails struct {
@@ -242,6 +243,7 @@ type ReviewThread struct {
Model string
HeadOID string
Fingerprint string
Pending bool `json:"-"`
}
type ReviewComment struct {
@@ -261,6 +263,7 @@ type ReviewComment struct {
Origin string
Provider string
Model string
Pending bool `json:"-"`
}
const (