Commit Graph

501 Commits

Author SHA1 Message Date
a816cc503f feat: add detailed comments for clip splitting and audio separation methods in timeline store 2025-06-26 23:46:43 +05:30
f74bebeb8b feat: add comment for clip editing operations in timeline component 2025-06-26 23:46:38 +05:30
7ca5bcfa50 feat: add comments for drag handling and resizing in timeline clip component 2025-06-26 23:46:33 +05:30
efdd2aa6ed feat: add dropdown menu for clip options including split and audio separation in timeline component 2025-06-26 23:41:07 +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
b799615654 feat: enhance playback controls with keyboard shortcuts for clip manipulation and audio separation 2025-06-26 23:40:56 +05:30
3224dd974a feat: add clip splitting and audio separation functionality to timeline store 2025-06-26 23:40:50 +05:30
49787bdfe5 style(doc): README.md 2025-06-26 22:40:25 +05:30
fff95afbc6 fix: Only remove track if it becomes empty and has no other clips 2025-06-26 21:41:26 +05:30
f76555dae5 fix: remmove video track when media is deleted 2025-06-26 21:29:03 +05:30
53184217bf fix: remove unwanted clip option menu 2025-06-26 20:28:03 +05:30
1284c232a3 .gitignore modified 2025-06-26 20:26:10 +05:30
b428a28aea removed unused auth-auth-form 2025-06-26 15:44:19 +05:30
23f118969b Merge branch 'OpenCut-app:main' into main 2025-06-26 15:16:53 +05:30
iza
b10bb8ed55 Merge pull request #123 from sinanptm/fix-preview-placeholder-text
Changed Preview Empty placeholder to No media added to timeline
2025-06-26 12:46:02 +03:00
iza
d4048772ad Merge pull request #122 from DevloperAmanSingh/fix/media-panel-syntax
Fix: Media panel component
2025-06-26 12:45:43 +03:00
063094e70a changed empty placeholder to a better one 2025-06-26 14:54:49 +05:30
cd88a92c6d changed empty placeholder to a better one 2025-06-26 14:53:02 +05:30
70352ced92 refactor: update authentication imports in auth-form component to use signIn and signUp from OpenCut 2025-06-26 14:40:35 +05:30
896f2ee554 refactor: remove unnecessary wrapper from MediaPanel component 2025-06-26 14:29:24 +05:30
iza
b66e85cf4d Merge pull request #48 from fathisiddiqi/fix/google-login
fix: set redirect uri for google login and prevent router push when login by google
2025-06-26 11:28:58 +03:00
iza
46614d4008 Merge pull request #111 from Harshitshukla0208/fix/ai-solution-109-1750881048867
fix(issue): Address issue #109 - [FEATURE]  Refactor Component Logic by Using Custom Hooks for Cleaner Code
2025-06-26 11:28:02 +03:00
iza
2d7f2f8503 Merge pull request #112 from Harshitshukla0208/fix/ai-solution-87-1750881155536
fix(issue): Address issue #87 - [BUG] split and delete background not visible
2025-06-26 11:27:43 +03:00
iza
449673b79e Merge pull request #85 from priyankarpal/split-issue-83
fix: split text visible
2025-06-26 11:27:08 +03:00
iza
4f74018648 Merge pull request #117 from anagobabatunde/fix/SQL-unknown
refactor: update imports in waitlist API and library to ensure consistent usage of drizzle-orm functions
2025-06-26 11:25:58 +03:00
4ed9858725 Merge branch 'main' into split-issue-83 2025-06-26 11:35:55 +05:30
2f5bde1051 fix: remove GOOGLE_REDIRECT_URI env due to better auth set the default of that 2025-06-26 09:55:30 +07:00
6626a8c413 fix: set redirect uri for google login and prevent router push when login by google 2025-06-26 09:33:47 +07:00
ebb3456c10 refactor: update imports in waitlist API and library to ensure consistent usage of drizzle-orm functions 2025-06-26 02:51:17 +02:00
a8d6bbd03a Merge branch 'main' of https://github.com/mazeincoding/AppCut 2025-06-26 01:36:58 +02:00
0f470ba7a7 fix: clip being deselected after dragging it 2025-06-26 01:36:49 +02:00
029152dd5b Merge pull request #115 from letyassine/fixed-landing-page
fix: responsiveness of landing page
2025-06-26 01:27:47 +02:00
d6a2de21d0 refactor: change /public/logo.svg to exclude text and update header to use it 2025-06-26 01:08:25 +02:00
53e88df0d7 refactor: remove unused imports 2025-06-26 01:02:15 +02:00
dd80064be6 chore: update .gitignore to include cursor files 2025-06-26 00:38:51 +02:00
e225272ec3 fix: some timeline issues 2025-06-26 00:37:35 +02:00
b01421f115 fix: responsiveness of landing page 2025-06-25 22:58:16 +01:00
75eede20af docs: update README formatting 2025-06-25 23:47:14 +02:00
e23cf66373 style: introduce preview panel and move play button there 2025-06-25 23:43:10 +02:00
2f3a148dd4 refactor: move debug component to separate component and place absolutely 2025-06-25 23:22:59 +02:00
e5fc3f9bbb style: adjust height in editor header 2025-06-25 23:09:40 +02:00
0c97bc8c3f refactor: remov eunused things 2025-06-25 23:08:31 +02:00
3eac1bcb0b refactor: move timeline clip into its separate component and type into /types 2025-06-25 23:05:14 +02:00
3ea6b00254 fix: lock aspect ratio in preview 2025-06-25 22:55:25 +02:00
e7dabd1444 style: change hover effect for consistency 2025-06-25 22:52:28 +02:00
389a546478 fix(issue): Address issue #87 - [BUG] split and delete background not visible 2025-06-26 01:22:40 +05:30
4fb0d014af fix: hard-coded tailwind colors 2025-06-25 21:51:19 +02:00
c0684ca62d fix(issue): Address issue #109 - [FEATURE] Refactor Component Logic by Using Custom Hooks for Cleaner Code 2025-06-26 01:20:53 +05:30
ef806ceab8 refactor: use badge component from shadcn 2025-06-25 21:49:02 +02:00
515be65bc4 fix: github icon being black on dark mode 2025-06-25 21:48:02 +02:00