Skip to content

Commit

Permalink
Added improved transcript navigation controls
Browse files Browse the repository at this point in the history
  • Loading branch information
warmans committed Sep 28, 2024
1 parent 2fbddbf commit 70fa6ff
Show file tree
Hide file tree
Showing 6 changed files with 1,186 additions and 929 deletions.
31 changes: 31 additions & 0 deletions gui/src/assets/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1567,6 +1567,20 @@
"required": false,
"type": "integer",
"format": "int32"
},
{
"name": "range.start",
"in": "query",
"required": false,
"type": "integer",
"format": "int32"
},
{
"name": "range.end",
"in": "query",
"required": false,
"type": "integer",
"format": "int32"
}
],
"tags": [
Expand Down Expand Up @@ -2297,6 +2311,19 @@
}
}
},
"rskDialogRange": {
"type": "object",
"properties": {
"start": {
"type": "integer",
"format": "int32"
},
"end": {
"type": "integer",
"format": "int32"
}
}
},
"rskDialogResult": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -3121,6 +3148,10 @@
"items": {
"$ref": "#/definitions/rskDialog"
}
},
"maxDialogPosition": {
"type": "integer",
"format": "int32"
}
}
},
Expand Down
31 changes: 31 additions & 0 deletions server/gen/api/open-api/transcript.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,20 @@
"required": false,
"type": "integer",
"format": "int32"
},
{
"name": "range.start",
"in": "query",
"required": false,
"type": "integer",
"format": "int32"
},
{
"name": "range.end",
"in": "query",
"required": false,
"type": "integer",
"format": "int32"
}
],
"tags": [
Expand Down Expand Up @@ -1085,6 +1099,19 @@
}
}
},
"rskDialogRange": {
"type": "object",
"properties": {
"start": {
"type": "integer",
"format": "int32"
},
"end": {
"type": "integer",
"format": "int32"
}
}
},
"rskMedia": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1466,6 +1493,10 @@
"items": {
"$ref": "#/definitions/rskDialog"
}
},
"maxDialogPosition": {
"type": "integer",
"format": "int32"
}
}
},
Expand Down
Loading

0 comments on commit 70fa6ff

Please sign in to comment.