Commit Graph

1210 Commits

Author SHA1 Message Date
Maze Winther d667c1095c Merge branch 'staging' of https://github.com/mazeincoding/AppCut into staging 2025-07-25 15:34:53 +02:00
Maze Winther 9a18a7a4e9 feat: add toast for export 2025-07-25 15:30:47 +02:00
itsobi e3504de1f1 update PropertyItem component and frame rate dropdown to flex-col so label and value are not on the same line 2025-07-25 07:56:05 -05:00
Dipanshu Rawat 7e4a4e2095 feat: update text color 2025-07-25 14:39:42 +05:30
Kha Nguyen 8dcbbfa252 Merge branch 'main' into fix/project-title-styling 2025-07-24 17:10:39 -05:00
Kha Nguyen 8e737d87e0 Revert "merge main"
This reverts commit 1ccacf6bb5.
2025-07-24 17:04:27 -05:00
Kha Nguyen 1ccacf6bb5 merge main 2025-07-24 17:00:49 -05:00
Hyteq 65c3f9f7f7 fix: global biome exe, fix missing args 2025-07-25 00:55:39 +03:00
Kha Nguyen 262a7d53d6 Merge branch 'main' into fix/improve-shortcuts 2025-07-24 16:50:14 -05:00
Hayden Bleasel 5931ddb77a
feat: add ultracite (#452)
* Init ultracite

* Update scripts and biome.jsonc

* Update biome.jsonc

* Update biome.jsonc

* Update biome.jsonc

* Run format
2025-07-25 00:41:34 +03:00
iza 7b840e9b4e
Merge pull request #450 from OpenCut-app/fix/wrong-import
fix: import site info from correct source
2025-07-24 14:45:41 +03:00
Dominik Koch cf039e48a9 fix: import site info from correct source 2025-07-24 13:44:03 +02:00
iza 33acf2497d
Merge pull request #449 from OpenCut-app/fix/canonical-url
fix: clean up code and add canonical url
2025-07-24 14:37:01 +03:00
Dominik Koch 275a23f583 fix: clean up code and add canonical url 2025-07-24 13:35:06 +02:00
Kha Nguyen 5a7745f806 chore: remove unused variables and clean up code 2025-07-24 00:06:57 -05:00
Kha Nguyen e8dc0f62da Merge branch 'main' into fix/improve-shortcuts 2025-07-23 23:47:18 -05:00
zelkim c1b6400612 fix: changed overflow-hidden to overflow-scroll 2025-07-24 10:05:49 +08:00
zelkim 4b882d005f fix: changed overflow-hidden to overflow-scroll 2025-07-24 10:00:33 +08:00
Kha Nguyen 0b7a943de3 chore: format code 2025-07-23 20:27:38 -05:00
Kha Nguyen b8671eb761 fix: use button for editable project title on header 2025-07-23 17:27:44 -05:00
Kha Nguyen 1504b4f60c Merge branch 'main' into fix/project-title-styling 2025-07-23 17:10:15 -05:00
Kha Nguyen 7bd952b080 fix: add breadcrumb to editor header 2025-07-23 17:08:56 -05:00
Kha Nguyen b208f355e2 render header components as is
left, center, and right parts should already have wrappers for more
control
2025-07-23 17:02:31 -05:00
Notoriousbrain 9e711c1e09 added the error handling 2025-07-24 03:28:35 +05:30
Notoriousbrain 8be8f0a5a5 added the dialog before deleting 2025-07-24 03:20:00 +05:30
iza 81ad5c1782
Merge pull request #443 from OpenCut-app/feat/sitemap
feat: add sitemap and robots generation
2025-07-23 20:46:02 +03:00
Dominik Koch 17d1336c80 chore: bump nextjs 2025-07-23 19:33:30 +02:00
Dominik Koch 45096b7b65 feat: add robots/sitemap generation 2025-07-23 19:33:21 +02:00
Dominik K. 41a78b4e4c
Merge pull request #442 from taqh/feat/add-rss-feed
Added an rss feed for discovery
2025-07-23 17:39:00 +02:00
Taqib f39f46788f fix: add error handling 2025-07-23 15:59:47 +01:00
Taqib Ibrahim 184dcbabef
Update apps/web/src/app/rss.xml/route.ts
Co-authored-by: Dominik K. <dominik@koch-bautechnik.de>
2025-07-23 15:45:07 +01:00
Taqib 57243bc4b4 feat: add an rss feed 2025-07-23 15:11:10 +01:00
pratiyankkumar 8208d931d0 fix: Added z-index in playhead so it doesnt appears above popups 2025-07-23 15:36:38 +05:30
Karan Singh b87f470dc4 feat: implement smooth text dragging with boundary constraints 2025-07-23 14:17:42 +05:30
Kha Nguyen e0fac61a91 fix: use grid for better project title responsiveness and ellipsis 2025-07-23 00:37:14 -05:00
Kha Nguyen 92079777b9 change reset default button label 2025-07-22 19:47:26 -05:00
Kha Nguyen f6073c47c6 highlight all keys when editing shorcuts for an action 2025-07-22 19:33:10 -05:00
Kha Nguyen f98651cd33 fix: add reset button for custom shorcuts 2025-07-22 19:19:43 -05:00
Kha Nguyen 771591bdfa fix: better detect letter keys using KeyboardEvent.code 2025-07-22 19:19:43 -05:00
Kha Nguyen f3d5eb9d08 refactor: clean up key mapping logic for human-readable shortcuts 2025-07-22 19:19:43 -05:00
Kha Nguyen a434459a9c display key based on OS 2025-07-22 18:54:32 -05:00
Kha Nguyen 901ddb509d fix: prevent action to perform on key press when edit keybindings 2025-07-22 18:54:32 -05:00
Notoriousbrain 4fb6018cf4 changed it to const for loop in removeMediaItem 2025-07-22 17:54:56 +05:30
Notoriousbrain ec87526842 changed the code to make sure it doesnt skip any media 2025-07-22 17:24:40 +05:30
Notoriousbrain cf6ef8f1c4 fix: removed the media from timeline after its deleted 2025-07-22 16:44:16 +05:30
Maze Winther cabf860330 Merge pull request #422 2025-07-22 12:43:39 +02:00
Maze Winther 68492df302 Merge pull request [#422](https://github.com/mazeincoding/AppCut/issues/422) 2025-07-22 12:43:27 +02:00
ayush18pop 4e808b6c46 refactor: clean up unused variables and improve code readability in EditorHeader component 2025-07-22 16:12:47 +05:30
ayush18pop 4350f9898e feat: enhance project name editing with error handling and improved input component 2025-07-22 16:09:40 +05:30
ayush18pop 6de16395b7 fix: improve property item display by adding truncation and tooltip for long values 2025-07-22 16:08:41 +05:30