Commit b133a65
authored
feat(visualizer): device-aware shell rendering with Remotion Player (#2023)
* feat(player): add opening and step scenes for video player
* feat(visualizer): implement cyberpunk visual effects in video export
* feat(visualizer): enhance browser shell with 3D effects and chrome elements
* feat(visualizer): introduce ScriptFrame data structure and refactor calculateFrameMap function
* fix(player): improve player frame retrieval and enhance subtitle handling in video export
* refactor(blackboard): remove unused PIXI imports and enhance overlay functionality
chore(deps): remove unnecessary pixi dependencies from package.json and pnpm-lock.yaml
* feat(visualizer): enhance device support in visualizer
* refactor(visualizer): implement frame state derivation for Remotion player
* feat(player): disable volume controls in Player component
* feat(player): embed toolbar controls into Remotion Player control bar
Use renderCustomControls API to place download, export, and settings
buttons directly in the player's built-in control bar instead of a
separate toolbar section below the video.
* feat(player): add fullscreen button with shared icon style in Remotion Player
* refactor(export-branded-video): improve variable declaration formatting in drawChromeTitleBar function
* feat(player): enhance device shell rendering and improve progress calculation
* feat(player): update custom controls with play/pause button and improve button styles
* feat(player): add chapter markers overlay and improve player wrapper structure
* feat(player): update styles for chapter markers and seek bar, enhance tooltip design
* feat(player): enhance player wrapper for aspect ratio handling and portrait mode support
* feat(player): improve device shell rendering for portrait mode and enhance layout calculations
* refactor(player): remove effects system and add subtitle toggle
- Remove all cyberpunk visual effects (opening/ending scenes, glitch,
ripple, cursor trail, scanlines, HUD corners, 3D transforms)
- Delete OpeningScene, EndingScene, ProgressBar, CyberOverlays components
- Simplify frame-calculator, StepScene, export-branded-video
- Replace effectsEnabled store state with subtitleEnabled toggle
- Add subtitle visibility toggle to player settings panel
- Unify control bar button styles (play/pause, fullscreen, settings)
- Improve sidebar icon-button hover effect to match theme toggle
* fix(report): prevent layout overlap when browser width shrinks
Add min-width constraints and proper overflow handling to prevent
page-side and main-right panels from overlapping at narrow widths.
* feat(player): enhance layout for sidebar resizing and remove device type dependencies
* refactor(player): simplify layout calculations for portrait mode in StepsTimeline
* refactor(report): replace pixi.js with Canvas 2D in Timeline and clean up player
- Rewrite Timeline component from pixi.js to Canvas 2D API
- Remove pixi.js and pixi-filters dependencies
- Delete pixi-loader utility module
- Hide resize handle visual indicator completely
- Simplify StepScene layout calculations for portrait mode
- Add Remotion license acknowledgment to suppress console warning
* feat(player): implement frame player hook and enhance player controls; remove unused components and dependencies
* fix(player): improve resource cleanup for report downloads and video exports
* feat(player): add subtitle rendering and styling to enhance user experience1 parent 83b04f6 commit b133a65
File tree
25 files changed
+2448
-2374
lines changed- apps/report
- src
- components
- pixi-loader
- sidebar
- store
- timeline
- packages
- core/src
- agent
- visualizer
- src
- component
- blackboard
- player
- remotion
- universal-playground
- hooks
- store
- utils
25 files changed
+2448
-2374
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
84 | 92 | | |
85 | 93 | | |
86 | 94 | | |
87 | | - | |
88 | 95 | | |
89 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
90 | 105 | | |
91 | 106 | | |
92 | 107 | | |
| |||
181 | 196 | | |
182 | 197 | | |
183 | 198 | | |
| 199 | + | |
| 200 | + | |
184 | 201 | | |
185 | 202 | | |
186 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
56 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
| |||
153 | 158 | | |
154 | 159 | | |
155 | 160 | | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
177 | 172 | | |
178 | | - | |
179 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
180 | 189 | | |
181 | | - | |
182 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
183 | 193 | | |
184 | 194 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
191 | 211 | | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
209 | 215 | | |
210 | | - | |
211 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
212 | 220 | | |
213 | 221 | | |
214 | 222 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | | - | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
456 | 460 | | |
457 | 461 | | |
458 | 462 | | |
459 | | - | |
| 463 | + | |
460 | 464 | | |
461 | 465 | | |
462 | 466 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
159 | 161 | | |
160 | 162 | | |
161 | 163 | | |
| 164 | + | |
162 | 165 | | |
163 | 166 | | |
164 | 167 | | |
| |||
167 | 170 | | |
168 | 171 | | |
169 | 172 | | |
| 173 | + | |
170 | 174 | | |
171 | 175 | | |
172 | 176 | | |
| |||
0 commit comments