fix some more bugs and refine the sidenav

This commit is contained in:
Gareth George
2026-04-20 16:47:14 -07:00
parent 94cc50e51c
commit 53bfbeec94
5 changed files with 249 additions and 41 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ func (c *syncSessionHandlerClient) HandleRequestOperations(ctx context.Context,
ReceiveOperations: &v1sync.SyncStreamItem_SyncActionReceiveOperations{
Event: &v1.OperationEvent{
Event: &v1.OperationEvent_CreatedOperations{
CreatedOperations: &v1.OperationList{Operations: batch},
CreatedOperations: &v1.OperationList{Operations: newOps},
},
},
},