Skip to content

Commit c27d024

Browse files
committed
feat: CEP panel UI overhaul — Studio Shell redesign, new feature cards, transcript timeline
Major Codex-driven frontend refresh: redesigned alert banners with eyebrow labels and inline SVG icons, quick action buttons with icon+meta layout, transcript timeline ruler, emotion highlights and depth map feature cards, expanded CSS with Studio Shell pass (responsive breakpoints, 4px spacing rhythm, complete interactive states). Added requirements-lock.txt and gitignored installer build artifacts.
1 parent 3c4f253 commit c27d024

6 files changed

Lines changed: 5032 additions & 622 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ htmlcov/
2222
*.vtt
2323
!tests/**/*.xml
2424
installer/dist/
25+
installer/publish/
26+
installer/src/*/obj/
2527
ffmpeg/

extension/com.opencut.panel/client/index.html

Lines changed: 162 additions & 42 deletions
Large diffs are not rendered by default.

extension/com.opencut.panel/client/locales/en.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"captions.translate_run": "Transcribe & Translate",
5757
"captions.word_highlight": "Word-by-word highlight",
5858
"common.apply": "Apply",
59-
"common.browse": "Browse File...",
59+
"common.browse": "Browse File",
6060
"common.cancel": "Cancel",
6161
"common.check": "Check",
6262
"common.close": "Close",
@@ -67,18 +67,18 @@
6767
"common.import": "Import",
6868
"common.install": "Install",
6969
"common.load": "Load",
70-
"common.loading": "Loading...",
70+
"common.loading": "Loading",
7171
"common.new_job": "New Job",
7272
"common.no_file": "No file selected",
73-
"common.processing": "Processing...",
73+
"common.processing": "Processing",
7474
"common.refresh": "Refresh",
7575
"common.reinstall": "Reinstall",
7676
"common.retry": "Retry",
7777
"common.save": "Save",
7878
"common.test": "Test",
7979
"conn.connected": "Connected",
8080
"conn.offline": "Offline",
81-
"conn.reconnecting": "Server disconnected. Reconnecting...",
81+
"conn.reconnecting": "Server disconnected. Reconnecting",
8282
"cut.auto_edit_desc": "Detect and remove static/boring segments using visual motion analysis.",
8383
"cut.auto_edit_run": "Run Auto-Edit",
8484
"cut.auto_zoom": "Auto Zoom",
@@ -168,7 +168,7 @@
168168
"forms.resize_mode": "Resize Mode",
169169
"forms.resolution": "Resolution",
170170
"forms.scale": "Scale",
171-
"forms.search_for": "Search For...",
171+
"forms.search_for": "Search For",
172172
"forms.seed": "Seed (optional)",
173173
"forms.sensitivity": "Sensitivity",
174174
"forms.smoothing": "Smoothing",
@@ -197,17 +197,17 @@
197197
"headers.timeline": "Timeline Tools",
198198
"headers.video": "Video Tools",
199199
"history.title": "History",
200-
"media.browse": "Browse File...",
200+
"media.browse": "Browse File",
201201
"media.drop_zone": "Drop media file here",
202-
"media.loading": "Loading project media...",
202+
"media.loading": "Loading project media",
203203
"media.no_preview": "No Preview",
204204
"media.recent": "Recent",
205205
"media.refresh": "Rescan project",
206206
"media.title": "Media",
207207
"media.use_selection": "Use Timeline Selection",
208208
"progress.cancel": "Cancel",
209209
"progress.complete": "Complete",
210-
"progress.starting": "Starting...",
210+
"progress.starting": "Starting",
211211
"review.apply": "Apply Selected Cuts",
212212
"review.deselect_all": "Deselect All",
213213
"review.no_cuts": "No cuts detected in this clip.",
@@ -268,7 +268,7 @@
268268
"silence.remove": "Remove Silences",
269269
"silence.speed_factor": "Speed Factor",
270270
"silence.threshold": "Noise Threshold",
271-
"status.connecting": "Connecting...",
271+
"status.connecting": "Connecting",
272272
"status.disconnected": "Disconnected",
273273
"status.gpu_none": "GPU: --",
274274
"status.jobs_none": "Jobs: 0",
@@ -344,7 +344,7 @@
344344
"templates.apply": "Apply Template",
345345
"templates.no_templates": "No templates available",
346346
"templates.save_custom": "Save as Template",
347-
"templates.select": "Select a template...",
347+
"templates.select": "Select a template",
348348
"timeline.apply_cuts": "Apply Cuts to Timeline",
349349
"timeline.apply_cuts_desc": "Apply silence removal or repeat detection cuts directly to the active Premiere sequence.",
350350
"timeline.apply_last_cuts": "Apply Last Cuts to Timeline",

0 commit comments

Comments
 (0)