Commit Graph

10 Commits

Author SHA1 Message Date
Ryan Walters
9645e1b6b5 feat: add bitrate visualization with file analysis
Add comprehensive bitrate data extraction and visualization capabilities:
- Implement analyze_files command for file candidacy detection
- Add extract_bitrate_data command using ffprobe
- Create BitrateData, BitrateFrame, File, and FileCandidacy types with TS bindings
- Update App to fetch and display bitrate data from dropped files
- Refactor DropOverlay to use new file analysis system
- Configure Graph component for packet size visualization
- Simplify drag-drop flow to trigger on drop event only
2025-10-24 00:32:53 -05:00
Ryan Walters
cd8feeabd2 chore: use path aliasing 2025-08-21 22:04:08 -05:00
Ryan Walters
f83fc24d13 refactor: simplify tsconfig with @tsconfig/bases for vite react, move 'features' into 'components' 2025-08-21 22:00:24 -05:00
Ryan Walters
3414880705 refactor: reorganize frontend code 2025-08-20 02:19:12 -05:00
Ryan Walters
f90f377277 feat: implement TypeScript bindings generation and enhance drop overlay component 2025-08-19 19:29:30 -05:00
c172fe4e31 chore: fix prettier ignore, reformat everything 2025-07-14 16:44:28 -05:00
a6573a3054 chore: global css, remove unnecessary 2025-07-14 13:44:43 -05:00
2f41943959 feat: invoke bindings generation, drop overlay preview 2025-07-14 13:44:18 -05:00
2e03281a79 feat: ffprobe for stream checking, drop overlay using webview 2025-07-13 13:59:56 -05:00
7fcb3e3f7c feat: switch from wails to tauri 2025-07-13 13:24:13 -05:00