feat(web): update bridge module
This commit is contained in:
@@ -13,25 +13,25 @@ pub enum BridgeMessage {
|
||||
SeekTime(f64),
|
||||
StepForward,
|
||||
StepBackward,
|
||||
|
||||
|
||||
// UI state
|
||||
SetVolume(f32),
|
||||
SetMuted(bool),
|
||||
SetSpeed(f32),
|
||||
|
||||
|
||||
// Overlay toggles
|
||||
ToggleSubtitle,
|
||||
ToggleYolo,
|
||||
ToggleChunks,
|
||||
|
||||
|
||||
// Zoom/Pan
|
||||
Zoom(f32),
|
||||
Pan(f32, f32),
|
||||
ResetView,
|
||||
|
||||
|
||||
// File operations
|
||||
OpenFile(String),
|
||||
|
||||
|
||||
// Queries
|
||||
GetState,
|
||||
GetSubtitle(f64),
|
||||
|
||||
Reference in New Issue
Block a user