Commit Graph

79 Commits

Author SHA1 Message Date
c32daa4f2e refactor: enhance timeline component by improving drag-and-drop functionality and clip selection handling 2025-06-27 07:56:18 +05:30
f74bebeb8b feat: add comment for clip editing operations in timeline component 2025-06-26 23:46:38 +05:30
12a2ec59fd feat: implement clip splitting and audio separation features with keyboard shortcuts in timeline component 2025-06-26 23:41:01 +05:30
4ed9858725 Merge branch 'main' into split-issue-83 2025-06-26 11:35:55 +05:30
0f470ba7a7 fix: clip being deselected after dragging it 2025-06-26 01:36:49 +02:00
e225272ec3 fix: some timeline issues 2025-06-26 00:37:35 +02:00
3eac1bcb0b refactor: move timeline clip into its separate component and type into /types 2025-06-25 23:05:14 +02:00
777b0f7000 refactor: improved type-safety, removal of any from all instances 2025-06-25 21:40:54 +02:00
926aebe004 fix: make whole clip draggable 2025-06-25 21:22:08 +02:00
2775ac427d fix: remove hover effects on clip drag 2025-06-25 21:10:40 +02:00
f5c546d416 fix: clip getting deselected after a drag 2025-06-25 21:08:52 +02:00
d1e313450d fix: show clip trim handles on focus rather than hover 2025-06-25 21:06:34 +02:00
ebcb898e4e feat: use mouse-based dragging for clips
fixes an issue where dragging a clip would create a duplicate instead of dragging clip directly, and gives us more control

moved the drag to a hook for cleaner code
2025-06-25 21:02:34 +02:00
baa5c43e7c feat: improve clips dragging experience 2025-06-25 19:51:50 +02:00
f9d0be20d0 feat: implement progress tracking for media file processing in timeline 2025-06-25 21:41:16 +05:30
c322ad1124 Merge branch 'main' into split-issue-83 2025-06-25 20:16:15 +05:30
iza
2326faf526 Merge pull request #97 from creotove/Feat/audio-waveform
Feat: basic audio waveform added.
2025-06-25 16:01:34 +03:00
07351ca7e6 fix(timeline): drag and drop to create new track 2025-06-25 20:04:21 +08:00
7f0bcea4ca Feat: basic audio waveform added. 2025-06-25 15:29:20 +05:30
992b0cbf23 Update apps/web/src/components/editor/timeline.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-06-25 12:16:47 +05:30
fd2cf591b7 fix: text visible 2025-06-25 12:01:30 +05:30
iza
402b004ef3 Merge pull request #71 from Harshitshukla0208/fix/ai-solution-67-1750807491754
fix(issue): Address issue #67 - [BUG] buttons jitter left and right
2025-06-25 08:02:04 +03:00
iza
4a8ff91ae3 Merge pull request #76 from creotove/main
Fix: [BUG] buttons jitter left and right #67
2025-06-25 07:59:11 +03:00
7de09adce6 Fix: unwanted seperator when there is a clip on track. 2025-06-25 08:51:17 +05:30
84d206c01e Fix: [BUG] buttons jitter left and right #67 2025-06-25 08:36:27 +05:30
274d03185b fix(issue): Address issue #67 - [BUG] buttons jitter left and right 2025-06-25 04:54:56 +05:30
5fc205fc57 fix(timeline): update drag overlay styling for better visibility 2025-06-24 22:23:02 +02:00
8f583c25e0 feat(timeline): add context menu handling to TimelineTrackContent component 2025-06-24 22:20:17 +02:00
bbf9aae234 Revert "refactor: overhaul timeline component, separate into different files"
This reverts commit 2aa37920d5.
2025-06-24 17:54:41 +02:00
2aa37920d5 refactor: overhaul timeline component, separate into different files 2025-06-24 17:51:34 +02:00
e5ade1f3ac style: remove roundec corners from tracks 2025-06-24 17:14:15 +02:00
4b2afb7271 style: set min/max height for timeline 2025-06-24 14:19:47 +02:00
9e761a9c0b style: clean up timeline 2025-06-24 13:58:38 +02:00
iza
46b8929a70 Merge pull request #41 from GeorgeCaoJ/main
fix: support context menu on track name and fix bugs of zooming in timeline track content
2025-06-24 12:34:19 +03:00
5bba941dbc fix: wheel zooming in timeline tracks content 2025-06-24 17:22:05 +08:00
b9e1dcf23e refactor: change button variant from 'ghost' to 'text' across multiple components for consistency 2025-06-24 10:32:19 +02:00
503e738617 feat: add context menu in tracks and zooming in timeline 2025-06-24 14:25:29 +08:00
f0e305cfe6 Merge branch 'main' into main 2025-06-24 10:49:15 +05:30
iza
aa6d42c517 Merge pull request #23 from aashishparuvada/main
assigned-actions-to-work-on-selected-clips and added-undo/redo-functionality
2025-06-24 08:03:32 +03:00
iza
973ee68ae2 Merge pull request #25 from andrewckor/playhead-browse
Implement click-to-seek functionality in timeline
2025-06-24 08:00:20 +03:00
e664ea0271 feat: Enable Playhead Dragging for Video Navigation 2025-06-24 10:28:58 +05:30
073f0d89bd feat:enabled-redo-functionality 2025-06-24 09:31:53 +05:30
5eb29bb01d feat:implemented-undo-feature-for-timeline 2025-06-24 09:26:31 +05:30
c7f56d61d7 Format 2025-06-23 22:41:38 +03:00
267a590d04 De-duplicate code 2025-06-23 22:32:17 +03:00
1c6154999d Adding comments 2025-06-23 21:31:08 +02:00
2a1ac8fcf7 Implement click-to-seek functionality in timeline 2025-06-23 22:17:36 +03:00
59ca411c53 Implementing playhead scrubbing over timeline 2025-06-23 21:13:18 +02:00
360fdffa76 hotfix:disabled-vertical-scrolling-in-timeline 2025-06-23 23:53:18 +05:30
f17d848b17 feat:assigned-actions-for-selected-clips 2025-06-23 23:48:15 +05:30