feat: queued mutations while reloading or offline
This commit is contained in:
3
types.go
3
types.go
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user